spip_nursit/plugins-dist/dist/nursit/crayons/controleurs/mots_article_brut.html

21 lines
540 B
HTML
Raw Normal View History

2023-06-01 15:30:12 +00:00
[(#REM)
Controleur pour le crayon 'mots_article_brut'
]
#CACHE{0}
<BOUCLE_a(ARTICLES){id_article}{statut==.}>
<fieldset style="#ENV{style}"><legend>Mots-clé pour #TITRE (#ID_ARTICLE)</legend>
<B_moex>
<label>Existants</label>
<select class="crayon-active" name="#ENV{name_existants}" style="width:#ENV{largeur}px; height:#ENV{hauteur}px;">
<BOUCLE_moex(MOTS){id_article}{doublons}>
<option value="#ID_GROUPE:#ID_MOT">[(#TITRE|entites_html)]</option>
</BOUCLE_moex>
</select>
</B_moex>
Pas d'existant
<//B_moex>
</fieldset>
</BOUCLE_a>