File "inc-select_depot.html"
Full path: /home/argothem/www/v4_old/plugins-dist/svp/formulaires/inc-select_depot.html
File size: 313 bytes
MIME-type: text/plain
Charset: utf-8
<select name="depot" id="depot">
<option value="tout_depot"[ (#ENV{depot}|=={tout_depot}|oui)selected="selected"]><:svp:option_depot_tout:></option>
<BOUCLE_depots(DEPOTS) {par titre}>
<option[ value="(#ID_DEPOT)"][ (#ENV{depot}|=={#ID_DEPOT}|oui)selected="selected"]>#TITRE</option>
</BOUCLE_depots>
</select>