Changeset 86593 in spip-zone for _plugins_/saisies/trunk/inclure/saisies_aide.html
- Timestamp:
- Dec 11, 2014, 2:30:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/saisies/trunk/inclure/saisies_aide.html
r36693 r86593 15 15 </thead> 16 16 <tbody> 17 <BOUCLE_options_tableau( POUR){tableau#ENV{options}}>17 <BOUCLE_options_tableau(DATA){source tableau, #ENV{options}}> 18 18 <tr class="tr_liste [(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> 19 19 <th><a href="#option_#CLE">#CLE</a></th> 20 <BOUCLE_saisies_tableau( POUR){tableau#ENV{saisies}}>21 <td>[(#CLE|in_array{ [(#_options_tableau:VALEUR|table_valeur{utilisee_par})]}|?{'X','-'})]</td>20 <BOUCLE_saisies_tableau(DATA){source tableau, #ENV{saisies}}> 21 <td>[(#CLE|in_array{#_options_tableau:UTILISEE_PAR}|?{'X','-'})]</td> 22 22 </BOUCLE_saisies_tableau> 23 23 </tr> … … 29 29 30 30 <h2 class="h2 spip" id="liste_saisies">Toutes les saisies</h2> 31 <BOUCLE_saisies( POUR){tableau#ENV{saisies}}>32 <h3 class="h3 spip" id="saisie_#CLE"> [(#VALEUR|table_valeur{titre})](#CLE)</h3>31 <BOUCLE_saisies(DATA){source tableau, #ENV{saisies}}> 32 <h3 class="h3 spip" id="saisie_#CLE">#TITRE (#CLE)</h3> 33 33 <p class="description"> 34 <strong>Description :</strong> [(#VALEUR|table_valeur{description})]34 <strong>Description :</strong> #DESCRIPTION 35 35 </p> 36 36 <p class="options"> 37 37 <strong>Options :</strong> 38 <BOUCLE_options_saisie( POUR){tableau #VALEUR|table_valeur{options}}{", "}><a href="#option_#CLE">#CLE</a></BOUCLE_options_saisie>38 <BOUCLE_options_saisie(DATA){source tableau, #OPTIONS}{", "}><a href="#option_#CLE">#CLE</a></BOUCLE_options_saisie> 39 39 </p> 40 40 </BOUCLE_saisies> 41 41 42 42 <h2 class="h2 spip" id="liste_options_saisies">Toutes les options</h2> 43 <BOUCLE_options( POUR){tableau#ENV{options}}>44 [(#SET{label, [(#VALEUR|table_valeur{label}|sinon{[(#VALEUR|table_valeur{label_case})]})]})]43 <BOUCLE_options(DATA){source tableau, #ENV{options}}> 44 [(#SET{label, #LABEL|sinon{#LABEL_CASE}})] 45 45 <h3 class="h3 spip" id="option_#CLE">[(#GET{label}|?{#GET{label} [ ((#CLE))], #CLE})]</h3> 46 46 [<p class="description"> 47 <strong>Description :</strong> (# VALEUR|table_valeur{explication}|sinon{[(#VALEUR|table_valeur{label}|?{[(#VALEUR|table_valeur{label_case})]})]})47 <strong>Description :</strong> (#EXPLICATION|sinon{#LABEL|?{#LABEL_CASE}}) 48 48 </p>] 49 49 <B_utilisee_par> 50 50 <p class="utilisee_par"> 51 51 <strong>Utilisée par :</strong> 52 <BOUCLE_utilisee_par( POUR){tableau #VALEUR|table_valeur{utilisee_par}}{", "}><a href="#saisie_#VALEUR">#VALEUR</a></BOUCLE_utilisee_par>52 <BOUCLE_utilisee_par(DATA){source tableau, #UTILISEE_PAR}{", "}><a href="#saisie_#VALEUR">#VALEUR</a></BOUCLE_utilisee_par> 53 53 </p> 54 54 </B_utilisee_par> … … 57 57 <strong>Choix possibles :</strong> 58 58 <ul class="spip"> 59 <BOUCLE_choix( POUR){tableau #VALEUR|table_valeur{datas}}>59 <BOUCLE_choix(DATA){source tableau, #DATAS}> 60 60 <li>"#CLE" : #VALEUR</li> 61 61 </BOUCLE_choix>
Note: See TracChangeset
for help on using the changeset viewer.