Last change
on this file since 88723 was
88723,
checked in by peetdu@…, 5 years ago
|
Créer un name space pour les fonctions de l’API lim (merci Nicod_)
|
-
Property svn:executable set to
*
|
File size:
946 bytes
|
Line | |
---|
1 | <BOUCLE_objets(POUR){tableau #REM|lister_tables_objets_sql}{cle !IN #ENV{exclus,''}}>[(#VALEUR{editable}|oui) |
---|
2 | #SET{id,#ENV{name}|replace{\W,'_'}|concat{'_',#CLE}} |
---|
3 | <div class='choix choix_#CLE'> |
---|
4 | <input type="checkbox" id="#GET{id}" name="#ENV{name}\[\]" value="#CLE"[(#ENV{selected}|=={all}|ou{#CLE|in_any{#ENV{selected}}})checked="checked"][(#CONFIG{activer_logos}|=={non}|oui)disabled='disabled'][(#CLE|lim_verifier_presence_logo|oui)disabled='disabled'] /> |
---|
5 | <label for="#GET{id}">[(#VALEUR{texte_objets}|_T)][(#CLE|lim_verifier_presence_logo|oui)<img class='forbidden' src='#CHEMIN_IMAGE{del-20.png}' />]</label> |
---|
6 | [(#CLE|=={spip_syndic}|oui)<a class='aide popin' target='_blank' href='#URL_ECRIRE{info_lim_logo_site,var_lang=#LANG}'>[(#CHEMIN_IMAGE{aide-16.png}|balise_img|inserer_attribut{title,<:titre_image_aide:>}|inserer_attribut{class, info_logo_site})]</a>] |
---|
7 | </div> |
---|
8 | ]</BOUCLE_objets> |
---|
9 | <input type="hidden" name="#ENV{name}[]" value="" /> |
---|
Note: See
TracBrowser
for help on using the repository browser.