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_album_principal(ARTICLES) {id_article}> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
5 | <INCLURE{fond=noisettes/inc_header} |
---|
6 | {meta_titre=#TITRE*} |
---|
7 | {meta_description=#INTRODUCTION{#EVAL{_SARKASPIP_CONFIG_INTRO_META}}}> |
---|
8 | |
---|
9 | <body dir="#LANG_DIR"> |
---|
10 | <div id="container"> |
---|
11 | |
---|
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="album" class="article"> |
---|
21 | [(#REM) <!-- Titre, logo, texte de la rubrique --> ] |
---|
22 | <INCLURE{fond=noisettes/article/inc_article_description} |
---|
23 | {id_article} |
---|
24 | {page=album} |
---|
25 | {afficher_commentaires=oui} |
---|
26 | {avec_popularite=#CONFIG{sarkaspip_album/avec_popularite, oui}} |
---|
27 | {avec_notation=#CONFIG{sarkaspip_album/position_notation, 0}} |
---|
28 | {avec_socialtags=#CONFIG{sarkaspip_album/position_socialtags, 0}} |
---|
29 | {logo_rubrique=#CONFIG{sarkaspip_album/logo_rubrique, oui}} |
---|
30 | {taille_logo=#CONFIG{sarkaspip_album/taille_logo, 150}}> |
---|
31 | |
---|
32 | [(#REM) <!-- Presentation des photos --> ] |
---|
33 | <INCLURE{fond=noisettes/album/inc_album_presentation_photos} |
---|
34 | {id_article} |
---|
35 | {id_document}> |
---|
36 | |
---|
37 | [(#REM) <!-- Documents (sauf images) du portfolio de la rubrique --> ] |
---|
38 | [(#CONFIG{sarkaspip_album/position_documents, 1}|=={1}|?{' '}) |
---|
39 | [(#INCLURE{fond=noisettes/document/inc_documents_joints}{id_article})] |
---|
40 | ] |
---|
41 | </div> |
---|
42 | |
---|
43 | [(#REM) <!-- Commentaires --> ] |
---|
44 | <br /> |
---|
45 | [(#PETITION|?{'', ' '}) |
---|
46 | [(#SET{statut, [(#ENV{id_article}|statut_forum)]})] |
---|
47 | [(#GET{statut}|!={non_autorise}|oui) |
---|
48 | [(#CONFIG{sarkaspip_album/mode_commentaires, 2}=={1}|oui) |
---|
49 | <INCLURE{fond=noisettes/article/inc_article_commentaires_fils} |
---|
50 | {ajax} |
---|
51 | {id_article} |
---|
52 | {statut=#GET{statut}} |
---|
53 | {pas_pagination=#CONFIG{sarkaspip_album/pas_pagination_commentaires, 20}} |
---|
54 | {modele_pagination=#CONFIG{sarkaspip_album/modele_pagination_commentaires}} |
---|
55 | {position_pagination=#CONFIG{sarkaspip_album/position_pagination_commentaires, 2}} |
---|
56 | {sens_tri=#CONFIG{sarkaspip_album/sens_tri_commentaires, 1}} |
---|
57 | {presentation_auteur=#CONFIG{sarkaspip_album/auteur_commentaires, 1}} |
---|
58 | {id_thread=#ENV{id_tread}}> |
---|
59 | ] |
---|
60 | [(#CONFIG{sarkaspip_album/mode_commentaires, 2}=={1}|non) |
---|
61 | <INCLURE{fond=noisettes/article/inc_article_commentaires} |
---|
62 | {ajax} |
---|
63 | {id_article} |
---|
64 | {statut=#GET{statut}} |
---|
65 | {sens_tri=#CONFIG{sarkaspip_album/sens_tri_commentaires, 1}} |
---|
66 | {presentation_auteur=#CONFIG{sarkaspip_album/auteur_commentaires, 1}} |
---|
67 | {pas_pagination=#CONFIG{sarkaspip_album/pas_pagination_commentaires, 20}} |
---|
68 | {modele_pagination=#CONFIG{sarkaspip_album/modele_pagination_commentaires}} |
---|
69 | {position_pagination=#CONFIG{sarkaspip_album/position_pagination_commentaires, 2}}> |
---|
70 | ] |
---|
71 | ] |
---|
72 | ] |
---|
73 | </div> |
---|
74 | </div> |
---|
75 | |
---|
76 | <div id="navigation"> |
---|
77 | [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] |
---|
78 | <INCLURE{fond=noisettes/navigation}{id_secteur}> |
---|
79 | </div> |
---|
80 | |
---|
81 | <div id="extra"> |
---|
82 | [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] |
---|
83 | <INCLURE{fond=noisettes/extra}{self=#SELF}{id_secteur}{id_article}> |
---|
84 | </div> |
---|
85 | |
---|
86 | <div id="footer"> |
---|
87 | [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] |
---|
88 | <INCLURE{fond=noisettes/pied}{squelette=#SQUELETTE}> |
---|
89 | </div> |
---|
90 | |
---|
91 | </div> |
---|
92 | </body> |
---|
93 | </html> |
---|
94 | [(#REM) <!-- ================================== ERREUR BOUCLE VIDE ================================== --> ] |
---|
95 | </BOUCLE_album_principal> |
---|
96 | <INCLURE{fond=404}> |
---|
97 | <//B_album_principal> |
---|