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 | <!-- 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 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 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 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 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 | <title><:pass_erreur:> [(#ENV{code, 404}|textebrut)] - [(#NOM_SITE_SPIP|textebrut)]</title> |
---|
13 | <INCLURE{fond=inclure/head} /> |
---|
14 | <meta name="robots" content="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 | #FORMULAIRE_RECHERCHE |
---|
22 | |
---|
23 | <div class="container"> |
---|
24 | <div class="content" id="content"> |
---|
25 | <p class="breadcrumb"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> > <strong class="on"><:pass_erreur:></strong></p> |
---|
26 | |
---|
27 | <div class="cartouche"> |
---|
28 | <h1><:pass_erreur:> [(#ENV{code, 404}|intval)]</h1> |
---|
29 | </div> |
---|
30 | [<div class="chapo"><p>(#ENV{erreur})</p></div>] |
---|
31 | |
---|
32 | </div><!--.content--> |
---|
33 | </div><!--.container--> |
---|
34 | |
---|
35 | <div class="aside"> |
---|
36 | <INCLURE{fond=inclure/rubriques} /> |
---|
37 | </div><!--.aside--> |
---|
38 | |
---|
39 | <INCLURE{fond=inclure/footer, skel=#SQUELETTE} /> |
---|
40 | |
---|
41 | </div><!--.page--> |
---|
42 | </body> |
---|
43 | </html> |
---|