Make the 404 page more informative - it now actually performs the
[cocanwiki.git] / templates / page_404.html
1 ::if(have_results)::
2
3 ::if(have_titles)::
4 <div id="titles">
5 <ul id="titles">
6 ::table(titles)::
7 <li>
8   <a href="/::url_html_tag::">::title_html::</a>
9   <span class="last_modified_date">- Last change: ::last_modified_html::</span>
10 </li>
11 ::end::
12 </ul>
13 </div>
14 ::end::
15
16 ::if(have_contents)::
17 <ul id="contents">
18 ::table(contents)::
19 <li>
20   <a href="/::url_html_tag::">::title_html::</a>
21   ::if(have_sectionname)::
22     (<a href="/::url_html_tag::#::linkname_html_tag::">::sectionname_html::</a>)
23   ::end:: <br/>
24   <span class="content">::content::</span> <br/>
25   <span class="last_modified_date">Last change: ::last_modified_html::</span>
26 </li>
27 ::end::
28 </ul>
29 ::end::
30
31 ::else::
32
33 <p>
34 <strong>There are no similar pages found.</strong>
35 </p>
36
37 <p>
38 Some tips for finding what you want:
39 </p>
40
41 <ul>
42 <li> Use fewer words. </li>
43 <li> <a href="/_sitemap">Try browsing the sitemap.</a> </li>
44 <li> <a href="http://www.google.com/search?q=site&#58;::canonical_hostname_url::+::query_url::">Try using Google to find similar pages.</a>
45 </ul>
46
47 ::end::
48
49 <script type="text/javascript"><!--
50 var img = document.getElementById ("searching_img");
51 img.style.display = "none";
52 //--></script>
53
54 ::include(footer.html)::
55 </body>
56 </html>