diff --git a/.gitattributes b/.gitattributes index 25dcd59ad03af9db16c4e4a8623115d67b41143b..8bea77fadeb283e5573ab960de55491985faea0b 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 a79bc9ce6f3784e275a7cc9b070aadb24aedd808..f086a8ddced7a4e5dc9db650ab1719d844f0d13b 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 fb38550f567868c9fafb866835e999ae626369bd..0000000000000000000000000000000000000000 --- 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