File "inc-select_categorie.html"

Full path: /home/argothem/www/v4_old/fichiers_obsoletes_20220627_043105/plugins-dist/svp/formulaires/inc-select_categorie.html
File size: 424 bytes
MIME-type: text/plain
Charset: utf-8

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