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.9) 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 | <!-- Lien vers le backend pour navigateurs eclaires --> |
---|
27 | <link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="backend.php3" /> |
---|
28 | |
---|
29 | </head> |
---|
30 | |
---|
31 | <body> |
---|
32 | |
---|
33 | <div class="botones_admin"> |
---|
34 | [(#FORMULAIRE_ADMIN)] |
---|
35 | </div> |
---|
36 | |
---|
37 | <!-- Todo el contenido --> |
---|
38 | <div id="pagina"> |
---|
39 | |
---|
40 | <!-- La cabecera --> |
---|
41 | <div> |
---|
42 | <INCLURE(epc_cabecera.php)> |
---|
43 | </div> |
---|
44 | <!-- Fin de la cabecera --> |
---|
45 | |
---|
46 | <!-- Bloque central --> |
---|
47 | <div id="cuerpo" style="margin-right:1px;"> |
---|
48 | |
---|
49 | <table width="100%" cellspacing="0px" cellpadding="0px" border="0px" style="background-color: white;"> |
---|
50 | <tr> |
---|
51 | |
---|
52 | <!-- Lado izquierdo --> |
---|
53 | |
---|
54 | <td width="21%" valign="top" style="background-color: white;"> |
---|
55 | |
---|
56 | <!-- M?dulo men? --> |
---|
57 | <div> |
---|
58 | <INCLURE(epc_menu.php)> |
---|
59 | </div> |
---|
60 | |
---|
61 | <!-- en los foros --> |
---|
62 | <B_forums_liens> |
---|
63 | <div class="modulo"> |
---|
64 | <div class="modulo_titulo_iz">ÚLTIMOS COMENTARIOS</div> |
---|
65 | <div class="texto_70" style="text-transform:lowercase"> |
---|
66 | |
---|
67 | <BOUCLE_forums_liens(FORUMS){plat}{par date}{inverse}{0,15}> |
---|
68 | <?php |
---|
69 | $dia='[(#DATE|jour)]'; |
---|
70 | $mes='[(#DATE|mois)]'; |
---|
71 | $ano='[(#DATE|annee)]'; |
---|
72 | $nombre='[(#NOM)]'; |
---|
73 | if ($nombre!="") { $nombre.=", "; } |
---|
74 | ?> |
---|
75 | <BOUCLE_forums_articulos(FORUMS){id_forum}> |
---|
76 | |
---|
77 | <BOUCLE_foro_art(ARTICLES){id_article}> |
---|
78 | <a href="#URL_ARTICLE#forum#ID_FORUM">• #_forums_articulos:TITRE</a> |
---|
79 | <div style="margin-left:0.8em; font-size: 90%; color: #999999;"> |
---|
80 | <?php echo $nombre.$dia."-".$mes."-".$ano; ?> |
---|
81 | </div> |
---|
82 | </BOUCLE_foro_art> |
---|
83 | |
---|
84 | <BOUCLE_brev(BREVES){id_breve}> |
---|
85 | <a href="#URL_BREVE#forum#ID_FORUM">• #_forums_articulos:TITRE</a> |
---|
86 | <div style="margin-left:0.8em; font-size: 90%; color: #999999;"> |
---|
87 | <?php echo $nombre.$dia."-".$mes."-".$ano; ?> </div> |
---|
88 | </BOUCLE_brev> |
---|
89 | |
---|
90 | <BOUCLE_forums_decompte(FORUMS){id_forum}> |
---|
91 | </BOUCLE_forums_decompte> |
---|
92 | |
---|
93 | </BOUCLE_forums_articulos> |
---|
94 | |
---|
95 | </BOUCLE_forums_liens> |
---|
96 | </div> |
---|
97 | </div> |
---|
98 | </B_forums_liens> |
---|
99 | |
---|
100 | <!-- Formulario inscripcin --> |
---|
101 | |
---|
102 | [(#FORMULAIRE_INSCRIPTION)] |
---|
103 | |
---|
104 | |
---|
105 | <!-- Logo SPIP --> |
---|
106 | <div class="modulo" align="center"> |
---|
107 | <a href="https://www.spip.net"> |
---|
108 | <img src="#DOSSIER_SQUELETTE/imagenes/logo_spip.jpg" alt="<:site_realise_avec_spip:>" border="0" /> |
---|
109 | </a> |
---|
110 | </div> |
---|
111 | |
---|
112 | <!-- Logo FIREFOX --> |
---|
113 | <div class="modulo" align="center"> |
---|
114 | <a href="http://www.mozilla-europe.org/es/"> |
---|
115 | <img src="#DOSSIER_SQUELETTE/imagenes/getfirefox.gif" alt="Navega con FireFox" border="0" /> |
---|
116 | </a> |
---|
117 | </div> |
---|
118 | |
---|
119 | |
---|
120 | <!-- Fin lado izquierdo --> |
---|
121 | </td> |
---|
122 | |
---|
123 | <!-- Zona principal --> |
---|
124 | |
---|
125 | <td width="58%" valign="top" style="padding: 15px; border-left: 1px dotted silver; border-right: 1px dotted silver;"> |
---|
126 | |
---|
127 | <B_article_un> |
---|
128 | <!-- ?timos art?culos --> |
---|
129 | <BOUCLE_article_un(ARTICLES) {par date} {inverse} {0,3}> |
---|
130 | [<div class="logo_derecha"><a href="IMG/[(#LOGO_ARTICLE|fichier)]">(#LOGO_ARTICLE_RUBRIQUE||reduire_image{160,160})</a></div>] |
---|
131 | [<div class="subtitre">(#SURTITRE)</div>] |
---|
132 | <h2 class="titulo"><a href="#URL_ARTICLE">[(#TITRE|supprimer_numero)]</a></h2> |
---|
133 | [<div class="sourtitre">(#SOUSTITRE)</div>] |
---|
134 | <div class="texto_70" style="color:#999999;"> |
---|
135 | [(#DATE|nom_jour)] [(#DATE|affdate)]</div> |
---|
136 | [<div class="texte" style="margin-left:5%;">(#INTRODUCTION)</div>] |
---|
137 | <br /> |
---|
138 | </BOUCLE_article_un> |
---|
139 | </B_article_un> |
---|
140 | |
---|
141 | |
---|
142 | <!-- Zona abajo --> |
---|
143 | <div id="contenido_abajo"> |
---|
144 | <!-- + artculos --> |
---|
145 | <div style="font-size:80%;"> |
---|
146 | <BOUCLE_articles_recents(ARTICLES) {par date} {inverse}{3,18}> |
---|
147 | <a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a> |
---|
148 | <div style="margin-left:6%; font-size: 80%; color: #999999;"> |
---|
149 | [(#DATE|nom_jour)] [(#DATE|affdate)] |
---|
150 | <B_auteurs_recents><:par_auteur:> |
---|
151 | <BOUCLE_auteurs_recents(AUTEURS) {id_article} {", "}> |
---|
152 | #NOM |
---|
153 | </BOUCLE_auteurs_recents> |
---|
154 | </B_auteurs_recents> |
---|
155 | </div> |
---|
156 | </BOUCLE_articles_recents> |
---|
157 | </div> |
---|
158 | |
---|
159 | <!-- Fin zona abajo --> |
---|
160 | </div> |
---|
161 | |
---|
162 | <!-- Fin zona principal --> |
---|
163 | </td> |
---|
164 | |
---|
165 | |
---|
166 | <!-- Lado derecho --> |
---|
167 | <td width="21%" valign="top" style="background-color: white;"> |
---|
168 | |
---|
169 | <!-- Breves --> |
---|
170 | <B_breves> |
---|
171 | <div class="modulo"> |
---|
172 | <div class="modulo_titulo_iz">BREVES</div> |
---|
173 | <div class="texto_80"> |
---|
174 | <BOUCLE_breves(BREVES) {par date} {inverse} {0,15}> |
---|
175 | <i>[(#DATE|affdate_court)]</i>:<br /> |
---|
176 | <a href="#URL_BREVE">[(#TITRE)]</a> |
---|
177 | </BOUCLE_breves> |
---|
178 | <br /> |
---|
179 | </div> |
---|
180 | </div> |
---|
181 | </B_breves> |
---|
182 | |
---|
183 | <!-- Artculos sindicados --> |
---|
184 | <B_syndic> |
---|
185 | <div class="modulo"> |
---|
186 | <div class="modulo_titulo_iz">EN LA RED</div> |
---|
187 | <BOUCLE_syndic(SYNDIC_ARTICLES) {par date} {inverse} {0,8}{doublons}> |
---|
188 | <div class="menu_item_min"> |
---|
189 | <a href="#URL_ARTICLE">[• (#TITRE*)]</a> |
---|
190 | <div style="margin-left:1.3em; font-size: 85%; color: #999999;"> |
---|
191 | #NOM_SITE |
---|
192 | </div> |
---|
193 | </div> |
---|
194 | </BOUCLE_syndic> |
---|
195 | </div> |
---|
196 | </B_syndic> |
---|
197 | |
---|
198 | <!-- Sitios enlazados (referenciados) --> |
---|
199 | <div class="modulo"> |
---|
200 | <div class="modulo_titulo_iz">ENLACES</div> |
---|
201 | <BOUCLE_seccion_con_sindicacion(RUBRIQUES){par titre}> |
---|
202 | <B_sitios> |
---|
203 | <div style="font-size: 80%; color: gray; padding-top: 8px;"> |
---|
204 | [(#TITRE|supprimer_numero)] |
---|
205 | </div> |
---|
206 | <BOUCLE_sitios (SYNDICATION){id_rubrique}{par nom_site}> |
---|
207 | <div class="menu_item_min"> |
---|
208 | <a href="#URL_SITE">[• (#NOM_SITE)]</a> |
---|
209 | </div> |
---|
210 | </BOUCLE_sitios> |
---|
211 | </B_sitios> |
---|
212 | </BOUCLE_seccion_con_sindicacion> |
---|
213 | </div> |
---|
214 | |
---|
215 | <!-- Fin lado derecho --> |
---|
216 | </td> |
---|
217 | </tr> |
---|
218 | </table> |
---|
219 | |
---|
220 | |
---|
221 | |
---|
222 | |
---|
223 | |
---|
224 | |
---|
225 | <!-- Fin bloque central --> |
---|
226 | </div> |
---|
227 | |
---|
228 | <!-- El pie --> |
---|
229 | <div id="pie"> |
---|
230 | <INCLURE(epc_pie.php)> |
---|
231 | </div> |
---|
232 | <!-- Fin del pie --> |
---|
233 | |
---|
234 | <!-- Fin de todo el contenido --> |
---|
235 | </div> |
---|
236 | <div class="cron"> |
---|
237 | [(#SPIP_CRON)] |
---|
238 | </div> |
---|
239 | </body> |
---|
240 | </html> |
---|