[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/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,robots=none} />
13 </head>
14
15 <body class="pas_surlignable page_forum">
16 <div class="page">
17
18 <INCLURE{fond=inclure/header} />
19 <INCLURE{fond=inclure/nav,env} />
20
21 <div class="main">
22 [(#REM) Contenu principal : message de forum ]
23 <div class="wrapper">
24 <div class="content" id="content">
25 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; ... &gt; <strong class="on"><:forum:forum:> #ID_FORUM</strong></p><!--.arbo-->
26
27 <div class="cartouche">
28 [<h1>(#TITRE|sinon{<:forum:forum:> #ID_FORUM})</h1>]
29 </div>
30 <p class="comment-meta">
31 <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>
32 </p>
33 <div class="comment-content">
34 [<div class="#EDIT{texte} comment-texte">(#TEXTE|lignes_longues)</div>]
35 [<div class="comment-notes">(#NOTES|lignes_longues)</div>]
36 [<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>]
37 [<div class="comment-doc"><:medias:info_document:> : (#ENV{ajouter_document}|table_valeur{name})</div>]
38 <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>
39 </div>
40
41 [<h2><:forum:form_pet_message_commentaire:></h2>
42 (#FORMULAIRE_FORUM)]
43
44 </div><!--.content-->
45 </div><!--.wrapper-->
46
47 <div class="aside">
48 <INCLURE{fond=inclure/navsub} />
49 #FORMULAIRE_RECHERCHE
50 </div><!--.aside-->
51 </div><!--.main-->
52
53 <INCLURE{fond=inclure/footer,self=#SELF} />
54
55 </div><!--.page-->
56 </body>
57 </html>
58 </BOUCLE_principale>