From a604280bf9fd238ba718eeff4ddae2fb9163c71b Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Wed, 10 Jun 2015 17:43:26 +0000 Subject: [PATCH] =?UTF-8?q?Optimisation=20qui=20=C3=A9tait=20possible=20en?= =?UTF-8?q?=20SPIP=202.1=20ne=20l'est=20plus=20en=203.1=20=3D>=20Re-Passag?= =?UTF-8?q?e=20en=202=20boucles=20Cf=20:=20http://thread.gmane.org/gmane.c?= =?UTF-8?q?omp.web.spip.devel/66305?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisettes/cartouches/cartouche_nouveaute_branche.html | 4 ++-- noisettes/cartouches/sommaire_cartouche.html | 4 ++-- noisettes/footer/footer_modeportailevenementiel.html | 2 +- .../sommaire/inc_sommaire_modeinternational_endirect.html | 2 +- .../inc_sommaire_modeinternational_endirect_archives.html | 2 +- noisettes/sommaire/sommaire_modeactualites.html | 2 +- noisettes/sommaire/sommaire_modeblog.html | 4 ++-- noisettes/sommaire/sommaire_modecommuniquant.html | 2 +- noisettes/sommaire/sommaire_modemairie.html | 2 +- noisettes/sommaire/sommaire_modenews.html | 4 ++-- noisettes/sommaire/sommaire_modeportail.html | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/noisettes/cartouches/cartouche_nouveaute_branche.html b/noisettes/cartouches/cartouche_nouveaute_branche.html index 56977a54..1f398110 100644 --- a/noisettes/cartouches/cartouche_nouveaute_branche.html +++ b/noisettes/cartouches/cartouche_nouveaute_branche.html @@ -9,7 +9,7 @@ </BOUCLE_articles_recentsAlaUne> </ul> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recentsSiUne> <ul> @@ -21,7 +21,7 @@ [(#CONFIG{soyezcreateurs/affichage_lien_antichrono,on}|=={on}|oui)<p><a href="#URL_PAGE{antichrono}"><:soyezcreateurs:tousarticlesantichrono:></a>.</p>] </B_articles_recentsAlaUne> <BOUCLE_Secteurs_Exclus2(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus2(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus2> -<BOUCLE_Articles_Exclus2(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues2(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus2(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues2> <BOUCLE_exclus2(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recents> <h2><:soyezcreateurs:quoideneuf:></h2> diff --git a/noisettes/cartouches/sommaire_cartouche.html b/noisettes/cartouches/sommaire_cartouche.html index 44526bf1..0e4a8fa7 100644 --- a/noisettes/cartouches/sommaire_cartouche.html +++ b/noisettes/cartouches/sommaire_cartouche.html @@ -8,7 +8,7 @@ </BOUCLE_articles_recentsAlaUne> </ul> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recentsSiUne> <ul> @@ -21,7 +21,7 @@ </div> </B_articles_recentsAlaUne> <BOUCLE_Secteurs_Exclus2(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus2(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus2> -<BOUCLE_Articles_Exclus2(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues2(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus2(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues2> <BOUCLE_exclus2(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recents> <div id="artrecents"[ class="(#ENV{classe})"]> diff --git a/noisettes/footer/footer_modeportailevenementiel.html b/noisettes/footer/footer_modeportailevenementiel.html index e76f596e..58b8f1df 100644 --- a/noisettes/footer/footer_modeportailevenementiel.html +++ b/noisettes/footer/footer_modeportailevenementiel.html @@ -55,7 +55,7 @@ <!-- Articles recents --> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recentsAlaUne> diff --git a/noisettes/sommaire/inc_sommaire_modeinternational_endirect.html b/noisettes/sommaire/inc_sommaire_modeinternational_endirect.html index 55f3d440..a16509bd 100644 --- a/noisettes/sommaire/inc_sommaire_modeinternational_endirect.html +++ b/noisettes/sommaire/inc_sommaire_modeinternational_endirect.html @@ -1,5 +1,5 @@ <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus_Mots(ARTICLES){titre_mot IN PasDansQuoiDeNeuf,Goodies,ZoomSur,ZoomSur2,ALaUne}{doublons} /> <B3> <div id="direct" class="outerbox #ENV{hauteur,hauteur1}"> diff --git a/noisettes/sommaire/inc_sommaire_modeinternational_endirect_archives.html b/noisettes/sommaire/inc_sommaire_modeinternational_endirect_archives.html index 1a57ec1f..569ab47d 100644 --- a/noisettes/sommaire/inc_sommaire_modeinternational_endirect_archives.html +++ b/noisettes/sommaire/inc_sommaire_modeinternational_endirect_archives.html @@ -1,5 +1,5 @@ <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus_Mots(ARTICLES){titre_mot IN PasDansQuoiDeNeuf,Goodies,ZoomSur,ZoomSur2,ALaUne}{doublons} /> <div id="direct" class="outerbox #ENV{hauteur,hauteur1}"> <div class="box simple"> diff --git a/noisettes/sommaire/sommaire_modeactualites.html b/noisettes/sommaire/sommaire_modeactualites.html index 1b6c09cf..9b14f688 100644 --- a/noisettes/sommaire/sommaire_modeactualites.html +++ b/noisettes/sommaire/sommaire_modeactualites.html @@ -90,7 +90,7 @@ [(#PLUGIN{AGENDA}|oui)[(#CONFIG{soyezcreateurs/homeagenda,on}|=={on}|oui)#INCLURE{fond=noisettes/agenda/agenda_sommaire_modeactualites}]] <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> - <BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> + <BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_QuoideNeuf> <h2><:soyezcreateurs:quoideneuf:></h2> diff --git a/noisettes/sommaire/sommaire_modeblog.html b/noisettes/sommaire/sommaire_modeblog.html index 9e68d920..0809e3ff 100644 --- a/noisettes/sommaire/sommaire_modeblog.html +++ b/noisettes/sommaire/sommaire_modeblog.html @@ -3,7 +3,7 @@ <div class="modeblog_art"> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons}{doublons exclus} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons}{doublons exclus} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons}{doublons exclus} /> <BOUCLE_articles_AlaUneExclus(ARTICLES){lang}{0,(#CONFIG{soyezcreateurs/nombres_alanune,4})}{titre_mot=AlaUne}{doublons} /> <BOUCLE_articles_recents(ARTICLES){lang}{!par #CONFIG{soyezcreateurs/ordre_quoideneuf,date_modif}}{0,(#CONFIG{soyezcreateurs/nombres_quoideneuf,3})}{doublons}> @@ -20,7 +20,7 @@ </BOUCLE_articles_recents> <BOUCLE_Secteurs_Exclus2(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus2(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus2> -<BOUCLE_Articles_Exclus2(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues2(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus2(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues2> <BOUCLE_exclus2(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> </div><!--Fin modeblog_art--> diff --git a/noisettes/sommaire/sommaire_modecommuniquant.html b/noisettes/sommaire/sommaire_modecommuniquant.html index 55526643..17b1f38d 100644 --- a/noisettes/sommaire/sommaire_modecommuniquant.html +++ b/noisettes/sommaire/sommaire_modecommuniquant.html @@ -52,7 +52,7 @@ <BOUCLE_articles_recentsAlaUne_Exclus(ARTICLES) {0,(#CONFIG{soyezcreateurs/nombres_alanune,4})}{titre_mot=AlaUne}{doublons}{lang} /> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons}{lang} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons}{lang} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons}{lang} /> <B_articles_QuoideNeuf> <div id="homequoideneuf"> diff --git a/noisettes/sommaire/sommaire_modemairie.html b/noisettes/sommaire/sommaire_modemairie.html index ce5a127c..cbac4f76 100644 --- a/noisettes/sommaire/sommaire_modemairie.html +++ b/noisettes/sommaire/sommaire_modemairie.html @@ -73,7 +73,7 @@ </div><!-- alaune --> </B_articles_recentsAlaUne> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_QuoideNeuf> <h2>[(#CONFIG{soyezcreateurs/affichage_lien_antichrono,on}|=={on}|oui)<a href="#URL_PAGE{antichrono}" title="<:soyezcreateurs:tousarticlesantichrono|attribut_html:>">]<:soyezcreateurs:derniereactualites:>[(#CONFIG{soyezcreateurs/affichage_lien_antichrono,on}|=={on}|oui)</a>]</h2> diff --git a/noisettes/sommaire/sommaire_modenews.html b/noisettes/sommaire/sommaire_modenews.html index ace482a6..73f2eca1 100644 --- a/noisettes/sommaire/sommaire_modenews.html +++ b/noisettes/sommaire/sommaire_modenews.html @@ -20,7 +20,7 @@ </div> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recents_si_Une> <div class="titrepage"><h1><:soyezcreateurs:quoideneuf:></h1></div> @@ -33,7 +33,7 @@ </BOUCLE_articles_recents_si_Une> </B_articles_recentsAlaUne> <BOUCLE_Secteurs_Exclus2(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus2(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus2> -<BOUCLE_Articles_Exclus2(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues2(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus2(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues2> <BOUCLE_exclus2(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_recents> <div class="titrepage"><h1><:soyezcreateurs:quoideneuf:></h1></div> diff --git a/noisettes/sommaire/sommaire_modeportail.html b/noisettes/sommaire/sommaire_modeportail.html index 9ebd097d..99d5e8cb 100644 --- a/noisettes/sommaire/sommaire_modeportail.html +++ b/noisettes/sommaire/sommaire_modeportail.html @@ -94,7 +94,7 @@ </div> <div id="droite"> <BOUCLE_Secteurs_Exclus(RUBRIQUES){titre_mot=SecteurPasDansQuoiDeNeuf}><BOUCLE_Articles_Secteurs_Exclus(ARTICLES){id_secteur}{doublons} /></BOUCLE_Secteurs_Exclus> -<BOUCLE_Articles_Exclus(ARTICLES mots_rubriques mots){mots.titre=PasDansQuoiDeNeuf}{doublons} /> +<BOUCLE_Rubriques_Exclues(RUBRIQUES){titre_mot=PasDansQuoiDeNeuf}><BOUCLE_Articles_Exclus(ARTICLES){id_rubrique}{doublons}{lang} /></BOUCLE_Rubriques_Exclues> <BOUCLE_exclus(ARTICLES){titre_mot=PasDansQuoiDeNeuf}{doublons} /> <B_articles_QuoideNeuf> <h2><:soyezcreateurs:quoideneuf:></h2> -- GitLab