source: trunk/spip/esqueleto-redcta/themes/alternatives/site.html @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 5.2 KB
Line 
1#CACHE{7200}
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR">
5<head>
6  <title>[[(#NOM_SITE_SPIP|textebrut)]] : <:sur_web:></title>
7  <INCLURE{fond=page}{fond=styles}{lang}>
8</head>
9<body dir="#LANG_DIR" class="#LANG site">
10<div id="page" class="site">
11
12<!-- *****************************************************************
13  Bandeau, titre du site et menu langue
14  Header and main menu (top and right)
15    ************************************************************* -->
16 
17<INCLURE{fond=inc/inc-bandeau}{lang}>
18
19<!-- *****************************************************************
20  Contenu principal (centre)
21  Main content (center)
22    ************************************************************* -->
23   
24  <div id="bloc-contenu">
25  <BOUCLE_site(SITES) {id_syndic}>
26    <div class="cartouche">
27      <div class="surtitre"><:sur_web:></div>
28      [(#LOGO_SITE|right||reduire_image{120,0})]
29      <h1 class="titre-article"><a href="#URL_SITE">#NOM_SITE</a></h1>
30      <div class="detail"><a href="#URL_SITE">#URL_SITE</a></div>
31      [<div class="chapo">(#DESCRIPTIF)</div>]
32    </div><!-- cartouche -->
33
34    <B_articles>
35    <br />
36      <h2><:articles_recents:></h2>
37                #ANCRE_PAGINATION   
38    <BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} {par date}{inverse}{pagination}> 
39      <h3><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></h3>
40      <div class="detail">
41        [(#DATE|nom_jour)] [(#DATE|affdate)] [<:par_auteur:> (#LESAUTEURS)][ &mdash; <em>(#TAGS|afficher_tags)</em>]
42      </div><!-- detail -->
43      [<div class="texte"><div class="extrait">(#DESCRIPTIF|image_reduire{200})</div></div>]
44      <br />
45    </BOUCLE_articles>
46      [<div class="pagination">
47        <div class="ligne1">
48          <div dir="#LANG_DIR">#TOTAL_BOUCLE/#GRAND_TOTAL <:articles:></div>
49        </div>
50        <div class="ligne2">
51          (#PAGINATION)
52        </div>
53      </div>]
54    </B_articles>
55       
56  </BOUCLE_site>
57 
58    <!-- si aucun site, afficher derniers articles de tous les sites -->
59    <B_articles_tous>
60    <div class="cartouche">
61      <div class="surtitre"><:sur_web:></div>
62      <h1 class="titre-article"><:nouveautes_web:></h1>
63    <br />
64      <h2><:articles_recents:></h2>
65    </div><!-- cartouche -->
66                #ANCRE_PAGINATION       
67    <BOUCLE_articles_tous(SYNDIC_ARTICLES) {par date}{inverse}{pagination}> 
68      <h3><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></h3>
69      <div class="detail">
70        [(#DATE|nom_jour)] [(#DATE|affdate)] [<:par_auteur:> (#LESAUTEURS)][ &mdash; <em>(#TAGS|afficher_tags)</em>]
71      </div><!-- detail -->
72      <div class="texte">
73        <div class="extrait">[(#DESCRIPTIF|couper{300}|image_reduire{200})]
74          [<div class="detail"><a href="[(#URL_SITE)]" title="[(#URL_SITE)]">(#NOM_SITE)</a></div>]
75        </div>
76      </div>
77      <br />
78    </BOUCLE_articles_tous>
79      [<div class="pagination">
80        <div class="ligne1">
81          <div dir="#LANG_DIR">#TOTAL_BOUCLE/#GRAND_TOTAL <:articles:></div>
82        </div>
83        <div class="ligne2">
84          (#PAGINATION)
85        </div>
86      </div>]
87    </B_articles_tous>
88  <//B_site>
89  </div><!-- bloc-contenu -->
90 
91<!-- *****************************************************************
92  Menus contextuels (droite)
93  Contextual menus (right)
94    ************************************************************* -->
95  <div id="encart">
96  <INCLURE{fond=inc/inc-annonces}{lang}>
97
98    <B_syndic>
99    <!-- Tous les sites syndiques -->
100    <div class="menu">
101                #ANCRE_PAGINATION
102      <ul>
103        <li><b><:titre_sites_syndiques:></b>
104           <ul>
105             <BOUCLE_syndic(SITES) {syndication=oui} {par nom_site}{pagination 20} >
106             <li class="menu-item">
107               <a href="[(#ID_SYNDIC|generer_url_site)]"[ class="(#EXPOSE)"]>#NOM_SITE</a>
108             </li>
109             </BOUCLE_syndic>
110           </ul>
111         </li>
112    <!--[if lte IE 6]><style>#encart a{height:1em;}#encart li{height:1em; float:left; clear:both; width:100%}</style><![endif]-->
113    <!--[if IE 6]><style>#encart li{clear:none;}</style><![endif]-->
114       </ul>
115       [<p class="pagination">(#PAGINATION)</p>]
116    </div><!-- menu -->
117    </B_syndic>
118
119    <B_sites>
120    <!-- Les sites references non syndiques -->
121    <div class="menu">
122                #ANCRE_PAGINATION
123     <ul>
124        <li><b><:sites_web:></b>
125           <ul>
126            <BOUCLE_sites(SITES) {syndication=non} {par nom_site}{pagination 20} >
127             <li class="menu-item">
128               <a href="[(#ID_SYNDIC|generer_url_site)]"[ class="(#EXPOSE)"]>#NOM_SITE</a>
129             </li>
130             </BOUCLE_sites>
131           </ul>
132        </li>
133    <!--[if lte IE 6]><style>#encart a{height:1em;}#encart li{height:1em;float:left;clear:both;width:100%}</style><![endif]-->
134    <!--[if IE 6]><style>#encart li{clear:none;}</style><![endif]-->
135       </ul>
136       [<p class="pagination">(#PAGINATION)</p>]
137    </div><!-- menu -->
138    </B_sites>
139
140  </div><!-- encart -->
141<INCLURE{fond=inc/inc-menu}{lang}>
142<INCLURE{fond=inc/inc-bas} {lang}>
143</div><!-- page -->
144
145</body>
146</html>
147
148 
Note: See TracBrowser for help on using the repository browser.