From 04d927e5f7480d46750f59055b2bff7104ba4c7a Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Fri, 16 Oct 2015 15:08:50 +0000 Subject: [PATCH] =?UTF-8?q?Et=20pas=20la=20peine=20d'afficher=20les=20site?= =?UTF-8?q?s=20et=20br=C3=A8ves=20dans=20le=20plan=20antichrono=20(ce=20qu?= =?UTF-8?q?i=20rend=20la=20noisette=20inutile)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 - antichrono.html | 3 --- noisettes/cartouches/plans.html | 21 --------------------- 3 files changed, 25 deletions(-) delete mode 100644 noisettes/cartouches/plans.html diff --git a/.gitattributes b/.gitattributes index 25dcd59a..8bea77fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -429,7 +429,6 @@ noisettes/cartouches/article_cartouche.html -text noisettes/cartouches/article_cartouche_archives.html -text noisettes/cartouches/cartouche_nouveaute_branche.html -text noisettes/cartouches/mots.html -text -noisettes/cartouches/plans.html -text noisettes/cartouches/rubrique_cartouche.html -text noisettes/cartouches/rubrique_cartouche_ssrubriques.html -text noisettes/cartouches/sommaire_cartouche.html -text diff --git a/antichrono.html b/antichrono.html index a79bc9ce..f086a8dd 100644 --- a/antichrono.html +++ b/antichrono.html @@ -15,7 +15,6 @@ <div class="cartouche"> <div class="titrepage"><h1><:soyezcreateurs:articlesordreantichrono:></h1></div> </div> -[(#CONFIG{soyezcreateurs_layout/positioncartouche,bas}|=={haut}|oui)[(#INCLURE{fond=noisettes/cartouches/plans})]] <div id="letexte"> <p><:soyezcreateurs:voirle:> <a href="#URL_PAGE{plan}" title="<:plan_site|attribut_html:>"><:plan_site:></a>.</p> <BOUCLE_ExclureRubriquesDuPlan(RUBRIQUES){titre_mot=PasDansPlan}><BOUCLE_ExclureArticlesDuPlan(ARTICLES){branche}{doublons articles}{lang} /></BOUCLE_ExclureRubriquesDuPlan> @@ -44,8 +43,6 @@ </div> </main> </div><!-- Fin de .texte --> -[(#CONFIG{soyezcreateurs_layout/positioncartouche,bas}|=={bas}|oui)[(#INCLURE{fond=noisettes/cartouches/plans}{classe=artrecent_bas})]] - <INCLURE{fond=noisettes/footer/footer} {titretop=#GET{titretop}} diff --git a/noisettes/cartouches/plans.html b/noisettes/cartouches/plans.html deleted file mode 100644 index fb38550f..00000000 --- a/noisettes/cartouches/plans.html +++ /dev/null @@ -1,21 +0,0 @@ -<B_Autres_Flottant> -<div id="artrecents"[ class="(#ENV{classe})"]> - <BOUCLE_Autres_Flottant(RUBRIQUES){racine}{!titre_mot=PasDansPlan}{par num titre}>[(#REM) Pas de caract�res ici pour ne pas avoir de contenu - ]<B_sites> - <h2><:sites_web:>[ ((#TITRE))]</h2> - <ul> - <BOUCLE_sites(SITES) {id_secteur} {par nom_site}>[<li><a href="(#ID_SYNDIC|generer_url_entite{'site'})"[ title="(#DESCRIPTIF|attribut_html)"]>[(#NOM_SITE)]</a></li>]</BOUCLE_sites> - </ul> - </B_sites>[(#REM) Pas de caract�res ici pour ne pas avoir de contenu - ]<B_breves> - <h2><:breves:breves:>[ ((#TITRE))]</h2> - <ul> - <BOUCLE_breves(BREVES) {id_secteur} {!par date} {0,15}> - <li class="menu-item"><a href="#URL_BREVE"[ title="(#DATE|affdate|attribut_html)"]>[(#TITRE)]</a></li> - </BOUCLE_breves> - </ul> - </B_breves>[(#REM) Pas de caract�res ici pour ne pas avoir de contenu - ]</BOUCLE_Autres_Flottant> -</div> -</B_Autres_Flottant> -#FILTRE{mini_html} \ No newline at end of file -- GitLab