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