From e489b59d1de84b6f31a886533a58d7ced561c17b Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Tue, 19 Feb 2019 14:10:19 +0000
Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20de=20compatibilit=C3=A9=20avec=20l?=
 =?UTF-8?q?e=20plugin=20https://contrib.spip.net/Mots-arborescents-4726=20?=
 =?UTF-8?q?:=20la=20liste=20des=20articles=20connexes=20avec=20la=20hi?=
 =?UTF-8?q?=C3=A9rarchie=20des=20mots=20clefs=20attach=C3=A9s=20aux=20arti?=
 =?UTF-8?q?cles?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 noisettes/articles_connexes.html            | 2 +-
 noisettes/articles_connexes_locaux.html     | 2 +-
 noisettes/cartouches/article_cartouche.html | 2 +-
 stylessoyezcreateurs.css.html               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/noisettes/articles_connexes.html b/noisettes/articles_connexes.html
index a0be814c..5314712c 100644
--- a/noisettes/articles_connexes.html
+++ b/noisettes/articles_connexes.html
@@ -8,7 +8,7 @@
 <h2><:soyezcreateurs:articlesconnexes:></h2>
 <ul>
 <BOUCLE_ArticlesConnexes(ARTICLES){!doublons listeconnexes}{!par date}>
-	<li class="#EDIT{titre}"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li>
+	<li class="#EDIT{titre}[ (#COMPTEUR_BOUCLE|alterner{'odd',''})]"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li>
 </BOUCLE_ArticlesConnexes>
 </ul>
 </B_ArticlesConnexes>#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/articles_connexes_locaux.html b/noisettes/articles_connexes_locaux.html
index b082582b..34c91469 100644
--- a/noisettes/articles_connexes_locaux.html
+++ b/noisettes/articles_connexes_locaux.html
@@ -9,7 +9,7 @@
 <h2><:soyezcreateurs:articlesconnexes:></h2>
 <ul>
 <BOUCLE_ArticlesConnexes(ARTICLES){!doublons listeconnexes}{!par date}>
-	<li class="#EDIT{titre}"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li>
+	<li class="#EDIT{titre}[ (#COMPTEUR_BOUCLE|alterner{'odd',''})]"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li>
 </BOUCLE_ArticlesConnexes>
 </ul>
 </B_ArticlesConnexes>#FILTRE{mini_html}
\ No newline at end of file
diff --git a/noisettes/cartouches/article_cartouche.html b/noisettes/cartouches/article_cartouche.html
index 8c551a74..c3712495 100644
--- a/noisettes/cartouches/article_cartouche.html
+++ b/noisettes/cartouches/article_cartouche.html
@@ -34,7 +34,7 @@
 <h2><:mots_clefs:></h2>
 <ul>
 <BOUCLE_MotsClefsArticle(MOTS){id_article}{doublons 1}>
-<li><a href="[(#PLUGIN{critere_mots}|?{[(#URL_PAGE{mots_filtres}|parametre_url{mots,#ARRAY{mots,#ID_MOT}})],#URL_MOT})]" rel="tag"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|sc_replace{'_',' '})]</a></li>
+<li class="[(#COMPTEUR_BOUCLE|alterner{'odd',''})]"><BOUCLE_PluginsMotsArborescents(CONDITION){si #PLUGIN{motsar}}><BOUCLE_MotsArborescents(HIERARCHIE_MOTS){id_mot}><a href="[(#PLUGIN{critere_mots}|?{[(#URL_PAGE{mots_filtres}|parametre_url{mots,#ARRAY{mots,#ID_MOT}})],#URL_MOT})]" rel="tag"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|sc_replace{'_',' '})]</a> / </BOUCLE_MotsArborescents></BOUCLE_PluginsMotsArborescents><a href="[(#PLUGIN{critere_mots}|?{[(#URL_PAGE{mots_filtres}|parametre_url{mots,#ARRAY{mots,#ID_MOT}})],#URL_MOT})]" rel="tag"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|sc_replace{'_',' '})]</a></li>
 </BOUCLE_MotsClefsArticle>
 </ul>
 <BOUCLE_EstDansUnMenuHaut(RUBRIQUES){id_rubrique}{titre_mot=MenuHaut}>
diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 8fc9a12b..6e501695 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -1079,7 +1079,7 @@ table.programmation caption { text-align: left; }
 	border-right-color: [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})];
 	font-size: #CONFIG{soyezcreateurs_couleurs/fontsizeartrecents,1.1}em;
 }
-#artrecents a { display: block; background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: normal; text-align: left; text-decoration: none; }
+#artrecents li { background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: normal; text-align: left; text-decoration: none; }
 #artrecents .odd { background-color: transparent; color: [(#GET{c_cadrestexte})];}
 #artrecents .odd a { background-color: transparent; color: inherit;}
 #artrecents ul { margin-left: 1em; margin-bottom: 0; }
-- 
GitLab