Fixed up to work with mod_caml 1.3.0-2.
[cocanwiki.git] / templates / page_404.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Page not found</title>
5 <meta name="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 ::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::
9 </head><body>
10
11 <h1>Page not found</h1>
12
13 <p>
14 Search our site for this page:
15 </p>
16
17 <form method="post" action="/_bin/search.cmo">
18 <p>
19 <input name="q" value="::search_terms_html_tag::" size="50"/>
20 <input type="submit" value="Search"/>
21 </p>
22 </form>
23
24 <ul id="topmenu" class="menu">
25 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
26 <li> <a href="/_sitemap">Sitemap</a> </li>
27 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
28 </ul>
29
30 <div id="menu_div">
31 <ul id="bottommenu" class="menu">
32 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
33 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
34 ::end::
35 <li> <a href="/_sitemap">Sitemap</a> </li>
36 </ul>
37 </div>
38
39 <div id="footer_div">
40 <hr/>
41
42 <ul id="footer" class="menu">
43 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
44 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
45 </ul>
46 </div>
47
48 </body>
49 </html>