Skip to content
Extraits de code Groupes Projets
Valider e489b59d rédigé par real3t@gmail.com's avatar real3t@gmail.com
Parcourir les fichiers

Début de compatibilité avec le plugin...

Début de compatibilité avec le plugin https://contrib.spip.net/Mots-arborescents-4726 : la liste des articles connexes avec la hiérarchie des mots clefs attachés aux articles
parent 67a53b13
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<h2><:soyezcreateurs:articlesconnexes:></h2> <h2><:soyezcreateurs:articlesconnexes:></h2>
<ul> <ul>
<BOUCLE_ArticlesConnexes(ARTICLES){!doublons listeconnexes}{!par date}> <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> </BOUCLE_ArticlesConnexes>
</ul> </ul>
</B_ArticlesConnexes>#FILTRE{mini_html} </B_ArticlesConnexes>#FILTRE{mini_html}
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<h2><:soyezcreateurs:articlesconnexes:></h2> <h2><:soyezcreateurs:articlesconnexes:></h2>
<ul> <ul>
<BOUCLE_ArticlesConnexes(ARTICLES){!doublons listeconnexes}{!par date}> <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> </BOUCLE_ArticlesConnexes>
</ul> </ul>
</B_ArticlesConnexes>#FILTRE{mini_html} </B_ArticlesConnexes>#FILTRE{mini_html}
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<h2><:mots_clefs:></h2> <h2><:mots_clefs:></h2>
<ul> <ul>
<BOUCLE_MotsClefsArticle(MOTS){id_article}{doublons 1}> <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> </BOUCLE_MotsClefsArticle>
</ul> </ul>
<BOUCLE_EstDansUnMenuHaut(RUBRIQUES){id_rubrique}{titre_mot=MenuHaut}> <BOUCLE_EstDansUnMenuHaut(RUBRIQUES){id_rubrique}{titre_mot=MenuHaut}>
......
...@@ -1079,7 +1079,7 @@ table.programmation caption { text-align: left; } ...@@ -1079,7 +1079,7 @@ table.programmation caption { text-align: left; }
border-right-color: [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})]; border-right-color: [#(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{70})];
font-size: #CONFIG{soyezcreateurs_couleurs/fontsizeartrecents,1.1}em; 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 { background-color: transparent; color: [(#GET{c_cadrestexte})];}
#artrecents .odd a { background-color: transparent; color: inherit;} #artrecents .odd a { background-color: transparent; color: inherit;}
#artrecents ul { margin-left: 1em; margin-bottom: 0; } #artrecents ul { margin-left: 1em; margin-bottom: 0; }
......
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