[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / squelettes-dist / 404.html
1 #HTTP_HEADER{HTTP/1.0 #ENV{code,'404 Not Found'}}
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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
6 ]<!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie6"> <![endif]-->
7 <!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie7"> <![endif]-->
8 <!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie8"> <![endif]-->
9 <!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie9"> <![endif]-->
10 <!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js"> <!--<![endif]-->
11 <head>
12 <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
13 <title><:pass_erreur:> [(#ENV{status, 404}|textebrut)] - [(#NOM_SITE_SPIP|textebrut)]</title>
14 <INCLURE{fond=inclure/head,robots=none} />
15 </head>
16 <body class="pas_surlignable page_404">
17 <div class="page">
18
19 <INCLURE{fond=inclure/header} />
20 <INCLURE{fond=inclure/nav,env} />
21
22 <div class="main">
23 <div class="wrapper">
24 <div class="content" id="content">
25 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <strong class="on"><:pass_erreur:></strong></p>
26
27 <div class="cartouche">
28 <h1><:pass_erreur:> [(#ENV{status, 404}|intval)]</h1>
29 </div>
30 [(#ENV{erreur}|non)
31 [(#ENV{fond_erreur}|=={article}|oui)<div class="chapo"><p><:aucun_article:></p></div>]
32 [(#ENV{fond_erreur}|=={rubrique}|oui)<div class="chapo"><p><:aucune_rubrique:></p></div>]
33 [(#ENV{fond_erreur}|=={breve}|oui)<div class="chapo"><p><:aucune_breve:></p></div>]
34 [(#ENV{fond_erreur}|=={auteur}|oui)<div class="chapo"><p><:aucun_auteur:></p></div>]
35 [(#ENV{fond_erreur}|=={site}|oui)<div class="chapo"><p><:aucun_site:></p></div>]
36 [(#ENV{fond_erreur}|=={forum}|oui)<div class="chapo"><p><:forum:aucun_message_forum:></p></div>]
37 ]
38 [<div class="chapo"><p>(#ENV{erreur})</p></div>]
39
40 </div><!--.content-->
41 </div><!--.wrapper-->
42
43 <div class="aside">
44 <INCLURE{fond=inclure/navsub} />
45 #FORMULAIRE_RECHERCHE
46 </div><!--.aside-->
47 </div><!--.main-->
48
49 <INCLURE{fond=inclure/footer,self=#SELF} />
50
51 </div><!--.page-->
52 </body>
53 </html>