[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / controleurs / mots_article_brut.html
diff --git a/www/plugins/crayons/controleurs/mots_article_brut.html b/www/plugins/crayons/controleurs/mots_article_brut.html
new file mode 100644 (file)
index 0000000..159cc16
--- /dev/null
@@ -0,0 +1,20 @@
+[(#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>