[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/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}|attribut_html)" />]
14 [<link rel="canonical" href="(#ID_SYNDIC|generer_url_entite{site}|url_absolue)" />]
15 <INCLURE{fond=inclure/head,robots=noindex} />
16 </head>
17
18 <body class="pas_surlignable page_site">
19 <div class="page">
20
21 <INCLURE{fond=inclure/header} />
22 <INCLURE{fond=inclure/nav,id_rubrique,env} />
23
24 <div class="main">
25 [(#REM) Contenu principal : affichage du site reference ]
26 <div class="wrapper">
27 <div class="content" id="content">
28 <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>
29
30 <div class="cartouche">
31 <a href="#URL_SITE">[(#LOGO_SITE|image_reduire{224,*})]</a>
32 <h1 class="#EDIT{nom_site}">#NOM_SITE</h1>
33 </div>
34
35 [<div class="#EDIT{descriptif} chapo">(#DESCRIPTIF)</div>]
36 [<p class="#EDIT{url_site} hyperlien"><a href="#URL_SITE" class="spip_out">(#URL_SITE|couper{80})</a></p>]
37
38 [(#REM) Articles issus de la syndication ]
39 <B_articles>
40 <div class="menu menu_articles">
41 #ANCRE_PAGINATION
42 <h2><:articles:></h2>
43 <ul>
44 <BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} {age<180} {!par date} {pagination 5}>
45 <li>
46 <h3><a href="#URL_ARTICLE" class="spip_out">#TITRE</a></h3>
47 [<div class="enclosures">(#TAGS|afficher_enclosures)</div>]
48 <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)][ &mdash; <em>(#TAGS|afficher_tags)</em>]</small>
49 [<div class="introduction">(#DESCRIPTIF|image_reduire{672,*})</div>]
50 </li>
51 </BOUCLE_articles>
52 </ul>
53 [<p class="pagination">(#PAGINATION)</p>]
54 </div>
55 </B_articles>
56
57 [<div class="notes"><hr />(#NOTES)</div>]
58
59 </div><!--.content-->
60 </div><!--.wrapper-->
61
62 <div class="aside">
63
64 <INCLURE{fond=inclure/navsub, id_rubrique} />
65 #FORMULAIRE_RECHERCHE
66
67 [(#REM) Autres sites web ]
68 <B_sites>
69 <div class="menu">
70 #ANCRE_PAGINATION
71 <h2><:sites_web:></h2>
72 <ul>
73 <BOUCLE_sites(SITES) {par nom_site} {pagination 20}>
74 <li><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]"[ class="(#EXPOSE)"]>#NOM_SITE</a></li>
75 </BOUCLE_sites>
76 </ul>
77 [<p class="pagination">(#PAGINATION)</p>]
78 </div>
79 </B_sites>
80
81 [(#REM) Menu de navigation mots-cles ]
82 <B_mots>
83 <div class="menu">
84 <h2><:mots_clefs:></h2>
85 <ul>
86 <BOUCLE_mots(MOTS) {id_syndic} {par titre}>
87 <li><a href="#URL_MOT" rel="tag">#TITRE</a></li>
88 </BOUCLE_mots>
89 </ul>
90 </div>
91 </B_mots>
92
93 </div><!--.aside-->
94 </div><!--.main-->
95
96 <INCLURE{fond=inclure/footer,self=#SELF} />
97
98 </div><!--.page-->
99 </body>
100 </html>
101 </BOUCLE_principale>