404.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <INCLURE{fond=inclure/header} />
  20. <INCLURE{fond=inclure/nav,env} />
  21. <div class="main">
  22. <div class="wrapper">
  23. <div class="content" id="content">
  24. <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <strong class="on"><:pass_erreur:></strong></p>
  25. <div class="cartouche">
  26. <h1><:pass_erreur:> [(#ENV{status, 404}|intval)]</h1>
  27. </div>
  28. [(#ENV{erreur}|non)
  29. [(#ENV{fond_erreur}|=={article}|oui)<div class="chapo"><p><:aucun_article:></p></div>]
  30. [(#ENV{fond_erreur}|=={rubrique}|oui)<div class="chapo"><p><:aucune_rubrique:></p></div>]
  31. [(#ENV{fond_erreur}|=={breve}|oui)<div class="chapo"><p><:aucune_breve:></p></div>]
  32. [(#ENV{fond_erreur}|=={auteur}|oui)<div class="chapo"><p><:aucun_auteur:></p></div>]
  33. [(#ENV{fond_erreur}|=={site}|oui)<div class="chapo"><p><:aucun_site:></p></div>]
  34. [(#ENV{fond_erreur}|=={forum}|oui)<div class="chapo"><p><:forum:aucun_message_forum:></p></div>]
  35. ]
  36. [<div class="chapo"><p>(#ENV{erreur})</p></div>]
  37. </div><!--.content-->
  38. </div><!--.wrapper-->
  39. <div class="aside">
  40. <INCLURE{fond=inclure/navsub} />
  41. #FORMULAIRE_RECHERCHE
  42. </div><!--.aside-->
  43. </div><!--.main-->
  44. <INCLURE{fond=inclure/footer,self=#SELF} />
  45. </div><!--.page-->
  46. </body>
  47. </html>