ajouter des wrappers avec des classes qui permettent de styler la souscription
authorCerdic <cedric@yterium.com>
Mon, 9 Dec 2013 15:34:29 +0000 (16:34 +0100)
committerCerdic <cedric@yterium.com>
Mon, 9 Dec 2013 15:34:29 +0000 (16:34 +0100)
inclure/objectif_atteint.html
modeles/avancement-campagne.html
modeles/souscription.html

index eff9b28..5de726b 100644 (file)
@@ -1 +1 @@
-<p>Formulaire fermé !</p>
\ No newline at end of file
+<p>La souscription est terminée, merci pour votre aide !</p>
\ No newline at end of file
index 01a159b..c339c35 100644 (file)
@@ -1,12 +1,10 @@
 <BOUCLE_campagne(SOUSCRIPTION_CAMPAGNES){id_souscription_campagne=#ENV{campagne}}{objectif>0}>
   [(#SET{pourcentage_objectif,#AVANCEMENT_CAMPAGNE|div{#OBJECTIF}|mult{100}|round{2}})]
-
-  <p>
+  <p class="avancement_texte">
     [(#TYPE_OBJECTIF|=={don}|oui) <:souscription:label_avancement_campagne_dons{montant=#AVANCEMENT_CAMPAGNE,objectif=#OBJECTIF}:>]
     [(#TYPE_OBJECTIF|=={adhesion}|oui) <:souscription:label_avancement_campagne_adhesions{nombre=#AVANCEMENT_CAMPAGNE,objectif=#OBJECTIF}:>]
   </p>
-
-  <div class="progress progress-striped active">
+  <div class="avancement_progress progress progress-striped active">
     <div class="bar" style="width: #GET{pourcentage_objectif}%;">#GET{pourcentage_objectif} %</div>
   </div>
 </BOUCLE_campagne>
index a6ffb7c..ecfedc0 100644 (file)
@@ -1,16 +1,14 @@
 <BOUCLE_campagne(SOUSCRIPTION_CAMPAGNES){id_souscription_campagne=#ENV{campagne}}>
+<div class="souscription">
 <h3>#TITRE</h3>
-
-[(#INCLURE{fond=#VAL{inclure/presentation_type},type_objectif=#TYPE_OBJECTIF})]
-
-[(#TEXTE)]
-
-[(#ENV{avancement}|!={non}|?{#MODELE{avancement-campagne,campagne=#ENV{campagne}}})]
-
+[<span class="souscription_type">(#INCLURE{fond=#VAL{inclure/presentation_type},type_objectif=#TYPE_OBJECTIF})</span>]
+[<div class="souscription_presentation">(#TEXTE)</div>]
+[<div class="souscription_avancement">(#ENV{avancement}|!={non}|?{#MODELE{avancement-campagne,campagne=#ENV{campagne}}})</div>]
 [(#OBJECTIF_LIMITER|non|ou{#OBJECTIF_LIMITER|=={on}|oui|et{#AVANCEMENT_CAMPAGNE|<{#OBJECTIF}|oui}})
 #FORMULAIRE_SOUSCRIPTION{#ENV{campagne}}
 ]
 [(#OBJECTIF_LIMITER|=={on}|oui|et{#AVANCEMENT_CAMPAGNE|<{#OBJECTIF}|non})
 [(#INCLURE{fond=inclure/objectif_atteint,env})]
 ]
+</div>
 </BOUCLE_campagne>