1 | #CACHE{86400} |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html dir="#LANG_DIR" lang="#LANG"> |
---|
4 | <head> |
---|
5 | <title>[(#TITRE|textebrut|supprimer_numero) - ][(#NOM_SITE_SPIP|textebrut)]</title> |
---|
6 | [<meta name="description" content="(#DESCRIPTIF|couper{150}|textebrut)" />] |
---|
7 | <INCLURE{fond=inc/inc-head}> |
---|
8 | |
---|
9 | [(#REM) Lien vers le flux RSS du mot cle ] |
---|
10 | <link rel="alternate" type="application/rss+xml" title="[(#TITRE|textebrut|texte_backend)]" href="[(#URL_PAGE{backend}|parametre_url{id_mot,#ID_MOT})]" /> |
---|
11 | </head> |
---|
12 | |
---|
13 | <body> |
---|
14 | <BOUCLE_mot_principal(GROUPES_MOTS){id_groupe} {doublons}> |
---|
15 | |
---|
16 | <!-- Todo el contenido --> |
---|
17 | <div id="pagina"> |
---|
18 | |
---|
19 | <INCLURE{fond=inc/inc-cabeza}> |
---|
20 | |
---|
21 | <!-- Bloque central --> |
---|
22 | <div id="cuerpo"> |
---|
23 | |
---|
24 | <!-- Lado derecho --> |
---|
25 | <div id="col_derecha"> |
---|
26 | |
---|
27 | <INCLURE{fond=inc/inc-menu-principal}> |
---|
28 | |
---|
29 | |
---|
30 | [(#REM) Fil d'Ariane ] |
---|
31 | <div class="fecha">Estás aquí: <a href="#URL_SITE_SPIP/">Portada</a><BOUCLE_ariane(GROUPES_MOTS){id_groupe}>[ > Categoría > (#TITRE|supprimer_numero|couper{80})]</BOUCLE_ariane></div> |
---|
32 | |
---|
33 | <div class="separacion_top"></div> |
---|
34 | <div id="zona_central"> |
---|
35 | <div class="articulo"> |
---|
36 | [(#LOGO_MOT|left)] |
---|
37 | <div class="articulo_titulo"><span class="gris">Categoría: </span>#TITRE</div> |
---|
38 | <div class="articulo_barra"></div> |
---|
39 | |
---|
40 | <BOUCLE_palabras(MOTS){id_groupe}{par titre}{doublons}> |
---|
41 | |
---|
42 | <?php $articulos="0"; $breves="0"; $sitios="0"; $secciones="0"; ?> |
---|
43 | |
---|
44 | <div class="margen_abajo_6"> |
---|
45 | <div class="grupo_palabras_titulo"><a href="#URL_MOT">#TITRE</a></div> |
---|
46 | |
---|
47 | <!-- Rubriques liees au mot-cle --> |
---|
48 | <B_rubriques> |
---|
49 | <div class="modulo_titulo"> |
---|
50 | SECCIONES RELACIONADAS: |
---|
51 | <?php $secciones='[(#TOTAL_BOUCLE)]'; ?> |
---|
52 | <BOUCLE_rubriques(RUBRIQUES) {id_mot} {par titre}{" / "}> |
---|
53 | <a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a> |
---|
54 | </BOUCLE_rubriques> |
---|
55 | </div> |
---|
56 | </B_rubriques> |
---|
57 | |
---|
58 | <!-- Articulos liees au mot-cle --> |
---|
59 | <B_articles> |
---|
60 | <?php $articulos='[(#TOTAL_BOUCLE)]'; ?> |
---|
61 | <BOUCLE_articles(ARTICLES) {id_mot} {par titre}> |
---|
62 | <div class="fuente_80"><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>» #TITRE</a></div> |
---|
63 | <div class="fecha margen_izquierdo_11"> |
---|
64 | [(#DATE|nom_jour)] [(#DATE|affdate)] |
---|
65 | <B_auteurs><:par_auteur:> <BOUCLE_auteurs(AUTEURS) {id_article} {", "}><a href="#URL_AUTEUR">#NOM</a></BOUCLE_auteurs></B_auteurs> |
---|
66 | </div> |
---|
67 | </BOUCLE_articles> |
---|
68 | </B_articles> |
---|
69 | |
---|
70 | <!-- Breves liees au mot-cle --> |
---|
71 | <B_breves> |
---|
72 | <div class="grupo_palabras_breves"> |
---|
73 | BREVES: |
---|
74 | <?php $breves='[(#TOTAL_BOUCLE)]'; ?> |
---|
75 | <BOUCLE_breves(BREVES) {id_mot} {par titre}> |
---|
76 | <div><a href="#URL_BREVE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>» #TITRE</a></div> |
---|
77 | </BOUCLE_breves> |
---|
78 | </div> |
---|
79 | </B_breves> |
---|
80 | |
---|
81 | <!-- Sites Web lies au mot-cle --> |
---|
82 | <B_sites> |
---|
83 | <div class="grupo_palabras_breves"> |
---|
84 | ENLACES: |
---|
85 | <?php $sitios='[(#TOTAL_BOUCLE)]'; ?> |
---|
86 | <BOUCLE_sites(SITES) {id_mot} {par nom_site}> |
---|
87 | <div><a href="#URL_SITE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>» #TITRE</a></div> |
---|
88 | </BOUCLE_sites> |
---|
89 | </div> |
---|
90 | </B_sites> |
---|
91 | |
---|
92 | <?php |
---|
93 | if ($articulos+$breves+$sitios+$secciones<1){ |
---|
94 | echo '<div class="fecha">Por ahora no hay contenidos</div>'; |
---|
95 | } |
---|
96 | ?> |
---|
97 | </div> |
---|
98 | |
---|
99 | </BOUCLE_palabras> |
---|
100 | |
---|
101 | |
---|
102 | <div class="limpiar"></div> |
---|
103 | |
---|
104 | [(#REM) Pied de page ] |
---|
105 | <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}> |
---|
106 | |
---|
107 | </div><!-- fin cuerpo articulo --> |
---|
108 | </div><!-- fin zona central --> |
---|
109 | |
---|
110 | </div><!-- fin col_derecha --> |
---|
111 | |
---|
112 | <div id="col_1"> |
---|
113 | |
---|
114 | <INCLURE{fond=inc/inc-logo-sitio}> |
---|
115 | |
---|
116 | <INCLURE{fond=inc/inc-rubriques}> |
---|
117 | |
---|
118 | <!-- Menu de navigation mots-cles : les autres mots cles du meme groupe--> |
---|
119 | |
---|
120 | <B_mots_freres> |
---|
121 | <div class="modulo_titulo">Otros temas relacionados</div> |
---|
122 | <div class="modulo_contenido"> |
---|
123 | <BOUCLE_mots_freres(MOTS) {type} {type!=Maquetación}{par titre}{doublons}> |
---|
124 | <?php $total_palabras_art="0"; $total_rubriques_art="0"; $total_breves_art="0"; $total_sites_art="0"; ?> |
---|
125 | <BOUCLE_articulos_clave(ARTICLES){id_mot}{statut=publie}> |
---|
126 | <?php $total_palabras_art='[(#TOTAL_BOUCLE)]'; ?> |
---|
127 | </BOUCLE_articulos_clave> |
---|
128 | <BOUCLE_rubriques_clave(RUBRIQUES){id_mot}> |
---|
129 | <?php $total_rubriques_art='[(#TOTAL_BOUCLE)]'; ?> |
---|
130 | </BOUCLE_rubriques_clave> |
---|
131 | <BOUCLE_breves_clave(BREVES){id_mot}> |
---|
132 | <?php $total_breves_art='[(#TOTAL_BOUCLE)]'; ?> |
---|
133 | </BOUCLE_breves_clave> |
---|
134 | <BOUCLE_sites_clave(SITES){id_mot}> |
---|
135 | <?php $total_sites_art='[(#TOTAL_BOUCLE)]'; ?> |
---|
136 | </BOUCLE_sites_clave> |
---|
137 | |
---|
138 | <?php |
---|
139 | $total_palabras=$total_sites_art+$total_palabras_art+$total_rubriques_art+$total_breves_art; |
---|
140 | ?> |
---|
141 | <div class="gris en_linea"><a [(#EXPOSE{name,href})]="#URL_MOT" title="[(#DESCRIPTIF|textebrut|entites_html)]">› #TITRE</a> [<?php echo $total_palabras; ?>]</div> |
---|
142 | |
---|
143 | </BOUCLE_mots_freres> |
---|
144 | </div> |
---|
145 | </B_mots_freres> |
---|
146 | |
---|
147 | |
---|
148 | <!-- Menu de navigation mots-cles : les autres groupes avec un lien sur le premier mot du groupe --> |
---|
149 | |
---|
150 | |
---|
151 | <B_groupes_freres> |
---|
152 | <div class="modulo_titulo">Otras categorías</div> |
---|
153 | <div class="modulo_contenido"> |
---|
154 | <BOUCLE_groupes_freres(GROUPES_MOTS){!id_groupe}{par titre}> |
---|
155 | <BOUCLE_mot_cousin(MOTS) {id_groupe} {type!=Maquetación}{par titre}{0,1}> |
---|
156 | |
---|
157 | <?php $total_palabras_art2="0"; $total_rubriques_art2="0"; $total_breves_art2="0"; $total_sites_art2="0"; ?> |
---|
158 | |
---|
159 | <BOUCLE_articulos_clave2(ARTICLES){id_mot}> |
---|
160 | <?php $total_palabras_art2='[(#TOTAL_BOUCLE)]'; ?> |
---|
161 | </BOUCLE_articulos_clave2> |
---|
162 | <BOUCLE_rubriques_clave2(RUBRIQUES){id_mot}> |
---|
163 | <?php $total_rubriques_art2='[(#TOTAL_BOUCLE)]'; ?> |
---|
164 | </BOUCLE_rubriques_clave2> |
---|
165 | <BOUCLE_breves_clave2(BREVES){id_mot}> |
---|
166 | <?php $total_breves_art2='[(#TOTAL_BOUCLE)]'; ?> |
---|
167 | </BOUCLE_breves_clave2> |
---|
168 | <BOUCLE_sites_clave2(SITES){id_mot}> |
---|
169 | <?php $total_sites_art2='[(#TOTAL_BOUCLE)]'; ?> |
---|
170 | </BOUCLE_sites_clave2> |
---|
171 | |
---|
172 | <?php |
---|
173 | $total_palabras2=$total_sites_art2+$total_palabras_art2+$total_rubriques_art2+$total_breves_art2; |
---|
174 | if ($total_palabras2>0){ |
---|
175 | echo '<div class="gris_claro block"><a href="#URL_PAGE{mot_grupo}&id_groupe=#ID_GROUPE">> #TYPE</a></div>'; |
---|
176 | } |
---|
177 | ?> |
---|
178 | |
---|
179 | </BOUCLE_mot_cousin> |
---|
180 | </BOUCLE_groupes_freres> |
---|
181 | </div> |
---|
182 | </B_groupes_freres> |
---|
183 | |
---|
184 | </div><!-- fin col_1 --> |
---|
185 | |
---|
186 | </div><!-- fin cuerpo --> |
---|
187 | |
---|
188 | |
---|
189 | </div><!-- fin page --> |
---|
190 | |
---|
191 | |
---|
192 | |
---|
193 | </BOUCLE_mot_principal> |
---|
194 | |
---|
195 | </body> |
---|
196 | </html> |
---|