[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / formidable_1_0 / modeles / formulaire_aide_memoire.html
1 <BOUCLE_formulaire(FORMULAIRES){id_formulaire}>
2 <strong><:formidable:traitements_aide_memoire:></strong>
3 <dl>
4 <dt>@nom_site_spip@</dt>
5 <dd><:info_nom_site:></dd>
6 </dl>
7
8 <BOUCLE_champs(POUR){tableau #SAISIES*|unserialize|saisies_lister_par_nom{0}}>
9 [(#SET{label, [(#VALEUR|table_valeur{options}|table_valeur{label})]})]
10 [(#SET{label_case, [(#VALEUR|table_valeur{options}|table_valeur{label_case})]})]
11
12 <dl>
13 <dt>@#CLE@</dt>
14 [<dd>(#GET{label}|sinon{#GET{label_case}})</dd>]
15 </dl>
16 </BOUCLE_champs>
17 </BOUCLE_formulaire>