Changeset 65407 in spip-zone
- Timestamp:
- Aug 31, 2012, 11:43:51 AM (8 years ago)
- Location:
- _plugins_/spip-bible/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-bible/trunk/formulaires/configurer_bible.html
r65406 r65407 46 46 47 47 48 <li> 49 <label for="police_hbo"><:bible:police_hbo:></label> 50 <select name="police_hbo"> 51 <option value="" [selected="(#CONFIG{bible/police_hbo}|=={non})"]><:item_non:></option> 52 <option value='DSiddur.ttf' [selected='(#CONFIG{bible/police_hbo}|=={DSiddur.ttf})']>DSiddur.ttf</option> 53 <option value='HADASSAH.TTF' [selected='(#CONFIG{bible/police_hbo}|=={HADASSAH.TTF})']>HADASSAH.TTF</option> 54 <option value='KSAVYADD.TTF' [selected='(#CONFIG{bible/police_hbo}|=={KSAVYADD.TTF})']>KSAVYADD.TTF</option> 55 <option value='NACHLAOT.TTF' [selected='(#CONFIG{bible/police_hbo}|=={NACHLAOT.TTF})']>NACHLAOT.TTF</option> 56 </select> 57 </li> 48 49 <BOUCLE_polices(DATA){source tableau, #VAL{polices}|bible_tableau}> 50 51 <B_polices_lang> 52 <li> 53 54 <label for="police_#CLE">[(#VAL{bible:police_#CLE}|_T)]</label> 55 <select name="police_#CLE"> 56 <option value="" [selected="(#CONFIG{bible/police_#CLE}|=={non})"]><:item_non:></option> 57 58 <BOUCLE_polices_lang(DATA){source tableau, #VALEUR}> 59 <option value='DSiddur.ttf' [selected='(#CONFIG{bible/police_#_polices:CLE}|=={#VALEUR})']>#VALEUR</option> 60 </BOUCLE_polices_lang> 61 </select> 62 </li> 63 </BOUCLE_polices_lang> 64 65 </BOUCLE_polices> 66 67 58 68 </ul> 59 69 </fieldset> 70 60 71 <p class="boutons"> 61 72 <input type="submit" value="<:bouton_enregistrer:>" /> 62 73 </p> 74 63 75 </form> 64 76 -
_plugins_/spip-bible/trunk/inc/bible_tableau.php
r38937 r65407 2965 2965 case 'police': 2966 2966 return $polices; 2967 case 'polices': 2968 return $polices; 2967 2969 case 'traduction': 2968 2970 return $tableau_traduction;
Note: See TracChangeset
for help on using the changeset viewer.