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/prive/formulaires/inc-choisir-objets.html
2015-04-28 17:10:23 +02:00

8 lines
484 B
HTML

<BOUCLE_objets(POUR){tableau #REM|lister_tables_objets_sql}{cle !IN #ENV{exclus,''}}>[(#VALEUR{editable}|oui)
#SET{id,#ENV{name}|replace{\W,'_'}|concat{'_',#CLE}}
<div class="choix choix_#CLE">
<input type="checkbox" id="#GET{id}" name="#ENV{name}\[\]" value="#CLE"[(#ENV{selected}|=={all}|ou{#CLE|in_any{#ENV{selected}}})checked="checked"] />
<label for="#GET{id}">[(#VALEUR{texte_objets}|_T)]</label>
</div>
]</BOUCLE_objets>
<input type="hidden" name="#ENV{name}[]" value="" />