[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / squelette_maparaan / contenu / page-forum.html
1 [(#REM) Fil d'Ariane ]
2 <p id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a>
3
4 <BOUCLE_contexte_article(ARTICLES) {id_article}>
5 <BOUCLE_ariane_article(HIERARCHIE) {id_article}>
6 &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
7 </BOUCLE_ariane_article>
8 &gt; <a href="#URL_ARTICLE">[(#TITRE|couper{80})]</a>
9 </BOUCLE_contexte_article>
10 </B_contexte_article>
11
12 <BOUCLE_contexte_breve(BREVES) {id_breve}>
13 <BOUCLE_ariane_breve(RUBRIQUES) {id_rubrique}>
14 &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
15 </BOUCLE_ariane_breve>
16 &gt; <a href="#URL_BREVE">[(#TITRE|couper{80})]</a>
17 </BOUCLE_contexte_breve>
18
19 <BOUCLE_contexte_rubrique(RUBRIQUES) {id_rubrique}>
20 <BOUCLE_ariane_rubrique(HIERARCHIE) {id_rubrique}>
21 &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
22 </BOUCLE_ariane_rubrique>
23 &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
24 </BOUCLE_contexte_rubrique>
25
26 <BOUCLE_contexte_site(SITES) {id_syndic}>
27 <BOUCLE_ariane_site(HIERARCHIE) {id_rubrique}>
28 &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
29 </BOUCLE_ariane_site>
30 &gt; <a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">[(#TITRE|couper{80})]</a>
31 </BOUCLE_contexte_site>
32
33 <//B_contexte_site>
34 <//B_contexte_rubrique>
35 <//B_contexte_breve>
36 <//B_contexte_article>
37
38 <BOUCLE_contexte_forum(FORUMS) {id_forum}>
39 &gt; <a href="#URL_FORUM">[(#TITRE|couper{80})]</a>
40 </BOUCLE_contexte_forum>
41
42 &gt; <strong class="on"><:poster_message:></strong>
43
44 </p><!--#hierarchie-->
45
46
47 <div id="padd-content" class="contenu-principal">
48
49 <div class="padd-post-item cartouche">
50 <div class="title-page">
51 <h1><:poster_message:></h1>
52 </div>
53 </div>
54
55 <div class="resume articles">
56 <div class="title-page">
57 <h2><:en_reponse:></h2>
58 </div>
59
60 <BOUCLE_forum_parent(FORUMS) {id_forum}>
61 <div class="padd-post-item padd-post-item-result">
62 [<div class="info-publi info-publi-article" title="[(#DATE|affdate_heure)]">(#DATE|affdate_jourcourt)[ &agrave; (#DATE|heures)][:(#DATE|minutes)][<br />(#LESAUTEURS)]</div>]
63 <h2><a href="#URL_ARTICLE">#TITRE</a></h2>
64 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION|lignes_longues)</div>]
65 <div class="nettoyeur"></div>
66 </div>
67 </BOUCLE_forum_parent>
68
69 <BOUCLE_article(ARTICLES) {id_article}>
70 <ul class="liste-items">
71 #INCLURE{fond=inclure/article-resume,id_article}
72 </ul>
73 </BOUCLE_article>
74
75 <BOUCLE_breve(BREVES) {id_breve}>
76 <div class="padd-post-item padd-post-item-result">
77 [<div class="info-publi" title="[(#DATE|affdate_heure)]">(#DATE|affdate_jourcourt)[ &agrave; (#DATE|heures)][:(#DATE|minutes)]</div>]
78 <h2><a href="#URL_BREVE">#TITRE</a></h2>
79 [<a href="#URL_BREVE">(#LOGO_BREVE||image_reduire{150,100})</a>]
80 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
81 <div class="nettoyeur"></div>
82 </div>
83 </BOUCLE_breve>
84
85 <BOUCLE_rubrique(RUBRIQUES) {id_rubrique}>
86 <div class="padd-post-item padd-post-item-result">
87 <h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
88 [<div class="texte">(#TEXTE)</div>]
89 </div>
90 </BOUCLE_rubrique>
91
92 <BOUCLE_syndic(SITES) {id_syndic}>
93 <div class="padd-post-item padd-post-item-result">
94 <h2><a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">#NOM_SITE</a></h2>
95 [<div class="texte">(#DESCRIPTIF)</div>]
96 </div>
97 </BOUCLE_syndic>
98
99 <//B_forum_parent>
100
101 </div>
102
103 #FORMULAIRE_FORUM
104 </div>