[SPIP Zone] r4592 - in /_squelettes_/spip-net-fantastik: habillage.css mot.html

Author: romy@tetue.net
Date: Wed Aug 16 21:28:44 2006
New Revision: 4592

Log:
Index des boucles et balises : affichons les articles de préférence dans la langue, sinon en français.

Modified:
    _squelettes_/spip-net-fantastik/habillage.css
    _squelettes_/spip-net-fantastik/mot.html

Modified: _squelettes_/spip-net-fantastik/habillage.css

--- _squelettes_/spip-net-fantastik/habillage.css (original)
+++ _squelettes_/spip-net-fantastik/habillage.css Wed Aug 16 21:28:44 2006
@@ -185,13 +185,12 @@
.divers .menu-titre { background: #FCFCF0; }

.page_mot #conteneur #contenu { width: 50em; }
-.page_mot #navigation { display: none; }
.groupe_mot { width: 23%; float: left; margin-right: 1em; font-size: 0.77em; }
.groupe_mot h2 { margin-top: 3em; font-weight: bold; text-transform: uppercase; background: #B5E192; padding: 3px 5px; -moz-border-radius: 1em; }
.groupe_mot h3 { font-weight: bold; }
.groupe_mot ul li { margin-bottom: 1em; }
.groupe_mot ul li li { margin-bottom: 0; }
-.groupe_mot ul li ul { display: none; }
+.groupe_mot ul li ul { /*display: none;*/ }
.groupe_mot ul li:hover ul { display: block; }

/* ------------------------------------------

Modified: _squelettes_/spip-net-fantastik/mot.html

--- _squelettes_/spip-net-fantastik/mot.html (original)
+++ _squelettes_/spip-net-fantastik/mot.html Wed Aug 16 21:28:44 2006
@@ -34,12 +34,18 @@
<h2>#TITRE</h2>

<ul>
-<BOUCLE_mots(MOTS) {id_groupe} {par titre}>
+<BOUCLE_mots(MOTS) {id_groupe} {par titre}{0,5}>
<li><h3>#TITRE</h3>

<ul>
<BOUCLE_article_fr(ARTICLES){lang=fr}{id_mot}{!par popularite}>
-<li><a href="#URL_ARTICLE">#TITRE</a></li>
+ <li>
+ <BOUCLE_article(ARTICLES){traduction}{lang=#ENV{lang}}>
+ <a href="#URL_ARTICLE">#TITRE</a>
+ </BOUCLE_article>
+ <em><a href="#_article_fr:URL_ARTICLE">#_article_fr:TITRE</a></em>
+ <//B_article>
+ </li>
</BOUCLE_article_fr>
</ul>