1 | #CACHE{3600*24} |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
4 | <head> |
---|
5 | <title><:spipnet:liens_utiles:> - [(#NOM_SITE_SPIP|textebrut)]</title> |
---|
6 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />] |
---|
7 | <meta name="robots" content="none" /> |
---|
8 | <INCLURE{fond=inc-head}> |
---|
9 | </head> |
---|
10 | |
---|
11 | <body class="page_site"> |
---|
12 | <div id="page"> |
---|
13 | <INCLURE{fond=inc-entete}> |
---|
14 | |
---|
15 | <div id="conteneur"> |
---|
16 | <div id="contenu"> |
---|
17 | <div id="hierarchie"><a href="#URL_SITE_SPIP/#LANG"><:accueil_site:></a><BOUCLE_secteur(RUBRIQUES){lang=#ENV{lang}}{racine}{id_rubrique !IN 4,324}> > <a href="#URL_PAGE{site}"><:spipnet:liens_utiles:></a> > <strong class="on">[(#LANG|afficher_nom_langue)]</strong></BOUCLE_secteur> > <strong class="on"><:spipnet:liens_utiles:></strong><//B_secteur></div> |
---|
18 | |
---|
19 | <div class="cartouche"> |
---|
20 | <h1><:spipnet:liens_utiles:></h1> |
---|
21 | </div> |
---|
22 | |
---|
23 | [(#REM) |
---|
24 | Hors contexte de langue, |
---|
25 | ce squelette affiche tous les sites references sur spip.net |
---|
26 | Sinon, il affiche seulement ceux references dans le secteur de la langue. |
---|
27 | ] |
---|
28 | |
---|
29 | <BOUCLE_secteurs(RUBRIQUES) {lang ?} {racine}{id_rubrique !IN 4,324} {par lang}> |
---|
30 | |
---|
31 | [(#REM) Sites de la rubrique ] |
---|
32 | <B_sites> |
---|
33 | <div class="syndic" lang="#LANG" xml:lang="#LANG" dir="#LANG_DIR" style="text-align: #LANG_LEFT;"> |
---|
34 | <h2 class="menu-titre">#_rubriques:TITRE</h2> |
---|
35 | <ul> |
---|
36 | <BOUCLE_sites(SITES) {id_secteur} {par num nom_site, nom_site} {doublons}> |
---|
37 | [<li class="box">(#INCLURE{fond=inc/item-site}{id_syndic})</li>] |
---|
38 | </BOUCLE_sites> |
---|
39 | </ul> |
---|
40 | </div> |
---|
41 | </B_sites> |
---|
42 | |
---|
43 | </BOUCLE_secteurs> |
---|
44 | |
---|
45 | </div><!--#contenu--> |
---|
46 | |
---|
47 | [(#REM) Menu de navigation laterale ] |
---|
48 | <div id="extra"> |
---|
49 | <div class="menu"> |
---|
50 | <h2 class="menu-titre"><:onglet_repartition_lang:></h2> |
---|
51 | <ul> |
---|
52 | <BOUCLE_langues(RUBRIQUES){racine}{id_rubrique !IN 4,324} {par lang}> |
---|
53 | <BOUCLE_sites_test(SITES){id_secteur}{0,1}> |
---|
54 | <li lang="#LANG" xml:lang="#LANG" dir="#LANG_DIR"><BOUCLE_compteur(SITES){id_secteur}> </BOUCLE_compteur><a href="[(#URL_PAGE{site}|parametre_url{lang,#LANG})]"[ (#LANG|=={#ENV{lang}}|?{class="on",''})][(#TOTAL_BOUCLE|>{1}|?{[ title="(#TOTAL_BOUCLE) <:sites_web:>"]})]>[(#LANG|afficher_nom_langue)][ <small>(<strong>(#TOTAL_BOUCLE)</strong>)</small>]</a></B_compteur></li> |
---|
55 | </BOUCLE_sites_test> |
---|
56 | </BOUCLE_langues> |
---|
57 | <li class="tout_afficher"><BOUCLE_compteur_tous(SITES)> </BOUCLE_compteur_tous>> <a href="#URL_PAGE{site}"[ (#LANG|=={#ENV{lang}}|?{'',class="on"})]><:lien_tout_afficher:></a>[<br /><small>((#TOTAL_BOUCLE) <:sites_web:>)</small>]</B_compteur_tous></li> |
---|
58 | </ul> |
---|
59 | </div> |
---|
60 | [(#INCLURE{fond=inc/gazette}{id_secteur})] |
---|
61 | #MODELE{uzine} |
---|
62 | </div><!--#extra--> |
---|
63 | |
---|
64 | <br class="nettoyeur" /> |
---|
65 | </div><!--#conteneur--> |
---|
66 | |
---|
67 | <INCLURE{fond=inc-pied}{skel=#SQUELETTE}> |
---|
68 | </div><!--#page--> |
---|
69 | </body> |
---|
70 | </html> |
---|