You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
acces_restreint/formulaires/inc-select_zones.html

16 lines
583 B
HTML

[(#REM)
/**
* Plugin Acces Restreint 3.0 pour Spip 2.0
* Licence GPL (c) 2006-2008 Cedric Morin
*
*/
]<B_zones>
<select[ name='(#ENV{name})'][ id='(#ENV{id})'] size='1'>
<option value='x'><:accesrestreint:selectionner_une_zone:></option>
<BOUCLE_zones(ZONES){!id_auteur=#ID_AUTEUR}>[
(#AUTORISER{affecterzones,auteur,#ID_AUTEUR,'',#ARRAY{id_zone,#ID_ZONE}}|oui)<option value='#ID_ZONE'>#TITRE</option>
]</BOUCLE_zones>
</select>[
(#TOTAL_BOUCLE|>{3}|oui)
<a href='#URL_ACTION_AUTEUR{affecter_zone,-1-auteur-#ID_AUTEUR,#SELF}'><:accesrestreint:info_ajouter_zones:></a>]
</B_zones>