1 | <!-- Elements --> |
---|
2 | <div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
---|
3 | |
---|
4 | <h3 class="titrem">[(#CHEMIN_IMAGE{configcontact.png}|balise_img{'',cadre-icone})]La page contact</h3> |
---|
5 | [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
---|
6 | [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
---|
7 | <form method="post" action="#ENV{action}"> |
---|
8 | <div> |
---|
9 | #ACTION_FORMULAIRE{#ENV{action}} |
---|
10 | |
---|
11 | Pour changer le texte d'un autre élément de la page Contact, utilisez les fichiers de langue. |
---|
12 | <br /><a class="spip_out" href="http://projetice.crdp.ac-lyon.fr/escal/Les-fichiers-de-langues?lang=fr">En savoir plus</a> |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | <ul> |
---|
17 | <!-- mail --> |
---|
18 | #SET{name,contactmail}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
19 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
20 | <div class="explication"><strong>Case texte pour l'adresse électronique</strong> |
---|
21 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
22 | ]<span class="choix" style="float: right"> |
---|
23 | <input type="radio" name="#GET{name}" id="#GET{name}_oui" value="oui" |
---|
24 | [(#ENV{#GET{name}}|=={non}|non)checked="checked"] /><label for="#GET{name}_oui"><:item_oui:></label> |
---|
25 | |
---|
26 | <input type="radio" name="#GET{name}" id="#GET{name}_non" value="non" |
---|
27 | [(#ENV{#GET{name}}|=={non}|oui)checked="checked"] /><label for="#GET{name}_non"><:item_non:></label> |
---|
28 | </span></div> |
---|
29 | </li> |
---|
30 | <!-- liste de choix --> |
---|
31 | #SET{name,radio}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
32 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
33 | <div class="explication"><strong>Cases d'option (type "radio")</strong> |
---|
34 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
35 | ]<span class="choix" style="float: right"> |
---|
36 | <input type="radio" name="#GET{name}" id="#GET{name}_oui" value="oui" |
---|
37 | [(#ENV{#GET{name}}|=={non}|non)checked="checked"] /><label for="#GET{name}_oui"><:item_oui:></label> |
---|
38 | |
---|
39 | <input type="radio" name="#GET{name}" id="#GET{name}_non" value="non" |
---|
40 | [(#ENV{#GET{name}}|=={non}|oui)checked="checked"] /><label for="#GET{name}_non"><:item_non:></label> |
---|
41 | </span></div> |
---|
42 | </li> |
---|
43 | |
---|
44 | <!-- checkbox --> |
---|
45 | #SET{name,checkbox}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
46 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
47 | <div class="explication"><strong>Cases à cocher (type "checkbox")</strong> |
---|
48 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
49 | ]<span class="choix" style="float: right"> |
---|
50 | <input type="radio" name="#GET{name}" id="#GET{name}_oui" value="oui" |
---|
51 | [(#ENV{#GET{name}}|=={oui}|oui)checked="checked"] /><label for="#GET{name}_oui"><:item_oui:></label> |
---|
52 | |
---|
53 | <input type="radio" name="#GET{name}" id="#GET{name}_non" value="non" |
---|
54 | [(#ENV{#GET{name}}|=={oui}|non)checked="checked"] /><label for="#GET{name}_non"><:item_non:></label> |
---|
55 | </div> |
---|
56 | #SET{name,checkboxliste}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
57 | <div class="explication">Présentation |
---|
58 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
59 | ]<span class="choix" style="float: right"> |
---|
60 | <input type="radio" name="#GET{name}" id="#GET{name}_ligne" value="ligne" |
---|
61 | [(#ENV{#GET{name}}|=={liste}|non)checked="checked"] /><label for="#GET{name}_oui">en ligne</label> |
---|
62 | |
---|
63 | <input type="radio" name="#GET{name}" id="#GET{name}_liste" value="liste" |
---|
64 | [(#ENV{#GET{name}}|=={liste}|oui)checked="checked"] /><label for="#GET{name}_non">en liste</label> |
---|
65 | </div> |
---|
66 | #SET{name,titrecheckbox}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
67 | <div class="explication">Libellé général |
---|
68 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
69 | ]<span class="choix"> |
---|
70 | <input type="texte" style="width:98%" name="#GET{name}" id="#GET{name}" value="[(#ENV{#GET{name}})]" /> |
---|
71 | </span></div> |
---|
72 | <div class="explication">En laissant un libellé vide, la case correspondante ne s'affiche pas.</div> |
---|
73 | #SET{name,checkbox1}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
74 | <div class="explication" style="padding-left: 50px">Libellé case 1 |
---|
75 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
76 | ]<span class="choix"> |
---|
77 | <input type="texte" style="width:100px" name="#GET{name}" id="#GET{name}" value="[(#ENV{#GET{name}})]" /> |
---|
78 | </span></div> |
---|
79 | #SET{name,checkbox2}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
80 | <div class="explication" style="padding-left: 50px">Libellé case 2 |
---|
81 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
82 | ]<span class="choix"> |
---|
83 | <input type="texte" style="width:100px" name="#GET{name}" id="#GET{name}" value="[(#ENV{#GET{name}})]" /> |
---|
84 | </span></div> |
---|
85 | #SET{name,checkbox3}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
86 | <div class="explication" style="padding-left: 50px">Libellé case 3 |
---|
87 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
88 | ]<span class="choix"> |
---|
89 | <input type="texte" style="width:100px" name="#GET{name}" id="#GET{name}" value="[(#ENV{#GET{name}})]" /> |
---|
90 | </span></div> |
---|
91 | #SET{name,checkbox4}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
92 | <div class="explication" style="padding-left: 50px">Libellé case 4 |
---|
93 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
94 | ]<span class="choix"> |
---|
95 | <input type="texte" style="width:100px" name="#GET{name}" id="#GET{name}" value="[(#ENV{#GET{name}})]" /> |
---|
96 | </span></div> |
---|
97 | #SET{name,checkbox5}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
98 | <div class="explication" style="padding-left: 50px">Libellé case 5 |
---|
99 | [<span class='erreur_message'>(#GET{erreurs})</span> |
---|
100 | ]<span class="choix"> |
---|
101 | <input type="texte" style="width:100px" name="#GET{name}" id="#GET{name}" value="[(#ENV{#GET{name}})]" /> |
---|
102 | </span></div> |
---|
103 | |
---|
104 | </li> |
---|
105 | |
---|
106 | </ul> |
---|
107 | |
---|
108 | |
---|
109 | <!--------------------------------------------------------------------------------> |
---|
110 | <!-- Stockage des donnees -------------------------------------------------------> |
---|
111 | <!--------------------------------------------------------------------------------> |
---|
112 | |
---|
113 | <input type="hidden" name="_meta_casier" value="escal/config" /> |
---|
114 | <br /><br /> |
---|
115 | <p class="boutons"><span class='image_loading'> </span> |
---|
116 | <input type="submit" name="enregistrer" class="submit" value="<:bouton_valider:>" /> |
---|
117 | </p> |
---|
118 | </div> |
---|
119 | </form> |
---|
120 | </div> |
---|