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