source: trunk/spip/esqueleto-redcta/themes/alternatives/sommaire.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: 2.0 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)]]</title>
7                <INCLURE{fond=inc/inc-meta}{lang}>
8                <INCLURE{fond=styles}{lang}>
9</head>
10<body dir="#LANG_DIR" class="#LANG sommaire">
11<div id="page" class="sommaire">
12
13<!-- *****************************************************************
14        Bandeau, titre du site et menu langue
15        Header and main menu (top and right)
16    ************************************************************* -->
17
18  <INCLURE{fond=inc/inc-bandeau}{lang}>
19
20<!-- *****************************************************************
21        Contenu principal (centre)
22        Main content (center)
23    ************************************************************* -->
24  <div id="bloc-contenu">
25    <div class="edito">
26                <INCLURE{fond=inc/inc-sommaire-edito}{lang}>
27    </div><!-- edito -->
28   
29    <h2 class="structure"><:articles_recents:></h2>
30    <INCLURE{fond=inc/inc-sommaire-articles}{lang}{self=#SELF}>
31   
32     
33  </div><!-- bloc-contenu-->
34
35<!-- *****************************************************************
36        Menus contextuels (droite)
37        Contextual menus (right)
38    ************************************************************* -->
39  <div id="encart"> 
40
41<INCLURE{fond=inc/inc-trad}{lang}>
42
43<INCLURE{fond=inc/inc-annonces}{lang}>
44
45<INCLURE{fond=inc/inc-breves}{lang}>
46
47<INCLURE{fond=inc/inc-syndic}{lang}>
48
49    <!-- Inscription au site -->
50    [<div class="menu">
51        <ul>
52          <li><b><:pass_vousinscrire:></b>           
53            <ul>
54              <li>
55                <span><:participer_site:></span>
56                (#FORMULAIRE_INSCRIPTION)
57              </li>
58            </ul>
59          </li>
60        </ul>
61    </div><!-- menu -->]
62
63  </div><!-- encart -->
64<INCLURE{fond=inc/inc-menu}{lang}>
65<INCLURE{fond=inc/inc-bas} {lang}>
66
67</div><!-- page-->
68#SPIP_CRON
69</body>
70</html>
Note: See TracBrowser for help on using the repository browser.