Changeset 59246 in spip-zone
- Timestamp:
- Mar 12, 2012, 11:35:04 PM (9 years ago)
- Location:
- _plugins_/chants/trunk
- Files:
-
- 13 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/chants/trunk/formulaires/editer_chant.html
r59125 r59246 14 14 (#VAL|chercher_rubrique{#ENV{id_chant},#ENV{id_parent},'chant',#ENV{id_secteur},'',0,form_simple}) 15 15 </li>] 16 [(#SAISIE{input, alias, label=<:chant:label_alias:>})] 16 17 [(#SAISIE{input, copyright, label=<:chant:label_copyright:>})] 17 18 [(#SAISIE{textarea, paroles, label=<:chant:label_paroles:>, inserer_barre=edition})] … … 21 22 [(#SAISIE{input, presentation, label=<:chant:label_presentation:>})] 22 23 [(#SAISIE{input, numero, label=<:chant:label_numero:>})] 24 [(#SAISIE{input, ligne_principale, label=<:chant:label_ligne_principale:>})] 23 25 [(#SAISIE{input, capo, label=<:chant:label_capo:>})] 24 26 [(#SAISIE{input, tempo, label=<:chant:label_tempo:>})] -
_plugins_/chants/trunk/lang/chant_fr.php
r59228 r59246 30 30 31 31 // L 32 'label_titre' => 'Titre :', 32 'label_alias' => 'Alias :', 33 'label_capo' => 'Capo (de 1 à 5) :', 34 'label_ccli' => 'N° CCLI :', 33 35 'label_copyright' => 'Copyright :', 34 36 'label_date_annee' => 'Année de sortie :', 37 'label_ligne_principale' => 'Ligne principale :', 35 38 'label_numero' => 'Numéro :', 39 'label_paroles' => 'Paroles du chant :', 36 40 'label_presentation' => 'Ordre des sections :', 37 'label_ccli' => 'N° CCLI :', 38 'label_capo' => 'Capo (de 1 à 5) :', 41 'label_signature' => 'Mesure :', 39 42 'label_tempo' => 'Tempo :', 40 'label_signature' => 'Mesure :', 41 'label_paroles' => 'Paroles du chant :', 43 'label_titre' => 'Titre :', 42 44 'label_tonalite' => 'Tonalité', 43 45 'logo_chant' => 'Logo du chant', … … 45 47 // T 46 48 'text_chant_propose_publication' => 'Chant proposé pour la publication.', 49 'texte_alias' => 'Alias', 47 50 'texte_changer_statut' => 'Ce chant est :', 48 51 'texte_copyright' => 'Copyright', -
_plugins_/chants/trunk/paquet.xml
r59225 r59246 2 2 prefix="chants" 3 3 categorie="edition" 4 version="0. 8.2"5 etat=" dev"4 version="0.9" 5 etat="test" 6 6 compatibilite="[3.0.0-dev;[" 7 7 logo="prive/themes/spip/images/chant-128.png" 8 8 schema="0.7.6" 9 documentation="http://www.spip-contrib.net/Plugin-Chants" 9 10 > 10 <!-- documentation="http://www.teddypayet.com/?article77" -->11 11 <nom>Chants</nom> 12 12 <!-- Gestion des chants dans SPIP sur la base d'OpenSong --> … … 23 23 24 24 <!-- facilitons les champs de formulaires --> 25 <necessite nom="saisies" compatibilite="[1. 14.0;]" />25 <necessite nom="saisies" compatibilite="[1.23.0;]" /> 26 26 <necessite nom="zippeur" compatibilite="[1.5.0;]" /> 27 27 -
_plugins_/chants/trunk/prive/squelettes/navigation/chant.html
r58830 r59246 5 5 <ul class="liste-item"> 6 6 [<li class="item"><strong><:chant:label_date_annee:></strong> <span class="#EDIT{date_annee}">(#DATE_ANNEE|=={'0000'}|oui|?{<:chant:texte_non_renseignee:>,#DATE_ANNEE})</span></li>] 7 [<li class="item #EDIT{ligne_principale}"><strong><:chant:label_ligne_principale:></strong> (#LIGNE_PRINCIPALE)</li>] 7 8 [<li class="item #EDIT{numero}"><strong><:chant:label_numero:></strong> (#NUMERO)</li>] 8 [<li class="item #EDIT{presentation}"><strong><:chant:label_presentation:></strong> (#PRESENTATION)</li>]9 9 [<li class="item #EDIT{ccli}"><strong><:chant:label_ccli:></strong> (#CCLI)</li>] 10 10 [<li class="item #EDIT{capo}"><strong><:chant:label_capo:></strong> (#CAPO)</li>] 11 [<li class="item #EDIT{presentation}"><strong><:chant:label_presentation:></strong> (#PRESENTATION)</li>] 12 [<li class="item #EDIT{signature}"><strong><:chant:label_signature:></strong> (#SIGNATURE)</li>] 11 13 [<li class="item #EDIT{tempo}"><strong><:chant:label_tempo:></strong> (#TEMPO)</li>] 12 [<li class="item #EDIT{signature}"><strong><:chant:label_signature:></strong> (#SIGNATURE)</li>]13 14 [<li class="item #EDIT{tonalite}"><strong><:chant:label_tonalite:></strong> (#TONALITE)</li>] 14 15 </ul>
Note: See TracChangeset
for help on using the changeset viewer.