1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
2 | #CACHE{7200} |
---|
3 | <BOUCLE_article_principal(ARTICLES) {id_article}> |
---|
4 | |
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
6 | <INCLURE{fond=noisettes/inc_header} |
---|
7 | {meta_titre=#TITRE*} |
---|
8 | {meta_description=#INTRODUCTION{#EVAL{_SARKASPIP_CONFIG_INTRO_META}}}> |
---|
9 | |
---|
10 | <body dir="#LANG_DIR"> |
---|
11 | <div id="container"> |
---|
12 | <div id="header"> |
---|
13 | [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] |
---|
14 | <INCLURE{fond=noisettes/bandeau}{id_rubrique}> |
---|
15 | </div> |
---|
16 | |
---|
17 | <div id="wrapper"> |
---|
18 | <div id="content"> |
---|
19 | [(#REM) <!-- Contenu de l'article --> ] |
---|
20 | <div id="article" class="article"> |
---|
21 | [(#REM) <!-- Titre, logo, texte de l'article --> ] |
---|
22 | <INCLURE{fond=noisettes/article/inc_article_description} |
---|
23 | {id_article} |
---|
24 | {page=article} |
---|
25 | {afficher_commentaires=oui} |
---|
26 | {avec_popularite=#CONFIG{sarkaspip_article/avec_popularite, oui}} |
---|
27 | {avec_notation=#CONFIG{sarkaspip_article/position_notation, 0}} |
---|
28 | {avec_socialtags=#CONFIG{sarkaspip_article/position_socialtags, 0}} |
---|
29 | {logo_rubrique=#CONFIG{sarkaspip_article/logo_rubrique, oui}} |
---|
30 | {taille_logo=#CONFIG{sarkaspip_article/taille_logo, 150}}> |
---|
31 | |
---|
32 | [(#REM) <!-- Documents (sauf images) du portfolio de l'article --> ] |
---|
33 | <INCLURE{fond=noisettes/document/inc_documents_joints} |
---|
34 | {id_article} |
---|
35 | {avec_descriptif=#CONFIG{sarkaspip_article/avec_descriptif, non}}> |
---|
36 | |
---|
37 | [(#REM) <!-- Images du portfolio de l'article --> ] |
---|
38 | #SET{plugin, aucun} |
---|
39 | #SET{diaporama, non} |
---|
40 | [(#CONFIG{sarkaspip_article/mode_galerie, 0}|match{^(1|2)$}|?{' '}) |
---|
41 | [(#SET{plugin, nyroceros})] |
---|
42 | ] |
---|
43 | [(#CONFIG{sarkaspip_article/mode_galerie, 0}|match{^(5|6)$}|?{' '}) |
---|
44 | [(#SET{plugin, fancybox})] |
---|
45 | ] |
---|
46 | [(#CONFIG{sarkaspip_article/mode_galerie, 0}|match{^(2|6)$}|?{' '}) |
---|
47 | [(#SET{diaporama, oui})] |
---|
48 | ] |
---|
49 | [(#CONFIG{sarkaspip_article/mode_galerie, 0}|=={3}|?{' '}) |
---|
50 | [(#SET{plugin, thickbox})] |
---|
51 | ] |
---|
52 | [(#CONFIG{sarkaspip_article/mode_galerie, 0}|=={4}|?{' '}) |
---|
53 | [(#SET{plugin, smoothgallery})] |
---|
54 | ] |
---|
55 | <INCLURE{fond=noisettes/document/inc_images_jointes} |
---|
56 | {id_article} |
---|
57 | {effet_galerie=#GET{plugin}} |
---|
58 | {avec_diaporama=#GET{diaporama}}> |
---|
59 | </div> |
---|
60 | |
---|
61 | [(#REM) <!-- Commentaires --> ] |
---|
62 | [(#PETITION|?{'', ' '}) |
---|
63 | [(#SET{statut, [(#ENV{id_article}|statut_forum)]})] |
---|
64 | [(#GET{statut}|!={non_autorise}|oui) |
---|
65 | [(#CONFIG{sarkaspip_article/mode_commentaires, 2}=={1}|oui) |
---|
66 | <INCLURE{fond=noisettes/article/inc_article_commentaires_fils} |
---|
67 | {ajax} |
---|
68 | {id_article} |
---|
69 | {statut=#GET{statut}} |
---|
70 | {pas_pagination=#CONFIG{sarkaspip_article/pas_pagination_commentaires, 20}} |
---|
71 | {modele_pagination=#CONFIG{sarkaspip_article/modele_pagination_commentaires}} |
---|
72 | {position_pagination=#CONFIG{sarkaspip_article/position_pagination_commentaires, 2}} |
---|
73 | {sens_tri=#CONFIG{sarkaspip_article/sens_tri_commentaires, 1}} |
---|
74 | {presentation_auteur=#CONFIG{sarkaspip_article/auteur_commentaires, 1}} |
---|
75 | {id_thread=#ENV{id_tread}}> |
---|
76 | ] |
---|
77 | [(#CONFIG{sarkaspip_article/mode_commentaires, 2}=={1}|non) |
---|
78 | <INCLURE{fond=noisettes/article/inc_article_commentaires} |
---|
79 | {ajax} |
---|
80 | {id_article} |
---|
81 | {statut=#GET{statut}} |
---|
82 | {sens_tri=#CONFIG{sarkaspip_article/sens_tri_commentaires, 1}} |
---|
83 | {presentation_auteur=#CONFIG{sarkaspip_article/auteur_commentaires, 1}} |
---|
84 | {pas_pagination=#CONFIG{sarkaspip_article/pas_pagination_commentaires, 20}} |
---|
85 | {modele_pagination=#CONFIG{sarkaspip_article/modele_pagination_commentaires}} |
---|
86 | {position_pagination=#CONFIG{sarkaspip_article/position_pagination_commentaires, 2}}> |
---|
87 | ] |
---|
88 | ] |
---|
89 | ] |
---|
90 | |
---|
91 | [(#REM) <!-- Signatures petition --> ] |
---|
92 | [(#PETITION|?{' '}) |
---|
93 | <INCLURE{fond=noisettes/article/inc_article_petition}{id_article}{ajax}> |
---|
94 | ] |
---|
95 | |
---|
96 | </div> |
---|
97 | </div> |
---|
98 | |
---|
99 | <div id="navigation"> |
---|
100 | [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] |
---|
101 | <INCLURE{fond=noisettes/navigation}{id_rubrique}{id_secteur}> |
---|
102 | </div> |
---|
103 | |
---|
104 | <div id="extra"> |
---|
105 | [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] |
---|
106 | <INCLURE{fond=noisettes/extra}{self=#SELF}{page=article}{id_secteur}{id_rubrique}{id_article}> |
---|
107 | </div> |
---|
108 | |
---|
109 | <div id="footer"> |
---|
110 | [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] |
---|
111 | <INCLURE{fond=noisettes/pied}{squelette=#SQUELETTE}> |
---|
112 | </div> |
---|
113 | |
---|
114 | </div> |
---|
115 | </body> |
---|
116 | </html> |
---|
117 | [(#REM) <!-- ================================== ERREUR BOUCLE VIDE ================================== --> ] |
---|
118 | </BOUCLE_article_principal> |
---|
119 | <INCLURE{fond=404}> |
---|
120 | <//B_article_principal> |
---|