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 | [(#SET{statut, [(#ENV{id_article}|statut_forum)]})] |
---|
45 | [(#GET{statut}|!={non_autorise}|oui) |
---|
46 | <INCLURE{fond=noisettes/article/inc_article_commentaires} |
---|
47 | {ajax} |
---|
48 | {id_article} |
---|
49 | {statut=#GET{statut}} |
---|
50 | {pas_pagination=#CONFIG{sarkaspip_album/pas_pagination_commentaires, 20}} |
---|
51 | {modele_pagination=#CONFIG{sarkaspip_album/modele_pagination_commentaires}} |
---|
52 | {position_pagination=#CONFIG{sarkaspip_album/position_pagination_commentaires, 2}}> |
---|
53 | ] |
---|
54 | </div> |
---|
55 | </div> |
---|
56 | |
---|
57 | <div id="navigation"> |
---|
58 | [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] |
---|
59 | <INCLURE{fond=noisettes/navigation}{id_secteur}> |
---|
60 | </div> |
---|
61 | |
---|
62 | <div id="extra"> |
---|
63 | [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] |
---|
64 | <INCLURE{fond=noisettes/extra}{self=#SELF}{id_secteur}{id_article}> |
---|
65 | </div> |
---|
66 | |
---|
67 | <div id="footer"> |
---|
68 | [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] |
---|
69 | <INCLURE{fond=noisettes/pied}{squelette=#SQUELETTE}> |
---|
70 | </div> |
---|
71 | |
---|
72 | </div> |
---|
73 | </body> |
---|
74 | </html> |
---|
75 | [(#REM) <!-- ================================== ERREUR BOUCLE VIDE ================================== --> ] |
---|
76 | </BOUCLE_album_principal> |
---|
77 | <INCLURE{fond=404}> |
---|
78 | <//B_album_principal> |
---|