1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | |
---|
3 | <html dir="#LANG_DIR" lang="#LANG"> |
---|
4 | <head> |
---|
5 | <title>[#NOM_SITE_SPIP] </title> |
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> |
---|
7 | |
---|
8 | <!-- Para los buscadores --> |
---|
9 | <meta name="robot" content="follow, index, all"> |
---|
10 | <meta name="revisit-after" content="1 days"> |
---|
11 | <meta name="description" content="Un espacio hecho con SPIP"> |
---|
12 | <meta name="keywords" content="educaci?n, escuelas, coles, aulas, alumnado, profesorado, ampas, apas, asociaciones de padres y madres, spip, software libre, tics, ntics, nuevas tecnolog?as, tecnolog?as de la informaci?n y la comunicaci?n,..."> |
---|
13 | |
---|
14 | <!-- Los estilos personalizados de ColeWebs.org --> |
---|
15 | <link rel="stylesheet" href="#DOSSIER_SQUELETTE/estilos.css" type="text/css" /> |
---|
16 | |
---|
17 | <!-- Los estilos por defecto de SPIP (typographie y spip_style de la 1.8) juntos en un archivo --> |
---|
18 | <link rel="stylesheet" href="#DOSSIER_SQUELETTE/estilos_spip.css" type="text/css" /> |
---|
19 | |
---|
20 | <!-- media="..." permet de ne pas utiliser ce style sous Netscape 4 (sinon plantage) --> |
---|
21 | <link rel="stylesheet" href="habillage.css" type="text/css" media="projection, screen, tv" /> |
---|
22 | |
---|
23 | <!-- media="print" permet d'utiliser cette feuille de style quand vous imprimez depuis votre navigateur --> |
---|
24 | <link rel="stylesheet" href="impression.css" type="text/css" media="print" /> |
---|
25 | |
---|
26 | </head> |
---|
27 | |
---|
28 | <body> |
---|
29 | |
---|
30 | <div class="botones_admin"> |
---|
31 | [(#FORMULAIRE_ADMIN)] |
---|
32 | </div> |
---|
33 | |
---|
34 | <!-- Todo el contenido --> |
---|
35 | <div id="pagina"> |
---|
36 | |
---|
37 | <!-- La cabecera --> |
---|
38 | <div> |
---|
39 | <INCLURE {fond=cabecera}> |
---|
40 | </div> |
---|
41 | <!-- Fin de la cabecera --> |
---|
42 | |
---|
43 | <!-- Bloque central --> |
---|
44 | <div id="cuerpo"> |
---|
45 | |
---|
46 | <table width="100%" cellspacing="0px" cellpadding="0px" border="0px" style="background-color: whitesmoke;"> |
---|
47 | <tr> |
---|
48 | |
---|
49 | <!-- Lado izquierdo --> |
---|
50 | |
---|
51 | <td width="22%" valign="top" style="background-color: blanchedalmond; border-right: 1px solid maroon;"> |
---|
52 | |
---|
53 | <!-- M?dulo men? --> |
---|
54 | <div> |
---|
55 | <INCLURE {fond=menu}> |
---|
56 | </div> |
---|
57 | |
---|
58 | <!-- en los foros --> |
---|
59 | <B_forums_liens> |
---|
60 | <div class="modulo"> |
---|
61 | <div class="modulo_titulo_iz">ÚLTIMOS COMENTARIOS</div> |
---|
62 | <div class="texto_70" style="text-transform:lowercase"> |
---|
63 | |
---|
64 | <BOUCLE_forums_liens(FORUMS){plat}{par date}{inverse}{0,15}> |
---|
65 | |
---|
66 | <BOUCLE_forums_articulos(FORUMS){id_forum}> |
---|
67 | |
---|
68 | <BOUCLE_foro_art(ARTICLES){id_article}> |
---|
69 | <a href="#URL_ARTICLE#forum#ID_FORUM">#_forums_articulos:TITRE</a> |
---|
70 | <div style="margin-left:0.8em; font-size: 90%; color: #999999;"> |
---|
71 | [(#NOM), ][(#DATE|jour)-][(#DATE|mois)-][(#DATE|annee)] |
---|
72 | </div> |
---|
73 | </BOUCLE_foro_art> |
---|
74 | |
---|
75 | <BOUCLE_brev(BREVES){id_breve}> |
---|
76 | <a href="#URL_BREVE#forum#ID_FORUM">#_forums_articulos:TITRE</a> |
---|
77 | <div style="margin-left:0.8em; font-size: 90%; color: #999999;"> |
---|
78 | [(#NOM), ][(#DATE|jour)-][(#DATE|mois)-][(#DATE|annee)] </div> |
---|
79 | </BOUCLE_brev> |
---|
80 | |
---|
81 | <BOUCLE_forums_decompte(FORUMS){id_forum}> |
---|
82 | </BOUCLE_forums_decompte> |
---|
83 | |
---|
84 | </BOUCLE_forums_articulos> |
---|
85 | |
---|
86 | </BOUCLE_forums_liens> |
---|
87 | </div> |
---|
88 | </div> |
---|
89 | </B_forum_liens> |
---|
90 | |
---|
91 | <!-- Formulario inscripcin --> |
---|
92 | |
---|
93 | [(#FORMULAIRE_INSCRIPTION)] |
---|
94 | |
---|
95 | <!-- Logo SPIP --> |
---|
96 | <div class="modulo" align="center"> |
---|
97 | <a href="http://www.spip.net"> |
---|
98 | <img src="#DOSSIER_SQUELETTE/imagenes/logo_spip.jpg" alt="<:site_realise_avec_spip:>" border="0" /> |
---|
99 | </a> |
---|
100 | </div> |
---|
101 | |
---|
102 | <!-- Logo FIREFOX --> |
---|
103 | <div class="modulo" align="center"> |
---|
104 | <a href="http://www.mozilla-europe.org/es/"> |
---|
105 | <img src="#DOSSIER_SQUELETTE/imagenes/getfirefox.gif" alt="Navega con FireFox" border="0" /> |
---|
106 | </a> |
---|
107 | </div> |
---|
108 | |
---|
109 | |
---|
110 | <!-- Fin lado izquierdo --> |
---|
111 | </td> |
---|
112 | |
---|
113 | <!-- Zona principal --> |
---|
114 | |
---|
115 | <td width="56%" valign="top" style="padding: 15px;"> |
---|
116 | |
---|
117 | <B_article_un> |
---|
118 | <!-- ?timos art?culos --> |
---|
119 | <BOUCLE_article_un(ARTICLES) {par date} {inverse} {0,3}> |
---|
120 | [<div class="logo_derecha"><a href="IMG/[(#LOGO_ARTICLE|fichier)]">(#LOGO_ARTICLE_RUBRIQUE||reduire_image{160,160})</a></div>] |
---|
121 | [<div class="surtitre">(#SURTITRE)</div>] |
---|
122 | <h2 class="titulo"><a href="#URL_ARTICLE">[(#TITRE|supprimer_numero)]</a></h2> |
---|
123 | [<div class="surtitre">(#SOUSTITRE)</div>] |
---|
124 | <div class="detail"> |
---|
125 | [(#DATE|nom_jour)] [(#DATE|affdate)]</div> |
---|
126 | [<div class="texte" style="margin-left:5%;">(#INTRODUCTION)</div>] |
---|
127 | <br /> |
---|
128 | </BOUCLE_article_un> |
---|
129 | </B_article_un> |
---|
130 | |
---|
131 | |
---|
132 | <!-- Zona abajo --> |
---|
133 | <div id="contenido_abajo"> |
---|
134 | <!-- + artculos --> |
---|
135 | <div style="font-size:80%;"> |
---|
136 | <BOUCLE_articles_recents(ARTICLES) {par date} {inverse}{3,18}> |
---|
137 | <a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a> |
---|
138 | <div style="margin-left:6%; font-size: 80%; color: #999999;"> |
---|
139 | [(#DATE|nom_jour)] [(#DATE|affdate)] |
---|
140 | <B_auteurs_recents><:par_auteur:> |
---|
141 | <BOUCLE_auteurs_recents(AUTEURS) {id_article} {", "}> |
---|
142 | #NOM |
---|
143 | </BOUCLE_auteurs_recents> |
---|
144 | </B_auteurs_recents> |
---|
145 | </div> |
---|
146 | </BOUCLE_articles_recents> |
---|
147 | </div> |
---|
148 | |
---|
149 | <!-- Fin zona abajo --> |
---|
150 | </div> |
---|
151 | |
---|
152 | <!-- Fin zona principal --> |
---|
153 | </td> |
---|
154 | |
---|
155 | |
---|
156 | <!-- Lado derecho --> |
---|
157 | <td width="22%" valign="top" style="background-color: blanchedalmond; border-left: 1px solid maroon;"> |
---|
158 | |
---|
159 | <!-- Breves --> |
---|
160 | <B_breves> |
---|
161 | <div class="modulo"> |
---|
162 | <div class="modulo_titulo_iz">BREVES</div> |
---|
163 | <div class="texto_80"> |
---|
164 | <BOUCLE_breves(BREVES) {par date} {inverse} {0,15}> |
---|
165 | <i>[(#DATE|affdate_court)]</i>:<br /> |
---|
166 | <a href="#URL_BREVE">[(#TITRE)]</a> |
---|
167 | </BOUCLE_breves> |
---|
168 | <br /> |
---|
169 | </div> |
---|
170 | </div> |
---|
171 | </B_breves> |
---|
172 | |
---|
173 | <!-- Artculos sindicados --> |
---|
174 | <B_syndic> |
---|
175 | <div class="modulo"> |
---|
176 | <div class="modulo_titulo_iz">EN LA RED</div> |
---|
177 | <BOUCLE_syndic(SYNDIC_ARTICLES) {par date} {inverse} {0,8}{doublons}> |
---|
178 | <div class="menu_item_min"> |
---|
179 | <a href="#URL_ARTICLE">[• (#TITRE*)]</a> |
---|
180 | <div style="margin-left:1.3em; font-size: 85%; color: #999999;"> |
---|
181 | #NOM_SITE |
---|
182 | </div> |
---|
183 | </div> |
---|
184 | </BOUCLE_syndic> |
---|
185 | </div> |
---|
186 | </B_syndic> |
---|
187 | |
---|
188 | <!-- Sitios enlazados (referenciados) --> |
---|
189 | <div class="modulo"> |
---|
190 | <div class="modulo_titulo_iz">ENLACES</div> |
---|
191 | <BOUCLE_seccion_con_sindicacion(RUBRIQUES){par titre}> |
---|
192 | <B_sitios> |
---|
193 | <div style="font-size: 80%; color: gray; padding-top: 8px;"> |
---|
194 | [(#TITRE|supprimer_numero)] |
---|
195 | </div> |
---|
196 | <BOUCLE_sitios (SYNDICATION){id_rubrique}{par nom_site}> |
---|
197 | <div class="menu_item_min"> |
---|
198 | <a href="#URL_SITE">[• (#NOM_SITE)]</a> |
---|
199 | </div> |
---|
200 | </BOUCLE_sitios> |
---|
201 | </B_sitios> |
---|
202 | </BOUCLE_seccion_con_sindicacion> |
---|
203 | </div> |
---|
204 | |
---|
205 | <!-- Fin lado derecho --> |
---|
206 | </td> |
---|
207 | </tr> |
---|
208 | </table> |
---|
209 | |
---|
210 | |
---|
211 | |
---|
212 | |
---|
213 | |
---|
214 | |
---|
215 | <!-- Fin bloque central --> |
---|
216 | </div> |
---|
217 | |
---|
218 | <!-- El pie --> |
---|
219 | <div id="pie"> |
---|
220 | <INCLURE {fond=pie}> |
---|
221 | </div> |
---|
222 | <!-- Fin del pie --> |
---|
223 | |
---|
224 | <!-- Fin de todo el contenido --> |
---|
225 | </div> |
---|
226 | <div class="cron"> |
---|
227 | [(#SPIP_CRON)] |
---|
228 | </div> |
---|
229 | </body> |
---|
230 | </html> |
---|