[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / controleurs / mots_article_brut.html
1 [(#REM)
2
3 Controleur pour le crayon 'mots_article_brut'
4
5 ]
6 #CACHE{0}
7 <BOUCLE_a(ARTICLES){id_article}{statut==.}>
8 <fieldset style="#ENV{style}"><legend>Mots-clé pour #TITRE (#ID_ARTICLE)</legend>
9 <B_moex>
10 <label>Existants</label>
11 <select class="crayon-active" name="#ENV{name_existants}" style="width:#ENV{largeur}px; height:#ENV{hauteur}px;">
12 <BOUCLE_moex(MOTS){id_article}{doublons}>
13 <option value="#ID_GROUPE:#ID_MOT">[(#TITRE|entites_html)]</option>
14 </BOUCLE_moex>
15 </select>
16 </B_moex>
17 Pas d'existant
18 <//B_moex>
19 </fieldset>
20 </BOUCLE_a>