Dépôt officiel du core SPIP
* Anciennement présent sur svn://trac.rezo.net/spip
* Les plugins-dist faisant partie de la distribution SPIP sont présents dans https://git.spip.net/SPIP/[nom du plugin dist]
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
483 B
12 lines
483 B
<BOUCLE_champs(DATA){source table,#ENV{objet}|objet_info{champs_contenu}}> |
|
#SET{value,#ENV{id}|generer_info_entite{#ENV{objet},#VALEUR}} |
|
<div class="champ contenu_#VALEUR[ (#GET{value}|strlen|?{'',vide})]"> |
|
<div class='label'>[(#ENV{objet}|concat{':info_',#VALEUR}|_T)]</div> |
|
<div class='#VALEUR'>#GET{value}</div> |
|
</div> |
|
</BOUCLE_champs> |
|
[<div class="champ contenu_notes"> |
|
<div class='label'><:info_notes:></div> |
|
<div dir='#LANG_DIR' class='notes'>(#NOTES)</div> |
|
</div>] |
|
</B_champs> |