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_depot.html
2015-04-28 17:10:23 +02:00

6 lines
313 B
HTML

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