Changeset 61587 in spip-zone
- Timestamp:
- May 23, 2012, 1:54:24 PM (9 years ago)
- Location:
- _plugins_/spip-bible/trunk
- Files:
-
- 6 added
- 2 deleted
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-bible/trunk/formulaires/configurer_bible.html
r61579 r61587 1 <form action="#SELF" method="post" >2 [<div>(#ENV{_cfg_}|form_hidden)</div>] 1 <form action="#SELF" method="post" class='formulaire_spip formulaire_configurer'> 2 #ACTION_FORMULAIRE{#ENV{action}} 3 3 4 4 <ul> … … 13 13 <select name="traduction_#CLE" id="traduction_#CLE"> 14 14 <BOUCLE_traduction(POUR){tableau #GET{traduction}}> 15 <option value="#VALEUR" [selected="(# ENV{traduction_#_langues:CLE}|=={#VALEUR})"]>15 <option value="#VALEUR" [selected="(#CONFIG{bible/traduction_#_langues:CLE}|=={#VALEUR})"]> 16 16 [(#VALEUR|info_bible_version{traduction})] 17 17 </option> … … 23 23 <li> 24 24 <label for="numeros"><:bible:cfg_numeros:></label> 25 <input type="checkbox" name="numeros" id="numeros" [checked="(# ENV{numeros})"] value="oui" />25 <input type="checkbox" name="numeros" id="numeros" [checked="(#CONFIG{bible/numeros})"] value="oui" /> 26 26 27 27 </li> … … 29 29 <li> 30 30 <label for="retour"><:bible:cfg_retour:></label> 31 <input type="checkbox" name="retour" id="retour" [checked="(# ENV{retour})"] value="oui" />31 <input type="checkbox" name="retour" id="retour" [checked="(#CONFIG{bible/retour})"] value="oui" /> 32 32 33 33 </li> … … 35 35 <li> 36 36 <label for="ref"><:bible:cfg_ref:></label> 37 <input type="checkbox" name="ref" id="ref" [checked="(# ENV{ref})"] value="oui" />37 <input type="checkbox" name="ref" id="ref" [checked="(#CONFIG{bible/ref})"] value="oui" /> 38 38 39 39 </li> … … 42 42 43 43 <li> 44 <label for="police_hbo"><:bible:police_hbo:></label><select name="police_hbo"><option value="" [selected="(#ENV{police_hbo}|=={non})"]><:item_non:></option><option value='DSiddur.ttf' [selected='(#ENV{police_hbo}|=={DSiddur.ttf})']>DSiddur.ttf</option><option value='HADASSAH.TTF' [selected='(#ENV{police_hbo}|=={HADASSAH.TTF})']>HADASSAH.TTF</option><option value='KSAVYADD.TTF' [selected='(#ENV{police_hbo}|=={KSAVYADD.TTF})']>KSAVYADD.TTF</option><option value='NACHLAOT.TTF' [selected='(#ENV{police_hbo}|=={NACHLAOT.TTF})']>NACHLAOT.TTF</option></li><p class="boutons"><input type="submit" name="_cfg_ok" value="<:bible:OK:>" /> 45 <input type="submit" name="_cfg_delete" value="<:bible:supprimer:>" /></p> 46 </li> 44 <label for="police_hbo"><:bible:police_hbo:></label> 45 <select name="police_hbo"> 46 <option value="" [selected="(#CONFIG{bible/police_hbo}|=={non})"]><:item_non:></option> 47 <option value='DSiddur.ttf' [selected='(#CONFIG{bible/police_hbo}|=={DSiddur.ttf})']>DSiddur.ttf</option> 48 <option value='HADASSAH.TTF' [selected='(#CONFIG{bible/police_hbo}|=={HADASSAH.TTF})']>HADASSAH.TTF</option> 49 <option value='KSAVYADD.TTF' [selected='(#CONFIG{bible/police_hbo}|=={KSAVYADD.TTF})']>KSAVYADD.TTF</option> 50 <option value='NACHLAOT.TTF' [selected='(#CONFIG{bible/police_hbo}|=={NACHLAOT.TTF})']>NACHLAOT.TTF</option> 51 </select> 52 </li> 47 53 </ul> 54 <p class="boutons"> 55 <input type="submit" value="<:bouton_enregistrer:>" /> 56 </p> 48 57 </form> 49 58 -
_plugins_/spip-bible/trunk/formulaires/configurer_bible_pp.html
r61579 r61587 1 <form action="#SELF" method="post"> 2 [<div>(#ENV{_cfg_}|form_hidden)</div>] 1 <form action="#SELF" method="post" class='formulaire_spip formulaire_configurer'> 2 #ACTION_FORMULAIRE{#ENV{action}} 3 3 4 4 5 <script type="text/javascript"> … … 82 83 </ul> 83 84 </fieldset> 84 <p class="boutons"><input type="submit" name="_cfg_ok" value="<:bible:OK:>" />85 <input type="submit" name="_cfg_delete" value="<:bible:supprimer:>" /></p>86 85 <p class="boutons"> 86 <input type="submit" value="<:bouton_enregistrer:>" /> 87 </p> 87 88 </form> -
_plugins_/spip-bible/trunk/paquet.xml
r61583 r61587 17 17 18 18 <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> 19 19 20 <menu nom="configurer_bible" titre="bible:cfg_configurer" parent="menu_configuration" icone="bible-16.jpg" /> 21 <menu nom="configurer_bible_pp" titre="bible:cfg_pp" parent="menu_configuration" icone="bible-16.jpg" /> 20 22 <pipeline nom="insert_head" action="insert_head" inclure="bible_pipelines.php" /> 21 23 <pipeline nom="affiche_droite" action="affiche_droite" inclure="bible_pipelines.php" />
Note: See TracChangeset
for help on using the changeset viewer.