[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / squelettes-dist / article.html
1 <BOUCLE_principale(ARTICLES) {id_article}>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
4 ]<!--[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 ie6"> <![endif]-->
5 <!--[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 ie7"> <![endif]-->
6 <!--[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 ie8"> <![endif]-->
7 <!--[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 ie9"> <![endif]-->
8 <!--[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]-->
9 <head>
10 <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
11 <title>[(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
12 [<meta name="description" content="(#INTRODUCTION{150}|attribut_html)" />]
13 [<link rel="canonical" href="(#URL_ARTICLE|url_absolue)" />]
14 <INCLURE{fond=inclure/head} />
15 </head>
16
17 <body class="pas_surlignable page_article">
18 <div class="page">
19
20 <INCLURE{fond=inclure/header} />
21 <INCLURE{fond=inclure/nav,env} />
22
23 <div class="main">
24 [(#REM) Contenu principal : contenu de l'article ]
25 <div class="wrapper hfeed">
26 <div class="content hentry" id="content">
27 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_article}> &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a></BOUCLE_ariane>[ &gt; <strong class="on">(#TITRE|couper{80})</strong>]</p>
28
29 <div class="cartouche">
30 [<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>]
31 <h1 class="#EDIT{titre} surlignable">[(#LOGO_ARTICLE_RUBRIQUE|image_reduire{40,*}) ]#TITRE</h1>
32 [<p class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</p>]
33 <p class="info-publi"><abbr class="published" title="[(#DATE|date_iso)]">[(#DATE|nom_jour) ][(#DATE|affdate)]</abbr>[<span class="sep">, </span><span class="auteurs"><:par_auteur:> (#LESAUTEURS)</span>]</p>
34 [(#REM) Inclure le modele des liens de traductions ]
35 #MODELE{article_traductions}
36 </div>
37
38 [<div class="#EDIT{chapo} chapo surlignable">(#CHAPO|image_reduire{500,*})</div>]
39 [<div class="#EDIT{texte} texte surlignable clearfix">(#TEXTE|image_reduire{500,*})</div>]
40
41 [<hr /><p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
42 [<div class="#EDIT{ps} ps surlignable"><hr />(#PS|image_reduire{500,*})</div>]
43
44 [(#REM) Gestion du portfolio et des documents ]
45 [(#INCLURE{fond=inclure/documents,id_article, env})]
46
47 [(#REM) Petition :
48 La petition ayant une PAGINATION il faut absolument {env}
49 et pourquoi pas ajax
50 ][(#PETITION|oui)<INCLURE{fond=inclure/petition,id_article,env,ajax} />]
51
52 [<div class="notes"><hr />(#NOTES)</div>]
53
54 [(#REM) Forum de l'article ]
55 <INCLURE{fond=inclure/forum,id_article} />
56 [<h2><:forum:form_pet_message_commentaire:></h2>
57 (#FORMULAIRE_FORUM)]
58
59 </div><!--.content-->
60 </div><!--.wrapper-->
61
62
63 <div class="aside">
64
65 <INCLURE{fond=inclure/navsub, id_rubrique} />
66 #FORMULAIRE_RECHERCHE
67
68 [(#REM) Articles dans la meme rubrique ]
69 <B_articles_rubrique>
70 <div class="menu">
71 <h2><:meme_rubrique:></h2>
72 <ul>
73 <BOUCLE_articles_rubrique(ARTICLES) {id_rubrique} {!par date} {0,10}>
74 <li><a href="#URL_ARTICLE"[ class="(#EXPOSE)"]>#TITRE</a></li>
75 </BOUCLE_articles_rubrique>
76 </ul>
77 </div>
78 </B_articles_rubrique>
79
80 [(#REM) Menu de navigation mots-cles ]
81 #MODELE{article_mots}
82
83 </div><!--.aside-->
84 </div><!--.main-->
85
86 <INCLURE{fond=inclure/footer,self=#SELF} />
87
88 </div><!--.page-->
89 </body>
90 </html>
91 </BOUCLE_principale>