[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / verifier / aide / verifier.html
1
2 #SET{infos,#VAL|verifier_generer_aide}
3 #SET{verifications,#GET{infos}|table_valeur{verifications}}
4 #SET{options,#GET{infos}|table_valeur{options}}
5
6 [(#ENV{format}|=={brut}|oui)<textarea style="width:100%; height:100%;">]
7
8 Sauter à : <a href="#liste_verifications">Toutes les vérifications</a>, <a href="#liste_options_verifications">Toutes les options</a>
9
10 <h2 class="h2 spip">Utilisation des options</h2>
11 <B_options_tableau>
12 <div style="overflow:auto;">
13 <table class="spip">
14 <thead>
15 <tr class="first_row">
16 <th>Options \ Vérifications</th>
17 <BOUCLE_verifications_tableau_th(POUR){tableau #GET{verifications}}>
18 <th><a href="#verification_#CLE">#CLE</a></th>
19 </BOUCLE_verifications_tableau_th>
20 </tr>
21 </thead>
22 <tbody>
23 <BOUCLE_options_tableau(POUR){tableau #GET{options}}>
24 <tr class="tr_liste [(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
25 <th><a href="#option_#CLE">#CLE</a></th>
26 <BOUCLE_verifications_tableau(POUR){tableau #GET{verifications}}>
27 <td>[(#CLE|in_array{[(#_options_tableau:VALEUR|table_valeur{utilisee_par})]}|?{'X','-'})]</td>
28 </BOUCLE_verifications_tableau>
29 </tr>
30 </BOUCLE_options_tableau>
31 </tbody>
32 </table>
33 </div>
34 </B_options_tableau>
35
36 <h2 class="h2 spip" id="liste_verifications">Toutes les vérifications</h2>
37 <BOUCLE_verifications(POUR){tableau #GET{verifications}}>
38 <h3 class="h3 spip" id="verification_#CLE">[(#VALEUR|table_valeur{titre})] (#CLE)</h3>
39 <p class="description">
40 <strong>Description :</strong> [(#VALEUR|table_valeur{description})]
41 </p>
42 <p class="options">
43 <strong>Options :</strong>
44 <BOUCLE_options_verification(POUR){tableau #VALEUR|table_valeur{options}}{", "}><a href="#option_#CLE">#CLE</a></BOUCLE_options_verification>
45 </p>
46 </BOUCLE_verifications>
47
48 <h2 class="h2 spip" id="liste_options_verifications">Toutes les options</h2>
49 <BOUCLE_options(POUR){tableau #GET{options}}>
50 [(#SET{label, [(#VALEUR|table_valeur{label}|sinon{[(#VALEUR|table_valeur{label_case})]})]})]
51 <h3 class="h3 spip" id="option_#CLE">[(#GET{label}|?{#GET{label} [ ((#CLE))], #CLE})]</h3>
52 [<p class="description">
53 <strong>Description :</strong> (#VALEUR|table_valeur{explication}|sinon{[(#VALEUR|table_valeur{label}|?{[(#VALEUR|table_valeur{label_case})]})]})
54 </p>]
55 <B_utilisee_par>
56 <p class="utilisee_par">
57 <strong>Utilisée par :</strong>
58 <BOUCLE_utilisee_par(POUR){tableau #VALEUR|table_valeur{utilisee_par}}{", "}><a href="#verification_#VALEUR">#VALEUR</a></BOUCLE_utilisee_par>
59 </p>
60 </B_utilisee_par>
61 <B_choix>
62 <p class="choix_possibles">
63 <strong>Choix possibles :</strong>
64 <ul class="spip">
65 <BOUCLE_choix(POUR){tableau #VALEUR|table_valeur{datas}}>
66 <li>"#CLE" : #VALEUR</li>
67 </BOUCLE_choix>
68 </ul>
69 </p>
70 </B_choix>
71 </BOUCLE_options>
72
73 [(#ENV{format}|=={brut}|oui)</textarea>]