[SPIP] +spip v3.0.17
[lhc/web/clavette_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} />
15 <meta name="robots" content="none" />
16 </head>
17 <body class="pas_surlignable page_404">
18 <div class="page">
19
20 <INCLURE{fond=inclure/header} />
21 <INCLURE{fond=inclure/nav,env} />
22
23 <div class="main">
24 <div class="wrapper">
25 <div class="content" id="content">
26 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <strong class="on"><:pass_erreur:></strong></p>
27
28 <div class="cartouche">
29 <h1><:pass_erreur:> [(#ENV{status, 404}|intval)]</h1>
30 </div>
31 [(#ENV{erreur}|non)
32 [(#ENV{fond_erreur}|=={article}|oui)<div class="chapo"><p><:aucun_article:></p></div>]
33 [(#ENV{fond_erreur}|=={rubrique}|oui)<div class="chapo"><p><:aucune_rubrique:></p></div>]
34 [(#ENV{fond_erreur}|=={breve}|oui)<div class="chapo"><p><:aucune_breve:></p></div>]
35 [(#ENV{fond_erreur}|=={auteur}|oui)<div class="chapo"><p><:aucun_auteur:></p></div>]
36 [(#ENV{fond_erreur}|=={site}|oui)<div class="chapo"><p><:aucun_site:></p></div>]
37 [(#ENV{fond_erreur}|=={forum}|oui)<div class="chapo"><p><:forum:aucun_message_forum:></p></div>]
38 ]
39 [<div class="chapo"><p>(#ENV{erreur})</p></div>]
40
41 </div><!--.content-->
42 </div><!--.wrapper-->
43
44 <div class="aside">
45 <INCLURE{fond=inclure/navsub} />
46 #FORMULAIRE_RECHERCHE
47 </div><!--.aside-->
48 </div><!--.main-->
49
50 <INCLURE{fond=inclure/footer,self=#SELF} />
51
52 </div><!--.page-->
53 </body>
54 </html>