Another critical bug fix.
[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 </head><body>
8
9 <h1>Bug!</h1>
10
11 <p>
12 We're sorry.  It looks like there's a bug in our system.
13 </p>
14
15 ::if(mail_sent)::
16 <p>
17 An email has been automatically sent to the server administrator who
18 will look into this.
19 </p>
20 ::else::
21 <p>
22 Please help us to fix and improve the system by contacting us and
23 telling us what you were doing when this bug message happened.
24 </p>
25 ::end::
26
27 <form>
28 <input type="button" value="&lt;&lt; Go Back" onclick="history.go (-1)">
29 </form>
30
31 <ul id="topmenu" class="menu">
32 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
33 <li> <a href="/_sitemap">Sitemap</a> </li>
34 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
35 </ul>
36
37 <div id="menu_div">
38 <ul id="bottommenu" class="menu">
39 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
40 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
41 ::end::
42 <li> <a href="/_sitemap">Sitemap</a> </li>
43 </ul>
44 </div>
45
46 <div id="footer_div">
47 <hr/>
48
49 <ul id="footer" class="menu">
50 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
51 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
52 </ul>
53 </div>
54
55 </body>
56 </html>