Skip to content
Extraits de code Groupes Projets
Valider 1ed3c80b rédigé par RealET's avatar RealET :kissing_cat:
Parcourir les fichiers

feat : le miniplan en bas du site dans le footer occupe toute la largeur

parent 77dba84a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -33,48 +33,44 @@ ...@@ -33,48 +33,44 @@
[<div id="bandeaucontact">(#VAL{}|sc_bandeau_contact)</div>] [<div id="bandeaucontact">(#VAL{}|sc_bandeau_contact)</div>]
] ]
<B_PlanMenuHaut> <B_PlanMenuHaut>
<div class="row"> <div id="miniplan">
<div id="miniplan"> <div class="row titre-plan text-center">
<div class="titre-plan text-center"> <h1 class="titre-plan-texte"><a href="#URL_PAGE{plan}" title="<:soyezcreateurs:toutleplan:>"><:soyezcreateurs:plan_menu:></a></h1>
<h1 class="titre-plan-texte"><a href="#URL_PAGE{plan}" title="<:soyezcreateurs:toutleplan:>"><:soyezcreateurs:plan_menu:></a></h1> </div>
</div> <div class="liste-rubriques flexbox-wrap-space-around">
<div class="liste-rubriques flexbox-wrap-space-around"> <BOUCLE_PlanMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{titre_mot=MenuHaut}{par num titre}>
<BOUCLE_PlanMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{titre_mot=MenuHaut}{par num titre}> <section class="avec-padding-bottom avec-margin-bottom">
<section class="avec-padding-bottom avec-margin-bottom"> <h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
<h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2> <B_PlanMenuHautSsRub>
<B_PlanMenuHautSsRub> <ul class="menu vertical">
<ul class="menu vertical"> <BOUCLE_PlanMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}>
<BOUCLE_PlanMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}> <li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
<li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li> </BOUCLE_PlanMenuHautSsRub>
</BOUCLE_PlanMenuHautSsRub> </ul>
</ul> </B_PlanMenuHautSsRub>
</B_PlanMenuHautSsRub> </section>
</section> </BOUCLE_PlanMenuHaut>
</BOUCLE_PlanMenuHaut>
</div>
</div> </div>
</div> </div>
</B_PlanMenuHaut> </B_PlanMenuHaut>
<B_PlanPasMenuHaut> <B_PlanPasMenuHaut>
<div class="row"> <div id="plan" class="avec-margin-bottom avec-padding">
<div id="plan" class="avec-margin-bottom avec-padding"> <div class="row titre-plan text-center">
<div class="titre-plan text-center"> <h1><a href="#URL_PAGE{plan}" title="<:soyezcreateurs:toutleplan:>"><:soyezcreateurs:plan_menu:></a></h1>
<h1><a href="#URL_PAGE{plan}" title="<:soyezcreateurs:toutleplan:>"><:soyezcreateurs:plan_menu:></a></h1> </div>
</div> <div class="liste-rubriques flexbox-wrap-space-around">
<div class="liste-rubriques flexbox-wrap-space-around"> <BOUCLE_PlanPasMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{!titre_mot=PasDansMenu}{par num titre}>
<BOUCLE_PlanPasMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{!titre_mot=PasDansMenu}{par num titre}> <section class="avec-padding-bottom avec-margin-bottom">
<section class="avec-padding-bottom avec-margin-bottom"> <h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
<h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2> <B_PlanPasMenuHautSsRub>
<B_PlanPasMenuHautSsRub> <ul class="menu vertical">
<ul class="menu vertical"> <BOUCLE_PlanPasMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}>
<BOUCLE_PlanPasMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}> <li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
<li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li> </BOUCLE_PlanPasMenuHautSsRub>
</BOUCLE_PlanPasMenuHautSsRub> </ul>
</ul> </B_PlanPasMenuHautSsRub>
</B_PlanPasMenuHautSsRub> </section>
</section> </BOUCLE_PlanPasMenuHaut>
</BOUCLE_PlanPasMenuHaut>
</div>
</div> </div>
</div> </div>
</B_PlanPasMenuHaut> </B_PlanPasMenuHaut>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter