1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
3 | <head> |
---|
4 | <title><:poster_message:> - [(#NOM_SITE_SPIP|textebrut)]</title> |
---|
5 | <INCLURE{fond=inclure/head} /> |
---|
6 | <meta name="robots" content="none" /> |
---|
7 | </head> |
---|
8 | |
---|
9 | <body class="page_forum"> |
---|
10 | <div class="page"> |
---|
11 | |
---|
12 | [(#REM) Entete de la page ] |
---|
13 | <INCLURE{fond=inclure/header} /> |
---|
14 | <INCLURE{fond=inclure/nav,env} /> |
---|
15 | #FORMULAIRE_RECHERCHE |
---|
16 | |
---|
17 | [(#REM) Contenu : poster un message dans le forum ] |
---|
18 | <div class="wrapper"> |
---|
19 | <div class="content" id="content"> |
---|
20 | |
---|
21 | [(#REM) Fil d'Ariane ] |
---|
22 | <div class="breadcrumb"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> |
---|
23 | |
---|
24 | <BOUCLE_contexte_article(ARTICLES) {id_article}> |
---|
25 | <BOUCLE_ariane_article(HIERARCHIE) {id_article}> |
---|
26 | > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a> |
---|
27 | </BOUCLE_ariane_article> |
---|
28 | > <a href="#URL_ARTICLE">[(#TITRE|couper{80})]</a> |
---|
29 | </BOUCLE_contexte_article> |
---|
30 | </B_contexte_article> |
---|
31 | |
---|
32 | <BOUCLE_contexte_breve(BREVES) {id_breve}> |
---|
33 | <BOUCLE_ariane_breve(RUBRIQUES) {id_rubrique}> |
---|
34 | > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a> |
---|
35 | </BOUCLE_ariane_breve> |
---|
36 | > <a href="#URL_BREVE">[(#TITRE|couper{80})]</a> |
---|
37 | </BOUCLE_contexte_breve> |
---|
38 | |
---|
39 | <BOUCLE_contexte_rubrique(RUBRIQUES) {id_rubrique}> |
---|
40 | <BOUCLE_ariane_rubrique(HIERARCHIE) {id_rubrique}> |
---|
41 | > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a> |
---|
42 | </BOUCLE_ariane_rubrique> |
---|
43 | > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a> |
---|
44 | </BOUCLE_contexte_rubrique> |
---|
45 | |
---|
46 | <BOUCLE_contexte_site(SITES) {id_syndic}> |
---|
47 | <BOUCLE_ariane_site(HIERARCHIE) {id_rubrique}> |
---|
48 | > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a> |
---|
49 | </BOUCLE_ariane_site> |
---|
50 | > <a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">[(#TITRE|couper{80})]</a> |
---|
51 | </BOUCLE_contexte_site> |
---|
52 | |
---|
53 | <//B_contexte_site> |
---|
54 | <//B_contexte_rubrique> |
---|
55 | <//B_contexte_breve> |
---|
56 | <//B_contexte_article> |
---|
57 | |
---|
58 | <BOUCLE_contexte_forum(FORUMS?) {id_forum}> |
---|
59 | > <a href="#URL_FORUM">[(#TITRE|couper{80})]</a> |
---|
60 | </BOUCLE_contexte_forum> |
---|
61 | |
---|
62 | > <strong class="on"><:poster_message:></strong> |
---|
63 | |
---|
64 | </div><!--.breadcrumb--> |
---|
65 | |
---|
66 | <div class="cartouche"> |
---|
67 | <h1><:poster_message:></h1> |
---|
68 | </div> |
---|
69 | |
---|
70 | <div class="menu articles"> |
---|
71 | <h2><:en_reponse:></h2> |
---|
72 | |
---|
73 | <BOUCLE_forum_parent(FORUMS?) {id_forum}> |
---|
74 | <h3><a href="#URL_FORUM">#TITRE</a></h3> |
---|
75 | <small>[(#DATE|affdate_jourcourt)][ (#DATE|heures)][:(#DATE|minutes)][, <:par_auteur:> (#NOM)]</small> |
---|
76 | [<div class="introduction">(#INTRODUCTION|lignes_longues)</div>] |
---|
77 | </BOUCLE_forum_parent> |
---|
78 | |
---|
79 | <BOUCLE_article(ARTICLES) {id_article}> |
---|
80 | [(#LOGO_ARTICLE|image_reduire{150,100})] |
---|
81 | <h3><a href="#URL_ARTICLE">#TITRE</a></h3> |
---|
82 | <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]</small> |
---|
83 | [<div class="introduction">(#INTRODUCTION)</div>] |
---|
84 | </BOUCLE_article> |
---|
85 | |
---|
86 | <BOUCLE_breve(BREVES) {id_breve}> |
---|
87 | [(#LOGO_BREVE|image_reduire{150,100})] |
---|
88 | <h3><a href="#URL_BREVE">#TITRE</a></h3> |
---|
89 | <small>[(#DATE|affdate_jourcourt)]</small> |
---|
90 | [<div class="introduction">(#INTRODUCTION)</div>] |
---|
91 | </BOUCLE_breve> |
---|
92 | |
---|
93 | <BOUCLE_rubrique(RUBRIQUES) {id_rubrique}> |
---|
94 | <h3><a href="#URL_RUBRIQUE">#TITRE</a></h3> |
---|
95 | [<div class="texte">(#TEXTE)</div>] |
---|
96 | </BOUCLE_rubrique> |
---|
97 | |
---|
98 | <BOUCLE_syndic(SITES) {id_syndic}> |
---|
99 | <h3><a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">#NOM_SITE</a></h3> |
---|
100 | [<div class="texte">(#DESCRIPTIF)</div>] |
---|
101 | </BOUCLE_syndic> |
---|
102 | |
---|
103 | <//B_forum_parent> |
---|
104 | |
---|
105 | </div> |
---|
106 | |
---|
107 | #FORMULAIRE_FORUM |
---|
108 | |
---|
109 | </div><!--.content--> |
---|
110 | </div><!--.wrapper--> |
---|
111 | |
---|
112 | [(#REM) Menu de navigation laterale ] |
---|
113 | <div class="aside"> |
---|
114 | |
---|
115 | [(#REM) Menu de navigation par rubriques ] |
---|
116 | <INCLURE{fond=inclure/navsub} /></div><!--.aside--> |
---|
117 | |
---|
118 | [(#REM) Pied de page ] |
---|
119 | <INCLURE{fond=inclure/footer, skel=#SQUELETTE} /> |
---|
120 | |
---|
121 | </div><!--.page--> |
---|
122 | </body> |
---|
123 | </html> |
---|