Author: romy@tetue.net
Date: Sun Aug 20 00:35:54 2006
New Revision: 4752
Log:
mot.html est rétablit et devrait se porter mieux 
Modified:
_squelettes_/spip-net-fantastik/mot.html
Modified: _squelettes_/spip-net-fantastik/mot.html
--- _squelettes_/spip-net-fantastik/mot.html (original)
+++ _squelettes_/spip-net-fantastik/mot.html Sun Aug 20 00:35:54 2006
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="#LANG_DIR" lang="#LANG">
<head>
-<title><:mots_clefs:>[ - (#NOM_SITE_SPIP|textebrut)]</title>
+<title><:glossaire:>[ - (#NOM_SITE_SPIP|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
[<meta name="description" content="(#DESCRIPTIF|sinon{#TEXTE}|couper{150}|attribut_html)" />]
<meta name="generator" content="SPIP" />
@@ -19,16 +19,19 @@
<div id="page">
<INCLURE{fond=inc-entete}{lang}>
+ [(#REM) Fil d'Ariane ]
+ <div id="hierarchie"><a href="#URL_SITE_SPIP/?lang=#ENV{lang}"><:accueil_site:></a> > <:glossaire:></div>
+
<div id="conteneur">
[(#REM) Contenu principal : contenu du mot-cle ]
<div id="contenu">
<div class="cartouche">
- <h1 class="invisible"><:mots_clefs:></h1>
+ <h1 class="invisible"><:glossaire:></h1>
</div>
-<BOUCLE_groupes_mots(GROUPES_MOTS){id_groupe IN 8,10,11,9,13}>
+<BOUCLE_groupes_mots(GROUPES_MOTS) {titre==^[0-9]}{par num titre, titre}>
<div class="groupe_mot">
<h2>#TITRE</h2>
<dl>
@@ -32,8 +35,9 @@
<div class="groupe_mot">
<h2>#TITRE</h2>
<dl>
+
<BOUCLE_mots(MOTS) {id_groupe} {par titre}>
- <dl>
+ <a href="#ancre#ID_MOT" name="#ancre#ID_MOT" id="#ancre#ID_MOT"></a>
<dt dir="ltr" lang="fr">#TITRE</dt>
<BOUCLE_article_fr(ARTICLES){lang=fr}{id_mot}{!par popularite}>
@@ -47,8 +51,8 @@
</BOUCLE_article_fr>
- </dl>
</BOUCLE_mots>
+
</dl>
</div>
</BOUCLE_groupes_mots>