Changeset 87115 in spip-zone
- Timestamp:
- Jan 15, 2015, 4:50:39 PM (6 years ago)
- Location:
- _squelettes_/galaxie_melusine/melusine/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/galaxie_melusine/melusine/trunk/css/style.css
r87110 r87115 598 598 } 599 599 600 .alignecentre { text-align: center; margin-right: auto; margin-left: auto;} 601 .alignegauche { text-align: left; float: left;} 602 .alignedroite { text-align: right; float: right;} 600 .alignecentre { text-align: center;} 601 .alignegauche { text-align: left;} 602 .alignedroite { text-align: right;} 603 603 604 604 605 .module_melusine .info { margin-bottom:0px; } -
_squelettes_/galaxie_melusine/melusine/trunk/formulaires/melusine_boutons.html
r87037 r87115 28 28 (#ENV*{message_erreur})</p>] 29 29 30 [(#GET{style}|non)#SET{style," en_ligne"}]30 [(#GET{style}|non)#SET{style,"multibloc"}] 31 31 [(#GET{col}|non)#SET{col,"aucune"}] 32 32 [(#GET{voir_images}|non)#SET{voir_images,"oui"}] … … 57 57 <br /> 58 58 <div class="z123alignecentre"> 59 <input type="radio" name="style" value="en_ligne"60 [(#GET{style}|=={en_ligne}|oui) checked ]>En ligne</input>61 59 <input type="radio" name="style" value="bloc_visible" 62 [(#GET{style}|=={bloc_visible}|oui) checked ]> Blocs visibles</input>60 [(#GET{style}|=={bloc_visible}|oui) checked ]>Un seul bloc</input> 63 61 <input type="radio" name="style" value="multibloc" 64 [(#GET{style}|=={multibloc}|oui) checked ]> Multiblocs</input>62 [(#GET{style}|=={multibloc}|oui) checked ]>Un bloc par bouton</input> 65 63 </div> 66 64 <!-- Boutons radio pour choisir le nombre de colonnes --> … … 70 68 <input type="radio" name="col" value="aucune" 71 69 [(#GET{col}|=={aucune}|oui) checked ]>1</input> 70 <input type="radio" name="col" value="col-md-6" 71 [(#GET{col}|=={col-md-6}|oui) checked ]>2</input> 72 <input type="radio" name="col" value="col-md-4" 73 [(#GET{col}|=={col-md-4}|oui) checked ]>3</input> 74 <input type="radio" name="col" value="col-md-3" 75 [(#GET{col}|=={col-md-3}|oui) checked ]>4</input> 72 76 <input type="radio" name="col" value="col-md-2" 73 [(#GET{col}|=={col-md-2}|oui) checked ]>2</input> 74 <input type="radio" name="col" value="col-md-3" 75 [(#GET{col}|=={col-md-4}|oui) checked ]>3</input> 76 <input type="radio" name="col" value="col-md-4" 77 [(#GET{col}|=={col-md-3}|oui) checked ]>4</input> 77 [(#GET{col}|=={col-md-2}|oui) checked ]>6</input> 78 78 </div> 79 79 <!-- Boutons radio pour choisir si les images apparaissent --> -
_squelettes_/galaxie_melusine/melusine/trunk/inclusions/articles_rubrique.html
r86772 r87115 9 9 [(#GET{redirection}|non)#SET{redirection,non}] 10 10 11 <!-- On exclu eles articles ayant le mot clef EXCLU ************************ -->11 <!-- On exclut les articles ayant le mot clef EXCLU ************************ --> 12 12 <BOUCLE_exclus2(ARTICLES) {id_rubrique}{titre_mot="exclu"} {doublons}> 13 13 </BOUCLE_exclus2> -
_squelettes_/galaxie_melusine/melusine/trunk/modules/titre_rubrique.html
r86473 r87115 14 14 #SET{alignement,#PARAMETRES|unserialize|table_valeur{alignement}} 15 15 </BOUCLE_noisette> 16 16 17 <!-- par défaut : fond invisible, centré dans sa noisette --> 17 18 [(#GET{style}|non)#SET{style,'bloc_invisible'}] … … 28 29 29 30 <BOUCLE_titre(RUBRIQUES){id_rubrique}> 30 <div class="row"> 31 <div class="col-md-5"> 32 [(#LOGO_RUBRIQUE| 33 |image_recadre{0,400,center} 34 |inserer_attribut{'class',"img-responsive"} 35 )] 31 32 [(#LOGO_RUBRIQUE|oui) 33 <div class="row"> 34 <div class="col-md-5"> 35 [(#LOGO_RUBRIQUE| 36 |image_recadre{0,400,center} 37 |inserer_attribut{'class',"img-responsive"} 38 )] 39 </div> 40 <div class="col-md-7"> 41 <h1>#TITRE</h1> 42 #DESCRIPTIF 43 </div> 36 44 </div> 37 <div class="col-md-7"> 38 <h1>#TITRE</h1> 39 #DESCRIPTIF 40 </div> 41 </div> 45 ] 46 47 [(#LOGO_RUBRIQUE|non) 48 <!--<div class="row">--> 49 <!-- <div class="col-md-12"> --> 50 <h1>#TITRE</h1> 51 #DESCRIPTIF 52 <!-- </div> --> 53 <!--</div>--> 54 ] 55 42 56 </BOUCLE_titre> 43 57
Note: See TracChangeset
for help on using the changeset viewer.