1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/mots/formulaires/selecteur_groupe_mot.html
2015-04-28 17:10:23 +02:00

7 lines
No EOL
314 B
HTML

<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>