[MKDoc-commit] Added a default 404 error document

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Tue May 3 17:18:55 BST 2005


Log Message:
-----------
Added a default 404 error document

Tags:
----
mkdoc-1-6

Added Files:
-----------
    mkd/skin:
        404.en.shtml

-------------- next part --------------
--- /dev/null
+++ skin/404.en.shtml
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC 
+  "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
+
+
+<head>
+  <title>Document Not Found</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <meta http-equiv="Content-Language" content="en" />
+  <meta content="noindex, follow" name="robots" />
+  <meta content="MKDoc &#12434; 1.6, see http://www.mkdoc.org/" name="generator" />
+  <style media="screen" title="Screen style sheet" type="text/css">@import url(/.static/css/public.ltr.css);</style>
+  <style media="screen" title="Screen style sheet" type="text/css">
+    
+    
+  </style>
+
+  
+  <link rel="top" href="/" type="text/html" hreflang="en" />
+</head>
+
+  <body lang="en" xml:lang="en" dir="ltr">
+
+
+<div class="header">
+
+  <div class="no-css">
+  <p dir="ltr">
+
+    <a accesskey="S" lang="en" href="#page_content" title="Skip the navigation and jump straight to the page content [Accesskey S ]." xml:lang="en" dir="ltr">Skip Navigation</a>
+
+
+
+  </p>
+</div>
+
+  <div class="menu">
+
+  <p dir="ltr">
+
+    <a accesskey="1" lang="en" xml:lang="en" hreflang="en" dir="ltr" href="/" title="The home page [Accesskey 1 ].">Home</a>
+    
+    <bdo dir="ltr">|</bdo>
+
+    <a accesskey="3" lang="en" xml:lang="en" hreflang="en" dir="ltr" href="/.sitemap.html" title="The sitemap [Accesskey 3 ].">Sitemap</a>
+    
+
+  </p>
+</div>
+
+  <div class="search">
+  <form accept-charset="utf-8" enctype="application/x-www-form-urlencoded" action="/.search.html" method="get">
+    <p lang="en" xml:lang="en" dir="ltr">
+
+      <label for="q">
+        <span lang="en" xml:lang="en" dir="ltr">Search</span>
+      </label>
+
+      <input accesskey="4" lang="en" value="Keyword(s)" name="q" xml:lang="en" dir="ltr" onblur="if(this.value=='')this.value='Keyword(s)';" size="16" onfocus="if(this.value=='Keyword(s)')this.value='';" title="Enter your search term(s) here [Accesskey 4 ]." id="q" type="text" />
+
+      <input lang="en" value="Search" type="submit" title="Submit your search term(s) to the search engine." xml:lang="en" dir="ltr" />
+
+    </p>
+  </form>
+</div>
+
+  <div class="logo">
+
+  <a href="/" hreflang="en"><img alt="MKDoc" src="/.static/css/logo.png" border="0" />
+  </a>
+</div>
+
+  <div class="breadcrumb">
+  <p lang="en" xml:lang="en" dir="ltr">
+    <span lang="en" xml:lang="en" dir="ltr">You are here</span>
+    <bdo dir="ltr">:</bdo>
+    <span>
+      <a lang="en" href="/" xml:lang="en" hreflang="en" dir="ltr">Home</a>
+      <bdo dir="ltr">/</bdo>
+    </span>
+    <strong lang="en" xml:lang="en" dir="ltr">Document Not Found</strong>
+  </p>
+</div>
+
+</div>
+
+    <div class="content">
+
+      <h1 align="left" lang="en" xml:lang="en" dir="ltr">
+        <a name="page_content" id="page_content">Document Not Found</a>
+      </h1>
+
+          <p class="en" dir="ltr" lang="en" xml:lang="en">
+            Sorry the document you requested could not be found.
+          </p>
+
+          <!--#if expr="$HTTP_REFERER" -->
+            <p class="en" dir="ltr" lang="en" xml:lang="en">
+              The link on the
+              <a href="<!--#echo var="HTTP_REFERER" -->">referring
+              page</a> seems to be wrong or outdated. Please inform the author of
+              <a href="<!--#echo var="HTTP_REFERER" -->">that page</a>
+              about the error.
+            </p>
+          <!--#else -->
+            <p class="en" dir="ltr" lang="en" xml:lang="en">
+              If you entered the URL manually please check your
+              spelling and try again.
+            </p>
+          <!--#endif -->
+
+          <p class="en" dir="ltr" lang="en" xml:lang="en">
+            You could try using the <a href="/.sitemap.html">sitemap</a>,
+            the <a href="/">home page</a> or the search engine to find the 
+            document you are looking for.
+          </p>
+      
+
+          <!--#if expr="$SERVER_ADMIN" -->
+            <p>
+              If you want to report a problem then please contact 
+              <a href="mailto:<!--#echo var="SERVER_ADMIN" -->"><!--#echo var="SERVER_ADMIN" --></a>
+            <p>
+          <!--#endif -->
+    </div>
+
+    <div class="sidebar">
+
+    </div>
+  </body>
+</html>


More information about the MKDoc-commit mailing list