Line | |
---|
1 | [(#REM) Message de fin d'export] |
---|
2 | |
---|
3 | [ |
---|
4 | [(#BOITE_OUVRIR{<:chmlatex:export_termine:>,success})] |
---|
5 | <h2>(#ENV*{message_ok})</h2> |
---|
6 | #BOITE_FERMER |
---|
7 | ] |
---|
8 | |
---|
9 | [ |
---|
10 | [(#BOITE_OUVRIR{<:pass_erreur:>,error})] |
---|
11 | (#ENV*{message_erreur}) |
---|
12 | #BOITE_FERMER |
---|
13 | ] |
---|
14 | |
---|
15 | [(#EDITABLE|oui) |
---|
16 | <div class="formulaire_spip formulaire_configurer formulaire_#FORM formulaire_#FORM-#ENV{id,nouveau}"> |
---|
17 | <h3 class='titrem'>Options de génération de l'export</h3> |
---|
18 | <form action='[(#ENV{action}|parametre_url{format|num|secteur|lang,''})]' method='post'> |
---|
19 | #ACTION_FORMULAIRE{#ENV{action}} |
---|
20 | <label><:chmlatex:format:> :</label> |
---|
21 | <br /> |
---|
22 | <input id="html" name="format" type="radio" value="html" CHECKED /> |
---|
23 | <label for="html"><:chmlatex:format_html:></label> |
---|
24 | <br /> |
---|
25 | <input id="tex" name="format" type="radio" value="tex" /> |
---|
26 | <label for="tex"><:chmlatex:format_latex:></label> |
---|
27 | <br /> |
---|
28 | <br /> |
---|
29 | [(#SAISIE{selecteur_langue,langue,label=<:chmlatex:langue:>})] |
---|
30 | <br /> |
---|
31 | <br /> |
---|
32 | [(#SAISIE{secteur,secteur_region,label=<:chmlatex:secteur:>})] |
---|
33 | <br /> |
---|
34 | <br /> |
---|
35 | <br /> |
---|
36 | <p class='boutons'><span class='image_loading'> </span> |
---|
37 | |
---|
38 | <input type="submit" name="Valider"value="<:chmlatex:exporter_secteur:>" /> </p> |
---|
39 | |
---|
40 | </form> |
---|
41 | </div> |
---|
42 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.