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 | <!-- 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 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 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 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 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 | <title><:forum:> #ID_FORUM - [(#NOM_SITE_SPIP|textebrut)]</title> |
---|
11 | <INCLURE{fond=inclure/head} /> |
---|
12 | <meta name="robots" content="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 | #FORMULAIRE_RECHERCHE |
---|
21 | |
---|
22 | [(#REM) Contenu : poster un message dans le forum ] |
---|
23 | <div class="container"> |
---|
24 | <div class="content" id="content"> |
---|
25 | |
---|
26 | <p class="breadcrumb"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> > ... > <strong class="on"><:forum:> #ID_FORUM</strong></p><!--.breadcrumb--> |
---|
27 | |
---|
28 | <div class="cartouche"> |
---|
29 | <h1>#TITRE</h1> |
---|
30 | <small>[(#DATE|affdate_jourcourt)][ (#DATE|heures)][:(#DATE|minutes)][, <:par_auteur:> <span class="#EDIT{qui}">(#NOM|couper{80})</span>]</small> |
---|
31 | </div> |
---|
32 | <div class="#EDIT{texte}"> |
---|
33 | [(#TEXTE|lignes_longues)] |
---|
34 | [<div class="notes" id="notes">(#NOTES|lignes_longues)</div>] |
---|
35 | [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>] |
---|
36 | |
---|
37 | <BOUCLE_doc(DOCUMENTS){id_forum}> |
---|
38 | [(#EXTENSION|match{'^(gif|jpg|png)$'}|?{ |
---|
39 | [(#MODELE{emb}|image_reduire{600,*})] |
---|
40 | , |
---|
41 | #LOGO_DOCUMENT{#URL_DOCUMENT} |
---|
42 | })] |
---|
43 | </BOUCLE_doc> |
---|
44 | </div> |
---|
45 | |
---|
46 | |
---|
47 | #FORMULAIRE_FORUM |
---|
48 | |
---|
49 | </div><!--.content--> |
---|
50 | </div><!--.container--> |
---|
51 | |
---|
52 | <div class="aside"> |
---|
53 | <INCLURE{fond=inclure/rubriques} /> |
---|
54 | </div><!--.aside--> |
---|
55 | |
---|
56 | <INCLURE{fond=inclure/footer, skel=#SQUELETTE} /> |
---|
57 | |
---|
58 | </div><!--.page--> |
---|
59 | </body> |
---|
60 | </html> |
---|
61 | </BOUCLE_principale>[(#INCLURE{fond=404, erreur=<:aucun_forum:>})] |
---|
62 | <//B_principale> |
---|