[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / squelettes-dist / site.html
1 <BOUCLE_principale(SITES){id_syndic}>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 [(#REM) Les sites n'ont pas de "lang" a proprement parler ; on se base donc sur la langue de la rubrique qui les contient. Les articles syndiques, eux, ont une "lang". ]
4 <BOUCLE_lang(RUBRIQUES){id_rubrique}><!-- Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
5 <!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie ie6 lte9 lte8 lte7"> <![endif]-->
6 <!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie ie7 lte9 lte8 lte7"> <![endif]-->
7 <!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie ie8 lte9 lte8"> <![endif]-->
8 <!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie ie9 lte9"> <![endif]-->
9 <!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js"> <!--<![endif]--></BOUCLE_lang>
10 <head>
11 <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
12 <title>[(#NOM_SITE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
13 [<meta name="description" content="(#DESCRIPTIF|couper{150}|textebrut)" />]
14 [<link rel="canonical" href="(#ID_SYNDIC|generer_url_entite{site}|url_absolue)" />]
15 <INCLURE{fond=inclure/head} />
16 [(#REM) On demande aux moteurs de ne pas indexer cette page pour ne pas passer devant le site qu'on reference.
17 ]<meta name="robots" content="noindex" />
18 </head>
19
20 <body class="pas_surlignable page_site">
21 <div class="page">
22
23 <INCLURE{fond=inclure/header} />
24 <INCLURE{fond=inclure/nav,id_rubrique,env} />
25
26 <div class="main">
27 [(#REM) Contenu principal : affichage du site reference ]
28 <div class="wrapper">
29 <div class="content" id="content">
30 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_syndic}> &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a></BOUCLE_ariane>[ &gt; <strong class="on">(#NOM_SITE|couper{80})</strong>]</p>
31
32 <div class="cartouche">
33 <a href="#URL_SITE">[(#LOGO_SITE|image_reduire{40,*})]</a>
34 <h1 class="#EDIT{nom_site}">#NOM_SITE</h1>
35 </div>
36
37 [<div class="#EDIT{descriptif} chapo">(#DESCRIPTIF)</div>]
38 [<p class="#EDIT{url_site} hyperlien"><a href="#URL_SITE" class="spip_out">(#URL_SITE|couper{80})</a></p>]
39
40 [(#REM) Articles issus de la syndication ]
41 <B_articles>
42 <div class="menu menu_articles">
43 #ANCRE_PAGINATION
44 <h2><:articles:></h2>
45 <ul>
46 <BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} {age<180} {!par date} {pagination 5}>
47 <li>
48 <h3><a href="#URL_ARTICLE" class="spip_out">#TITRE</a></h3>
49 [<div class="enclosures">(#TAGS|afficher_enclosures)</div>]
50 <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)][ &mdash; <em>(#TAGS|afficher_tags)</em>]</small>
51 [<div class="introduction">(#DESCRIPTIF|image_reduire{500,*})</div>]
52 </li>
53 </BOUCLE_articles>
54 </ul>
55 [<p class="pagination">(#PAGINATION)</p>]
56 </div>
57 </B_articles>
58
59 [<div class="notes"><hr />(#NOTES)</div>]
60
61 </div><!--.content-->
62 </div><!--.wrapper-->
63
64 <div class="aside">
65
66 <INCLURE{fond=inclure/navsub, id_rubrique} />
67 #FORMULAIRE_RECHERCHE
68
69 [(#REM) Autres sites web ]
70 <B_sites>
71 <div class="menu">
72 #ANCRE_PAGINATION
73 <h2><:sites_web:></h2>
74 <ul>
75 <BOUCLE_sites(SITES) {par nom_site} {pagination 20}>
76 <li><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]"[ class="(#EXPOSE)"]>#NOM_SITE</a></li>
77 </BOUCLE_sites>
78 </ul>
79 [<p class="pagination">(#PAGINATION)</p>]
80 </div>
81 </B_sites>
82
83 [(#REM) Menu de navigation mots-cles ]
84 <B_mots>
85 <div class="menu">
86 <h2><:mots_clefs:></h2>
87 <ul>
88 <BOUCLE_mots(MOTS) {id_syndic} {par titre}>
89 <li><a href="#URL_MOT" rel="tag">#TITRE</a></li>
90 </BOUCLE_mots>
91 </ul>
92 </div>
93 </B_mots>
94
95 </div><!--.aside-->
96 </div><!--.main-->
97
98 <INCLURE{fond=inclure/footer,self=#SELF} />
99
100 </div><!--.page-->
101 </body>
102 </html>
103 </BOUCLE_principale>