1 | <BOUCLE_content(ARTICLES){id_article}> |
---|
2 | <article> |
---|
3 | <header class="cartouche"> |
---|
4 | [(#LOGO_ARTICLE|image_reduire{200,200})] |
---|
5 | [<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>] |
---|
6 | <h1><span class="#EDIT{titre}">#TITRE</span>[ |
---|
7 | <small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small> |
---|
8 | ]</h1> |
---|
9 | |
---|
10 | <p class="publication"> |
---|
11 | <time datetime="[(#DATE_MODIF|date_iso)]"> |
---|
12 | [(#SET{date, [(#DATE_MODIF|nom_jour) ][(#DATE_MODIF|affdate)]})] |
---|
13 | <:zora_squelettes:date_derniere_modification{date=#GET{date}}:> |
---|
14 | </time> |
---|
15 | </p> |
---|
16 | [(#REM) Inclure le modele des liens de traductions ] |
---|
17 | <div class="postmeta"> |
---|
18 | #MODELE{article_traductions} |
---|
19 | <BOUCLE_nb_commentaires(FORUMS) {id_article}{plat} />[(#TOTAL_BOUCLE|oui) |
---|
20 | <span class="comments"> |
---|
21 | <span class="sep">|</span> |
---|
22 | <a[ href="(#REM|ancre_url{comments})"] [title="(#TOTAL_BOUCLE|singulier_ou_pluriel{zcore:info_1_commentaire,zcore:info_nb_commentaires}|attribut_html)"]>[<i class="icon-comment"></i> (#TOTAL_BOUCLE)]</a> |
---|
23 | </span> |
---|
24 | ] |
---|
25 | <//B_nb_commentaires> |
---|
26 | <BOUCLE_combien(SIGNATURES) {id_article}{plat} />[(#TOTAL_BOUCLE|oui) |
---|
27 | <span class="signatures"> |
---|
28 | <span class="sep">|</span> |
---|
29 | <a[ href="(#REM|ancre_url{petition})"] [title="(#TOTAL_BOUCLE|singulier_ou_pluriel{zcore:info_1_signature,zcore:info_nb_signatures}|attribut_html)"]>[<i class="icon-ok-circle"></i> (#TOTAL_BOUCLE)]</a> |
---|
30 | </span> |
---|
31 | ] |
---|
32 | <//B_combien> |
---|
33 | <B_tags> |
---|
34 | <span class="tags"> |
---|
35 | <span class="sep">|</span> |
---|
36 | <ul class="inline"> |
---|
37 | <BOUCLE_tags(MOTS){id_article}> |
---|
38 | <li><a class="label" href="#URL_MOT"><i class="icon-tag"></i> #TITRE</a></li> |
---|
39 | </BOUCLE_tags> |
---|
40 | </ul> |
---|
41 | </span> |
---|
42 | </B_tags> |
---|
43 | </div> |
---|
44 | |
---|
45 | </header> |
---|
46 | |
---|
47 | <div class="main"> |
---|
48 | [<div class="#EDIT{chapo} chapo surlignable">(#CHAPO|image_reduire{500,0})</div>] |
---|
49 | [<div class="#EDIT{texte} texte surlignable">(#TEXTE|image_reduire{500,0})</div>] |
---|
50 | |
---|
51 | [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>] |
---|
52 | </div> |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | |
---|
57 | <footer> |
---|
58 | [<div class="#EDIT{ps} ps surlignable"><h2><:info_ps:></h2>(#PS|image_reduire{500,0})</div>] |
---|
59 | [<div class="notes"><h2><:info_notes:></h2>(#NOTES)</div>] |
---|
60 | </footer> |
---|
61 | |
---|
62 | <aside> |
---|
63 | [(#REM) Gestion du portfolio et des documents ] |
---|
64 | [(#INCLURE{fond=inclure/documents,id_article})] |
---|
65 | |
---|
66 | [(#REM) Petition : |
---|
67 | La petition ayant une PAGINATION il faut absolument {env} |
---|
68 | et pourquoi pas ajax |
---|
69 | ][(#PETITION|oui)<INCLURE{fond=inclure/petition,id_article,env,ajax} />] |
---|
70 | |
---|
71 | [(#REM) Forum de l'article |
---|
72 | NB : pour desactiver les forums de l'article, supprimez simplement la ligne ci-dessous ] |
---|
73 | <INCLURE{fond=inclure/forum,id_article,repondre_url=(#PARAMETRES_FORUM|url_reponse_forum),repondre_titre=<:repondre_article:>} /> |
---|
74 | </aside> |
---|
75 | |
---|
76 | |
---|
77 | <footer class='publication'> |
---|
78 | <p class="publication"> |
---|
79 | <time pubdate="pubdate" datetime="[(#DATE|date_iso)]"> |
---|
80 | [(#SET{date,[(#DATE|nom_jour) ][(#DATE|affdate)]})] |
---|
81 | <i class="icon-calendar"></i> |
---|
82 | <:zora_squelettes:date_publication{date=#GET{date}}:> |
---|
83 | </time> |
---|
84 | [<span class="authors"><span class="sep">, </span><i class="icon-user"></i> <:par_auteur:> (#LESAUTEURS)</span>] |
---|
85 | </p> |
---|
86 | </footer> |
---|
87 | </article> |
---|
88 | </BOUCLE_content> |
---|