1 | #CACHE{0}<BOUCLE_generale(ARTICLES){id_article}> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html;charset=#CHARSET"/> |
---|
6 | <title>#NOM_SITE_SPIP</title> |
---|
7 | [(#INSERT_HEAD|modif_inserhead)] |
---|
8 | [(#INCLURE{fond=metas}{id_article})] |
---|
9 | </head> |
---|
10 | <body id="page-forum">#SET{parametres,#REM|sinon{"rien"}|parametres} |
---|
11 | |
---|
12 | <div id="general"> |
---|
13 | |
---|
14 | [(#INCLURE{fond=bandeau}{id_article})] |
---|
15 | |
---|
16 | [(#GET{parametres}|element{'navigation'}|=={'general'}|?{' ',''})<INCLURE{fond=navigation}{id_article}{id_rubrique}>] |
---|
17 | |
---|
18 | [(#GET{parametres}|element{'chemin'}|=={general}|?{' ',''})[(#INCLURE{fond=chemin}{id_article})]] |
---|
19 | |
---|
20 | |
---|
21 | [(#GET{parametres}|element{'contenus'}|=={oui}|?{'<div id="contenus">',''})<!-- balise optionnelle contenus -->] |
---|
22 | |
---|
23 | <div id="contextes"> |
---|
24 | |
---|
25 | [(#GET{parametres}|element{'navigation'}|=={'contexte'}|?{' ',''})<INCLURE{fond=navigation}{id_article}{id_rubrique}>] |
---|
26 | |
---|
27 | <div id="contexte1"> |
---|
28 | [(#GET{parametres}|element{'navigation'}|=={'contexte1'}|?{' ',''})<INCLURE{fond=navigation}{id_article}{id_rubrique}>] |
---|
29 | <!-- blocs contexte 1 par defaut --> |
---|
30 | <BOUCLE_blocs_contexte0_defaut(SPIP_ARTY_GABARIT_ORDRE){gabarit=forum}{conteneur=1}{par ordre}> |
---|
31 | <INCLURE{fond=#NOM}{id_article=#ENV{id_article}}{id_rubrique=#_generale:ID_RUBRIQUE}{conteneur=1}{parametre=#PARAM}{lang}> |
---|
32 | </BOUCLE_blocs_contexte0_defaut> |
---|
33 | <div id="fin-contexte1"></div> |
---|
34 | </div> |
---|
35 | |
---|
36 | <div id="contexte2"> |
---|
37 | <!-- blocs contexte 2 par defaut --> |
---|
38 | <BOUCLE_blocs_contexte1_defaut(SPIP_ARTY_GABARIT_ORDRE){gabarit=forum}{conteneur=2}{par ordre}> |
---|
39 | <INCLURE{fond=#NOM}{id_article=#ENV{id_article}}{id_rubrique=#_generale:ID_RUBRIQUE}{conteneur=2}{parametre=#PARAM}{lang}> |
---|
40 | </BOUCLE_blocs_contexte1_defaut> |
---|
41 | <div id="fin-contexte2"></div> |
---|
42 | </div> |
---|
43 | |
---|
44 | </div><!-- fin des contextes --> |
---|
45 | |
---|
46 | <div id="corps"> |
---|
47 | |
---|
48 | [(#GET{parametres}|element{'corps'}|=={general}|?{' ',''})[(#INCLURE{fond=chemin}{id_article})]] |
---|
49 | |
---|
50 | <BOUCLE_blocs_contexte2_defaut(SPIP_ARTY_GABARIT_ORDRE){gabarit=forum}{conteneur=3}{par ordre}> |
---|
51 | <!-- blocs corps par defaut --> |
---|
52 | <INCLURE{fond=#NOM}{id_article=#ENV{id_article}}{id_rubrique=#_generale:ID_RUBRIQUE}{conteneur=3}{parametre=#PARAM}{lang}> |
---|
53 | </BOUCLE_blocs_contexte2_defaut> |
---|
54 | |
---|
55 | <div id="fin-corps"></div> |
---|
56 | </div><!-- fin du corps --> |
---|
57 | |
---|
58 | [(#GET{parametres}|element{'contenus'}|=={oui}|?{'</div>',''})<!-- fin de balise optionnelle contenus -->] |
---|
59 | |
---|
60 | [(#GET{parametres}|element{'footer'}|=={general}|?{' ',''})[(#INCLURE{fond=footer}{id_article})]] |
---|
61 | <div id="fin-page"></div> |
---|
62 | </div><!-- fin du general --> |
---|
63 | [(#GET{parametres}|element{'footer'}|=={hors_general}|?{' ',''})[(#INCLURE{fond=footer}{id_article})]] |
---|
64 | </body> |
---|
65 | </html> |
---|
66 | </BOUCLE_generale> |
---|