source: trunk/spip/2.1/extensions/magusine-portage2.1/squelettes/mot.html @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 3.6 KB
Line 
1#CACHE{24*3600}<BOUCLE_generale(MOTS){id_mot}><!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=utf-8"/>
5<title>#NOM_SITE_SPIP</title>
6#INSERT_HEAD
7[(#INCLURE{fond=metas}{id_mot})]
8</head>
9<body id="page-mot" class="mot#ID_MOT">#SET{parametres,#REM|sinon{"rien"}|parametres}
10
11<div id="general">
12
13[(#INCLURE{fond=bandeau}{id_rubrique=0})]
14
15[(#GET{parametres}|element{'navigation'}|=={'general'}|?{' ',''})<INCLURE{fond=navigation}{id_mot}>]
16
17[(#GET{parametres}|element{'chemin'}|=={general}|?{' ',''})[(#INCLURE{fond=chemin}{id_mot})]]
18
19[(#GET{parametres}|element{'contenus'}|=={oui}|?{'<div id="contenus">',''})<!-- balise optionnelle contenus -->]
20
21<div id="contextes">
22
23[(#GET{parametres}|element{'navigation'}|=={'contexte'}|?{' ',''})<INCLURE{fond=navigation}{id_mot}>]
24
25<div id="contexte1">
26[(#GET{parametres}|element{'navigation'}|=={'contexte1'}|?{' ',''})<INCLURE{fond=navigation}{id_mot}>]
27<BOUCLE_archetype_mot(spip_arty_gabaritassoc){type=mot}{id=#ENV{id_mot}}>
28
29<BOUCLE_blocs_contexte0(spip_arty_gabarit_ordre){gabarit=#GABARIT}{conteneur=1}{par ordre}>
30<INCLURE{fond=#NOM}{id_mot=#ENV{id_mot}}{id_rubrique=0}{conteneur=1}{parametre=#PARAM}{lang}{document=#ENV{document}}>
31</BOUCLE_blocs_contexte0>
32
33</BOUCLE_archetype_mot>
34<!-- blocs contexte 1 par defaut -->
35<BOUCLE_blocs_contexte0_defaut(spip_arty_gabarit_ordre){gabarit=mot}{conteneur=1}{par ordre}>
36<INCLURE{fond=#NOM}{id_mot=#ENV{id_mot}}{id_rubrique=0}{conteneur=1}{parametre=#PARAM}{lang}{document=#ENV{document}}>
37</BOUCLE_blocs_contexte0_defaut>
38
39<//B_archetype_mot>
40<div id="fin-contexte1"></div>
41</div>
42
43<div id="contexte2">
44<BOUCLE_archetype_mot2(spip_arty_gabaritassoc){type=mot}{id=#ENV{id_mot}}>
45
46<BOUCLE_blocs_contexte1(spip_arty_gabarit_ordre){gabarit=#GABARIT}{conteneur=2}{par ordre}>
47<INCLURE{fond=#NOM}{id_mot=#ENV{id_mot}}{id_rubrique=0}{conteneur=2}{parametre=#PARAM}{lang}{document=#ENV{document}}>
48</BOUCLE_blocs_contexte1>
49
50</BOUCLE_archetype_mot2>
51<!-- blocs contexte 2 par defaut -->
52<BOUCLE_blocs_contexte1_defaut(spip_arty_gabarit_ordre){gabarit=mot}{conteneur=2}{par ordre}>
53<INCLURE{fond=#NOM}{id_mot=#ENV{id_mot}}{id_rubrique=0}{conteneur=2}{parametre=#PARAM}{lang}{document=#ENV{document}}>
54</BOUCLE_blocs_contexte1_defaut>
55
56<//B_archetype_mot2>
57<div id="fin-contexte2"></div>
58</div>
59
60</div><!-- fin des contextes -->
61
62<div id="corps">
63
64[(#GET{parametres}|element{'chemin'}|=={corps}|?{' ',''})[(#INCLURE{fond=chemin}{id_mot})]]
65
66<BOUCLE_archetype_mot3(spip_arty_gabaritassoc){type=mot}{id=#ENV{id_mot}}>
67
68<BOUCLE_blocs_corps(spip_arty_gabarit_ordre){gabarit=#GABARIT}{conteneur=3}{par ordre}>
69<INCLURE{fond=#NOM}{id_mot=#ENV{id_mot}}{id_rubrique=0}{conteneur=3}{parametre=#PARAM}{lang}{document=#ENV{document}}>
70</BOUCLE_blocs_corps>
71
72</BOUCLE_archetype_mot3>
73
74<BOUCLE_blocs_contexte2_defaut(spip_arty_gabarit_ordre){gabarit=mot}{conteneur=3}{par ordre}>
75<!-- blocs corps par defaut -->
76<INCLURE{fond=#NOM}{id_mot=#ENV{id_mot}}{id_rubrique=0}{conteneur=3}{parametre=#PARAM}{lang}{document=#ENV{document}}>
77</BOUCLE_blocs_contexte2_defaut>
78
79<//B_archetype_mot3>
80
81<div id="fin-corps"></div>
82</div><!-- fin du corps -->
83
84[(#GET{parametres}|element{'contenus'}|=={oui}|?{'</div>',''})<!-- fin de balise optionnelle contenus -->]
85
86[(#GET{parametres}|element{'footer'}|=={general}|?{' ',''})[(#INCLURE{fond=footer}{id_mot})]]
87<div id="fin-page"></div>
88</div><!-- fin du general -->
89[(#GET{parametres}|element{'footer'}|=={hors_general}|?{' ',''})[(#INCLURE{fond=footer}{id_mot})]]
90
91</body>
92</html></BOUCLE_generale>
Note: See TracBrowser for help on using the repository browser.