1 | #CACHE{7200} |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
5 | <head> |
---|
6 | <title>[[(#NOM_SITE_SPIP|textebrut)]] : Archives</title> |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | </head> |
---|
11 | <body dir="#LANG_DIR" class="#LANG plan"> |
---|
12 | <div id="page"> |
---|
13 | |
---|
14 | <!-- ***************************************************************** |
---|
15 | Bandeau, titre du site et menu langue |
---|
16 | Header and main menu (top and right) |
---|
17 | ************************************************************* --> |
---|
18 | |
---|
19 | |
---|
20 | <!-- ***************************************************************** |
---|
21 | Contenu principal (centre) |
---|
22 | Main content (center) |
---|
23 | ************************************************************* --> |
---|
24 | |
---|
25 | <div id="bloc-contenu"> |
---|
26 | <BOUCLE_langue_contexte_exclus(ARTICLES){tout}{doublons contexte}{lang}></BOUCLE_langue_contexte_exclus> |
---|
27 | <B_langues> |
---|
28 | <div id="sommaire"> |
---|
29 | <h4><:info_langues:></h4> |
---|
30 | <ul> |
---|
31 | <BOUCLE_langues(ARTICLES){tout}{doublons contexte}{par lang}>[ |
---|
32 | <li lang="#LANG" xml:lang="#LANG" dir="#LANG_DIR"> |
---|
33 | <a href="spip.php?action=cookie&url=[(#SELF)]&var_lang=#LANG" hreflang="#LANG">(#LANG|unique|traduire_nom_langue{lang})</a> |
---|
34 | </li> |
---|
35 | ]</BOUCLE_langues> |
---|
36 | </ul> |
---|
37 | </div> |
---|
38 | </B_langues> |
---|
39 | |
---|
40 | <h2><:en_resume:></h2> |
---|
41 | <h3><:info_visites_par_mois:> [<em>(#LANG|unique|traduire_nom_langue{langues})</em>]</h3> |
---|
42 | [(#REM) ARCHIVES : |
---|
43 | Boucle tiré de "Usage du filtre 'unique' pour classer des articles" |
---|
44 | sur SPIP-Contrib : http://www.spip-contrib.net/Usage-du-filtre-unique-pour] |
---|
45 | <BOUCLE_archive(ARTICLES){par date} {inverse} {lang}> |
---|
46 | [ |
---|
47 | [(#COMPTEUR_BOUCLE|>{1}|?{'</ul></li></ul></div>',''})] |
---|
48 | <div class="archives"> |
---|
49 | <h3 class="plan-archives" style="cursor: pointer; margin-top:.5em;" onclick="deplier('bloc[(#COMPTEUR_BOUCLE)]');">(#DATE|annee|unique)</h3> |
---|
50 | |
---|
51 | <ul id="bloc[(#COMPTEUR_BOUCLE)]" style="display: block;"> |
---|
52 | ] |
---|
53 | [ |
---|
54 | [(#DATE|annee|unique{nouvelle}|?{'','</ul></li>'})] |
---|
55 | <li style="cursor: pointer;" onclick="deplier('bloc[(#COMPTEUR_BOUCLE)2]');">(#DATE|affdate{'Y-m'}|unique|nom_mois) |
---|
56 | <ul id="bloc[(#COMPTEUR_BOUCLE)2]" style="display: none;"> |
---|
57 | ] |
---|
58 | <li><a href="#URL_ARTICLE" title="commentaire">[(#TITRE|supprimer_numero)]</a></li> |
---|
59 | </BOUCLE_archive> |
---|
60 | </ul></li></ul> |
---|
61 | </div><!-- archives --> |
---|
62 | </B_archive> |
---|
63 | </div><!-- bloc-contenu --> |
---|
64 | |
---|
65 | [(#REM) Fin de l'archive] |
---|
66 | |
---|
67 | |
---|
68 | <!-- ***************************************************************** |
---|
69 | Menus contextuels (droite) |
---|
70 | Contextual menus (right) |
---|
71 | ************************************************************* --> |
---|
72 | <div id="encart"> |
---|
73 | |
---|
74 | |
---|
75 | </div><!-- encart --> |
---|
76 | |
---|
77 | </div><!-- page --> |
---|
78 | |
---|
79 | </body> |
---|
80 | </html> |
---|
81 | |
---|
82 | |
---|