Last change
on this file since 49025 was
49025,
checked in by eric@…, 10 years ago
|
La pose du verrou ne fonctionnait pas dans la page forum_sujet car le titre était déjà nettoyé.
On passe l'information de verrou dans l'environnement de la noisette.
Faudrait peut-être mettre une information dans cette âge qui indique que la discussion est fermée.
|
File size:
2.0 KB
|
Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
2 | #CACHE{0} |
---|
3 | <BOUCLE_forum(FORUMS){id_forum}{doublons}> |
---|
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 | <div id="header"> |
---|
12 | [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] |
---|
13 | <BOUCLE_article_forum(ARTICLES){id_article}> |
---|
14 | <INCLURE{fond=noisettes/bandeau}{lang}{id_rubrique}{id_article}> |
---|
15 | </BOUCLE_article_forum> |
---|
16 | </div> |
---|
17 | |
---|
18 | #SET{ferme, [ferme]} |
---|
19 | [(#TITRE|strstr{#GET{ferme}}|oui) #SET{verrou, lock}] |
---|
20 | <div id="wrapper"> |
---|
21 | <div id="content"> |
---|
22 | <div id="sujet" class="forum"> |
---|
23 | [(#REM) <!-- Titre, logo, texte du sujet --> ] |
---|
24 | <INCLURE{fond=noisettes/forum/inc_forum_sujet_description}{id_article}{id_forum}{verrou=#GET{verrou}}> |
---|
25 | </div> |
---|
26 | |
---|
27 | [(#REM) <!-- Les reponses au sujet --> ] |
---|
28 | <INCLURE{fond=noisettes/forum/inc_forum_sujet_reponses}{id_thread}{id_article}{id_forum}{verrou=#GET{verrou}}> |
---|
29 | </div> |
---|
30 | </div> |
---|
31 | |
---|
32 | <div id="navigation"> |
---|
33 | [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] |
---|
34 | <INCLURE{fond=noisettes/navigation}{id_rubrique}{id_secteur}> |
---|
35 | </div> |
---|
36 | |
---|
37 | <div id="extra"> |
---|
38 | [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] |
---|
39 | <INCLURE{fond=noisettes/extra}{self=#SELF}{page=forum_sujet}{id_secteur}{id_rubrique}{id_article}> |
---|
40 | </div> |
---|
41 | |
---|
42 | <div id="footer"> |
---|
43 | [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] |
---|
44 | <INCLURE{fond=noisettes/pied}{squelette=#SQUELETTE}> |
---|
45 | </div> |
---|
46 | |
---|
47 | </div> |
---|
48 | </body> |
---|
49 | </html> |
---|
50 | [(#REM) <!-- ================================== ERREUR BOUCLE VIDE ================================== --> ] |
---|
51 | </BOUCLE_forum> |
---|
52 | <INCLURE{fond=404}> |
---|
53 | <//B_forum> |
---|
Note: See
TracBrowser
for help on using the repository browser.