Isolate all footers into footer.html, so we can more easily change it.
[cocanwiki.git] / templates / crash.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>Bug!</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1>Bug!</h1>
11
12 <p>
13 We're sorry.  It looks like there's a bug in our system.
14 </p>
15
16 ::if(mail_sent)::
17 <p>
18 An email has been automatically sent to the server administrator who
19 will look into this.
20 </p>
21 ::else::
22 <p>
23 Please help us to fix and improve the system by contacting us and
24 telling us what you were doing when this bug message happened.
25 </p>
26 ::end::
27
28 <form>
29 <input type="button" value="&lt;&lt; Go Back" onclick="history.go (-1)">
30 </form>
31
32 <ul id="topmenu" class="menu">
33 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
34 <li> <a href="/_sitemap">Sitemap</a> </li>
35 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
36 </ul>
37
38 <div id="menu_div">
39 <ul id="bottommenu" class="menu">
40 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
41 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
42 ::end::
43 <li> <a href="/_sitemap">Sitemap</a> </li>
44 </ul>
45 </div>
46
47 ::include(footer.html)::
48 </body>
49 </html>