[80] | 1 | #CACHE{4*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 | [(#INCLURE{fond=metas}{id_rubrique=0})] |
---|
| 7 | [(#INSERT_HEAD|modif_inserhead)] |
---|
| 8 | </head> |
---|
| 9 | <body id="page-sommaire">#SET{parametres,#REM|sinon{"rien"}|parametres} |
---|
| 10 | <div id="general"> |
---|
| 11 | [(#INCLURE{fond=bandeau}{id_rubrique=0})] |
---|
| 12 | [(#GET{parametres}|element{'navigation'}|=={'general'}|?{' ',''})<INCLURE{fond=navigation}{id_rubrique=0}>] |
---|
| 13 | [(#GET{parametres}|element{'chemin'}|=={general}|?{' ',''})[(#INCLURE{fond=chemin}{id_rubrique=0}{afficher=rien})]] |
---|
| 14 | [(#GET{parametres}|element{'contenus'}|=={oui}|?{'<div id="contenus">',''})<!-- balise optionnelle contenus -->] |
---|
| 15 | <div id="contextes"> |
---|
| 16 | [(#GET{parametres}|element{'navigation'}|=={'contexte'}|?{' ',''})<INCLURE{fond=navigation}{id_rubrique=0}>] |
---|
| 17 | <div id="contexte1"> |
---|
| 18 | [(#GET{parametres}|element{'navigation'}|=={'contexte1'}|?{' ',''})<INCLURE{fond=navigation}{id_rubrique=0}>] |
---|
| 19 | <BOUCLE_blocs_contexte0(SPIP_ARTY_GABARIT_ORDRE){gabarit=sommaire}{conteneur=1}{par ordre}> |
---|
| 20 | <INCLURE{fond=#NOM}{id_rubrique=0}{conteneur=1}{parametre=#PARAM}{lang}> |
---|
| 21 | </BOUCLE_blocs_contexte0> |
---|
| 22 | <div id="fin-contexte1"></div> |
---|
| 23 | </div> |
---|
| 24 | <div id="contexte2"> |
---|
| 25 | <BOUCLE_blocs_contexte1(SPIP_ARTY_GABARIT_ORDRE){gabarit=sommaire}{conteneur=2}{par ordre}> |
---|
| 26 | <INCLURE{fond=#NOM}{id_rubrique=0}{conteneur=2}{parametre=#PARAM}{lang}> |
---|
| 27 | </BOUCLE_blocs_contexte1> |
---|
| 28 | <div id="fin-contexte2"></div> |
---|
| 29 | </div> |
---|
| 30 | </div><!-- fin des contextes --> |
---|
| 31 | |
---|
| 32 | <div id="corps"> |
---|
| 33 | [(#GET{parametres}|element{'chemin'}|=={corps}|?{' ',''})[(#INCLURE{fond=chemin}{id_rubrique=0}{afficher=rien})]] |
---|
| 34 | |
---|
| 35 | <BOUCLE_blocs_corps(SPIP_ARTY_GABARIT_ORDRE){gabarit=sommaire}{conteneur=3}{par ordre}> |
---|
| 36 | <INCLURE{fond=#NOM}{id_rubrique=0}{conteneur=3}{parametre=#PARAM}{lang}> |
---|
| 37 | </BOUCLE_blocs_corps> |
---|
| 38 | |
---|
| 39 | <div id="fin-corps"></div> |
---|
| 40 | </div><!-- fin du corps --> |
---|
| 41 | [(#GET{parametres}|element{'contenus'}|=={oui}|?{'</div>',''})<!-- fin de balise optionnelle contenus -->] |
---|
| 42 | [(#GET{parametres}|element{'footer'}|=={general}|?{' ',''})[(#INCLURE{fond=footer}{id_rubrique=0})]] |
---|
| 43 | |
---|
| 44 | <div id="fin-page"></div> |
---|
| 45 | </div><!-- fin du general --> |
---|
| 46 | [(#GET{parametres}|element{'footer'}|=={hors_general}|?{' ',''})[(#INCLURE{fond=footer}{id_rubrique=0})]] |
---|
| 47 | |
---|
| 48 | </body> |
---|
| 49 | </html> |
---|