[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / mots / formulaires / selecteur_groupe_mot.html
diff --git a/www/plugins-dist/mots/formulaires/selecteur_groupe_mot.html b/www/plugins-dist/mots/formulaires/selecteur_groupe_mot.html
new file mode 100644 (file)
index 0000000..4bd21b2
--- /dev/null
@@ -0,0 +1,7 @@
+<B_groupes>
+<select[ name='(#ENV{name})'][ id='(#ENV{id})']>
+<BOUCLE_groupes(GROUPES_MOTS){par titre}{tables_liees==#VAL{'(^|,)'}|concat{#ENV{table,.*},'($|,)'}}>
+<option value='#ID_GROUPE'[(#EXPOSE{' '})selected='selected']>[(#TITRE|supprimer_tags|texte_backend)]</option>
+</BOUCLE_groupes>
+</select>
+</B_groupes>
\ No newline at end of file