mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
10 lines
434 B
HTML
10 lines
434 B
HTML
<BOUCLE_champs(POUR){tableau #ENV*{textes}}>
|
|
<div class="champ[(#CLE|match{^jointure_}|oui)jointure] contenu_#CLE[ (#VALEUR*|strlen|?{'',vide})]">
|
|
<div class='label'>[(#CLE|label_champ{#ENV{objet}})]</div>
|
|
<div dir='#LANG_DIR' class='#CLE'>[(#VALEUR*|propre_diff)]</div>
|
|
</div>
|
|
</BOUCLE_champs>
|
|
[<div class="champ contenu_notes">
|
|
<div class='label'><:info_notes:></div>
|
|
<div dir='#LANG_DIR' class='notes'>(#NOTES)</div>
|
|
</div>]
|