Changeset 91747 in spip-zone for _plugins_/chmlatex/trunk/formulaires/fchmlatex.html
- Timestamp:
- Sep 10, 2015, 10:57:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/chmlatex/trunk/formulaires/fchmlatex.html
r90079 r91747 4 4 [(#BOITE_OUVRIR{<:chmlatex:export_termine:>,success})] 5 5 <h2>(#ENV*{message_ok})</h2> 6 [(#CONFIG{chmlatex/compilateur_#ENV*{format},''}|oui) 7 #BOITE_PIED 8 [(#BOUTON_ACTION{<:chmlatex:compiler:>,#URL_ACTION_AUTEUR{chmlatex_compilation,#ENV*{format}_#ENV*{langue},#SELF},ajax})] 9 ] 6 10 #BOITE_FERMER 7 11 ] … … 15 19 [(#EDITABLE|oui) 16 20 <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>21 <h3 class='titrem'><:chmlatex:option_export:></h3> 18 22 <form action='[(#ENV{action}|parametre_url{format|num|secteur|lang,''})]' method='post'> 19 23 #ACTION_FORMULAIRE{#ENV{action}} 20 24 <label><:chmlatex:format:> :</label> 21 25 <br /> 22 <input id="html" name="format " type="radio" value="html" CHECKED />26 <input id="html" name="format_export" type="radio" value="html" CHECKED /> 23 27 <label for="html"><:chmlatex:format_html:></label> 24 28 <br /> 25 <input id="tex" name="format " type="radio" value="tex" />29 <input id="tex" name="format_export" type="radio" value="tex" /> 26 30 <label for="tex"><:chmlatex:format_latex:></label> 27 31 <br /> 28 32 <br /> 29 [(#SAISIE{selecteur_langue,langue ,label=<:chmlatex:langue:>})]33 [(#SAISIE{selecteur_langue,langue_export,label=<:chmlatex:langue:>})] 30 34 <br /> 31 35 <br />
Note: See TracChangeset
for help on using the changeset viewer.