source: trunk/spip/esqueleto-redcta/themes/alternatives/404.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.6 KB
Line 
1#CACHE{24 * 3600}
2#HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"}
3#HTTP_HEADER{Pragma: no-cache}
4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
5        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR">
7<head>
8        <title><:pass_erreur:> 404 - [(#NOM_SITE_SPIP|textebrut)]</title>
9        <INCLURE{fond=page}{fond=styles}{lang}>
10</head>
11<body dir="#LANG_DIR">
12<div id="page">
13
14<!-- *****************************************************************
15        Entete et menu principal (haut et droite)
16        Header and main menu (top and right)
17    ************************************************************* -->
18       
19<INCLURE{fond=inc/inc-bandeau}{lang}>
20
21<div id="principal">
22       
23<!-- *****************************************************************
24        Contenu principal (centre)
25        Main content (center)
26    ************************************************************* -->
27        <div id="bloc-contenu">         
28                <div class="cartouche">
29                        <h1 class="titre-article"><:pass_erreur:> 404</h1>
30      <h2><:info_erreur_requete:> <:avis_aucun_resultat:></h2>
31      [<p>(#ENV*{erreur}|propre)</p>]
32                </div><!-- cartouche -->
33                <div class="chapo">
34                        <:avis_chemin_invalide_1:>
35                        <:avis_chemin_invalide_2:>
36                </div>
37                <div class="texte">
38
39                        <h2><:bouton_choisir:></h2> 
40                        <ul>
41                                <li>
42                                        <a href="javascript:history.back()"><:page_precedente:></a> 
43                                </li>
44                                <li>
45                                        <a href="#URL_PAGE{recherche}"><:info_rechercher:></a> 
46                                </li>
47                                <li>
48                                        <a href="#URL_SITE_SPIP"><:accueil_site:></a> 
49                                </li>
50                                <li>
51                                        <a href="#URL_PAGE{plan}"><:plan_site:></a> 
52                                </li>
53                        </ul>
54                </div>
55        </div><!-- bloc-contenu -->
56
57
58<!-- *****************************************************************
59        Menus contextuels (gauche)
60        Contextual menus (left)
61    ************************************************************* -->
62        <div id="encart">       
63
64<INCLURE{fond=inc/inc-breves}{lang}>
65
66<INCLURE{fond=inc/inc-syndic}{lang}>
67
68    <!-- Inscription au site -->
69    [<div class="menu">
70        <ul>
71          <li><b><:pass_vousinscrire:></b>           
72            <ul>
73              <li>
74                <span><:participer_site:></span>
75                (#FORMULAIRE_INSCRIPTION)
76              </li>
77            </ul>
78          </li>
79        </ul>
80    </div><!-- menu -->]
81
82        </div><!-- encart -->
83<INCLURE{fond=inc/inc-menu}{lang}>
84</div><!-- principal -->
85
86<!-- *****************************************************************
87        Pied-de-page (bas)
88        Footer (bottom)
89    ************************************************************* -->
90<INCLURE{fond=inc/inc-bas} {lang}>
91</div><!-- page -->
92
93</body>
94</html>
Note: See TracBrowser for help on using the repository browser.