mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
13 lines
424 B
HTML
13 lines
424 B
HTML
<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>
|