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/svp/formulaires/inc-select_categorie.html

14 lines
424 B
HTML
Raw Normal View History

2015-04-28 17:10:23 +02:00
<B_categories>
<select name="categorie" id="categorie">
<option value="toute_categorie"[ (#ENV{categorie}|=={toute_categorie}|oui)selected="selected"]>
<:svp:option_categorie_toute:>
</option>
<BOUCLE_categories(DATA) {source table, #SVP_CATEGORIES}>
[(#CLE|!={aucune}|oui)
<option value="#CLE"[ (#ENV{categorie}|=={#CLE}|oui)selected="selected"]>
#VALEUR
</option>]
</BOUCLE_categories>
</select>
</B_categories>