[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / squelettes-dist / forum.html
1 <BOUCLE_principale(FORUMS){id_forum}>
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><:forum:forum:> #ID_FORUM - [(#NOM_SITE_SPIP|textebrut)]</title>
12 <INCLURE{fond=inclure/head} />
13 <meta name="robots" content="none" />
14 </head>
15
16 <body class="pas_surlignable page_forum">
17 <div class="page">
18
19 <INCLURE{fond=inclure/header} />
20 <INCLURE{fond=inclure/nav,env} />
21
22 <div class="main">
23 [(#REM) Contenu principal : message de forum ]
24 <div class="wrapper">
25 <div class="content" id="content">
26 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; ... &gt; <strong class="on"><:forum:forum:> #ID_FORUM</strong></p><!--.arbo-->
27
28 <div class="cartouche">
29 [<h1>(#TITRE|sinon{<:forum:forum:> #ID_FORUM})</h1>]
30 </div>
31 <p class="comment-meta">
32 <small><abbr class="dtreviewed"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)][, (#DATE|heures)][:(#DATE|minutes)]</abbr>[<span class="sep">, </span><:par_auteur:> <span class="#EDIT{qui}">(#NOM|couper{80})</span>]</small>
33 </p>
34 <div class="comment-content">
35 [<div class="#EDIT{texte} comment-texte">(#TEXTE|lignes_longues)</div>]
36 [<div class="comment-notes">(#NOTES|lignes_longues)</div>]
37 [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE|attribut_html)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
38 [<div class="comment-doc"><:medias:info_document:> : (#ENV{ajouter_document}|table_valeur{name})</div>]
39 <B_mots><p class="comment-mots"><:forum:forum_avez_selectionne:> <BOUCLE_mots(MOTS){id_mot IN #ENV**{ajouter_mot}}{par num type}{par type}{par num titre}{par titre}{', '}>#TITRE</BOUCLE_mots></p></B_mots>
40 </div>
41
42 [<h2><:forum:form_pet_message_commentaire:></h2>
43 (#FORMULAIRE_FORUM)]
44
45 </div><!--.content-->
46 </div><!--.wrapper-->
47
48 <div class="aside">
49 <INCLURE{fond=inclure/navsub} />
50 #FORMULAIRE_RECHERCHE
51 </div><!--.aside-->
52 </div><!--.main-->
53
54 <INCLURE{fond=inclure/footer,self=#SELF} />
55
56 </div><!--.page-->
57 </body>
58 </html>
59 </BOUCLE_principale>