1 | <BOUCLE_mot_principal(GROUPES_MOTS){id_groupe} {doublons}> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG"> |
---|
5 | <head> |
---|
6 | <title>[(#NOM_SITE_SPIP)]</title> |
---|
7 | <INCLURE{fond=inc/inc-head}{lang}> |
---|
8 | </head> |
---|
9 | |
---|
10 | <body> |
---|
11 | <div id="pagina"> |
---|
12 | <INCLURE{fond=inc/inc-cabeza}{lang}> |
---|
13 | <INCLURE{fond=inc/inc-barracabeza}{lang}> |
---|
14 | |
---|
15 | <div id="cuerpo"><div id="estructura">Cuerpo</div> |
---|
16 | <div id="columnaizquierda"><div id="estructura">columnaizquierda</div> |
---|
17 | |
---|
18 | |
---|
19 | <INCLURE{fond=inc/inc-menu-principal}{lang}> |
---|
20 | </div><!-- columnaizquierda --> |
---|
21 | <div id="contenido"><div id="estructura">contenido</div> |
---|
22 | <div id="avisoprincipal"> |
---|
23 | </div><!-- avisoprincipal --> |
---|
24 | [(#REM) Fil d'Ariane ] |
---|
25 | <div id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><BOUCLE_ariane(GROUPES_MOTS){id_groupe}>[ > Categoría > (#TITRE|supprimer_numero|couper{80})]</BOUCLE_ariane>[ > (#TITRE|supprimer_numero|couper{80})]</div> |
---|
26 | <div id="bloquearriba"> |
---|
27 | <table border="0" cellspacing="0" cellpadding="0"> |
---|
28 | <tr> |
---|
29 | <td id="texte-article"> |
---|
30 | [<h2>(#LOGO_MOT|left||sinon{#TITRE|supprimer_numero})</h2>] |
---|
31 | |
---|
32 | [#DESCRIPTIF |
---|
33 | <div class="texte">(#TEXTE)</div>] |
---|
34 | </td> |
---|
35 | </tr> |
---|
36 | [<tr> |
---|
37 | <td> |
---|
38 | <div class="notes">(#NOTES)</div> |
---|
39 | </td> |
---|
40 | </tr>] |
---|
41 | </table> |
---|
42 | </div><!-- bloquearriba --> |
---|
43 | <div id="bloquemedio"> |
---|
44 | |
---|
45 | <BOUCLE_palabras(MOTS){id_groupe}{par titre}{doublons}> |
---|
46 | <?php $articulos="0"; $breves="0"; $sitios="0"; $secciones="0"; ?> |
---|
47 | <div class="margen_abajo_6"> |
---|
48 | <h2><a href="#URL_MOT">#TITRE</a></h2> |
---|
49 | <!-- Rubriques liees au mot-cle --> |
---|
50 | <B_rubriques> |
---|
51 | <div class="modulo_titulo"> |
---|
52 | SECCIONES RELACIONADAS: |
---|
53 | <?php $secciones='[(#TOTAL_BOUCLE)]'; ?> |
---|
54 | <BOUCLE_rubriques(RUBRIQUES) {id_mot} {par titre}{" / "}> |
---|
55 | <a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a> |
---|
56 | </BOUCLE_rubriques> |
---|
57 | </div> |
---|
58 | </B_rubriques> |
---|
59 | <!-- Articulos liees au mot-cle --> |
---|
60 | <B_articles> |
---|
61 | <?php $articulos='[(#TOTAL_BOUCLE)]'; ?> |
---|
62 | <BOUCLE_articles(ARTICLES) {id_mot} {par titre}> |
---|
63 | <div class="fuente_80"><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>» #TITRE</a></div> |
---|
64 | <div class="fecha margen_izquierdo_11"> |
---|
65 | [(#DATE|nom_jour)] [(#DATE|affdate)] |
---|
66 | <B_auteurs><:par_auteur:> <BOUCLE_auteurs(AUTEURS) {id_article} {", "}><a href="#URL_AUTEUR">#NOM</a></BOUCLE_auteurs></B_auteurs> |
---|
67 | </div> |
---|
68 | </BOUCLE_articles> |
---|
69 | </B_articles> |
---|
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 | <!-- Sites Web lies au mot-cle --> |
---|
81 | <B_sites> |
---|
82 | <div class="grupo_palabras_breves"> |
---|
83 | ENLACES: |
---|
84 | <?php $sitios='[(#TOTAL_BOUCLE)]'; ?> |
---|
85 | <BOUCLE_sites(SITES) {id_mot} {par nom_site}> |
---|
86 | <div><a href="#URL_SITE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>» #TITRE</a></div> |
---|
87 | </BOUCLE_sites> |
---|
88 | </div> |
---|
89 | </B_sites> |
---|
90 | |
---|
91 | <?php |
---|
92 | if ($articulos+$breves+$sitios+$secciones<1){ |
---|
93 | echo '<div class="fecha">Por ahora no hay contenidos</div>'; |
---|
94 | } |
---|
95 | ?> |
---|
96 | </div> |
---|
97 | </BOUCLE_palabras> |
---|
98 | </div><!-- bloquemedio --> |
---|
99 | <div id="bloqueabajo"><div id="estructura">bloqueabajo</div> |
---|
100 | <hr /> |
---|
101 | |
---|
102 | <hr color="#999999" noshade size="1"> |
---|
103 | <BOUCLE_palabras1(MOTS){id_groupe}{par titre}> |
---|
104 | <B_art_mot2> |
---|
105 | #ANCRE_PAGINATION |
---|
106 | <BOUCLE_art_mot2(ARTICLES){id_mot} {par date}{inverse}{pagination 10}> |
---|
107 | |
---|
108 | <BOUCLE_provinciast2(MOTS) {id_article}{id_mot}> |
---|
109 | <b><div class="titre-texte">[<a style="color:#993333" href="#URL_MOT">(#TITRE|unique)</a> ]</div></b> |
---|
110 | </BOUCLE_provinciast2> |
---|
111 | <table><tr><td> |
---|
112 | <B_foto1> |
---|
113 | <BOUCLE_foto1(DOCUMENTS){id_article}{extension==jpg|png|gif}{par hasard}{0,1}> |
---|
114 | [(#LOGO_DOCUMENT|left||image_reduire{110,0}|inserer_attribut{hspace,4}|inserer_attribut{vspace,4}|inserer_attribut{style,border:1px solid #000000})] |
---|
115 | |
---|
116 | </BOUCLE_foto1> |
---|
117 | </B_foto1> |
---|
118 | [(#LOGO_ARTICLE|left|#URL_ARTICLE|reduire_image{140,0}|inserer_attribut{hspace,5})] |
---|
119 | <//B_foto1> |
---|
120 | [(#LOGO_ARTICLE|right||reduire_image{80,0}|inserer_attribut{hspace,5})]<a href="#URL_ARTICLE"><strong>[(#TITRE|supprimer_numero)]</strong><br /> |
---|
121 | <BOUCLE_sivafecha(MOTS){id_rubrique}{titre=con fecha}> |
---|
122 | <small>[(#DATE|nom_jour) ][(#DATE|affdate)]</small> |
---|
123 | </BOUCLE_sivafecha> |
---|
124 | <BOUCLE_sivaautor(MOTS){id_rubrique}{titre=con autor}> |
---|
125 | <small>[, <:par_auteur:> (#LESAUTEURS)]</small> |
---|
126 | </BOUCLE_sivaautor> |
---|
127 | [<br />(#CHAPO)]</a> |
---|
128 | </td></tr></table> |
---|
129 | </BOUCLE_art_mot2> |
---|
130 | |
---|
131 | [<p class="pagination">(#PAGINATION)</p>] |
---|
132 | </B_art_mot2> |
---|
133 | </BOUCLE_palabras1> |
---|
134 | </div> |
---|
135 | </div><!-- contenido --> |
---|
136 | <div id="columnaderecha"> |
---|
137 | <div id="estructura">columnaderecha</div> |
---|
138 | <INCLURE{fond=inc/inc-avisos}{lang}> |
---|
139 | </div><!-- columnaderecha --> |
---|
140 | </div><!-- cuerpo --> |
---|
141 | <INCLURE{fond=inc/inc-piegral}{lang}> |
---|
142 | <!-- Formulario de administracion--> |
---|
143 | [(#FORMULAIRE_ADMIN)] |
---|
144 | </div><!-- pagina --> |
---|
145 | |
---|
146 | </body> |
---|
147 | </html> |
---|
148 | </BOUCLE_mot_principal> |
---|