[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / zpip_v1 / contenu / page-forum.html
diff --git a/www/plugins/zpip_v1/contenu/page-forum.html b/www/plugins/zpip_v1/contenu/page-forum.html
new file mode 100644 (file)
index 0000000..38792d8
--- /dev/null
@@ -0,0 +1,89 @@
+[(#REM) Fil d'Ariane ]
+<p id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a>
+
+    <BOUCLE_contexte_article(ARTICLES) {id_article}>
+    <BOUCLE_ariane_article(HIERARCHIE) {id_article}>
+    &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_ariane_article>
+    &gt; <a href="#URL_ARTICLE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_contexte_article>
+    </B_contexte_article>
+
+    <BOUCLE_contexte_breve(BREVES) {id_breve}>
+    <BOUCLE_ariane_breve(RUBRIQUES) {id_rubrique}>
+    &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_ariane_breve>
+    &gt; <a href="#URL_BREVE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_contexte_breve>
+
+    <BOUCLE_contexte_rubrique(RUBRIQUES) {id_rubrique}>
+    <BOUCLE_ariane_rubrique(HIERARCHIE) {id_rubrique}>
+    &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_ariane_rubrique>
+    &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_contexte_rubrique>
+
+    <BOUCLE_contexte_site(SITES) {id_syndic}>
+    <BOUCLE_ariane_site(HIERARCHIE) {id_rubrique}>
+    &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
+    </BOUCLE_ariane_site>
+    &gt; <a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">[(#TITRE|couper{80})]</a>
+    </BOUCLE_contexte_site>
+
+    <//B_contexte_site>
+    <//B_contexte_rubrique>
+    <//B_contexte_breve>
+    <//B_contexte_article>
+
+    <BOUCLE_contexte_forum(FORUMS) {id_forum}>
+    &gt; <a href="#URL_FORUM">[(#TITRE|couper{80})]</a>
+    </BOUCLE_contexte_forum>
+
+    &gt; <strong class="on"><:poster_message:></strong>
+    
+</p><!--#hierarchie-->
+
+<div class="contenu-principal">
+
+<div class="cartouche">
+    <h1 class="h1"><:poster_message:></h1>
+</div>
+
+<div class="resume articles">
+    <h2 class="h2"><:en_reponse:></h2>
+
+    <BOUCLE_forum_parent(FORUMS) {id_forum}>
+    <h3 class="h3"><a href="#URL_FORUM">#TITRE</a></h3>
+               <div class="info-publi">[<abbr class="published" title="[(#DATE|date_iso)]">(#DATE|affdate_jourcourt)[&nbsp;(#DATE|heures)][:(#DATE|minutes)]</abbr>][<span class="sep">, </span><span class="auteurs"><:par_auteur:> (#NOM)</span>]</div>
+    [<div class="introduction">(#INTRODUCTION|lignes_longues)</div>]
+    </BOUCLE_forum_parent>
+    
+    <BOUCLE_article(ARTICLES) {id_article}>
+               <ul class="liste-items">
+               #INCLURE{fond=inclure/article-resume,id_article}
+               </ul>
+    </BOUCLE_article>
+    
+    <BOUCLE_breve(BREVES) {id_breve}>
+    [(#LOGO_BREVE||image_reduire{150,100})]
+    <h3 class="h3"><a href="#URL_BREVE">#TITRE</a></h3>
+               <div class="info-publi">[<abbr class="published" title="[(#DATE|date_iso)]">(#DATE|affdate_jourcourt)</abbr>]</div>
+    [<div class="introduction">(#INTRODUCTION)</div>]
+    </BOUCLE_breve>
+    
+    <BOUCLE_rubrique(RUBRIQUES) {id_rubrique}>
+    <h3 class="h3"><a href="#URL_RUBRIQUE">#TITRE</a></h3>
+    [<div class="texte">(#TEXTE)</div>]
+    </BOUCLE_rubrique>
+    
+    <BOUCLE_syndic(SITES) {id_syndic}>
+    <h3 class="h3"><a href="[(#ID_SYNDIC|generer_url_entite{'site'})]">#NOM_SITE</a></h3>
+    [<div class="texte">(#DESCRIPTIF)</div>]
+    </BOUCLE_syndic>
+    
+    <//B_forum_parent>
+
+</div>
+
+#FORMULAIRE_FORUM
+</div>
\ No newline at end of file