Removed the diff_sidebyside preference for now. It had a really
[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><span>Bug!</span></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 ::include(footer.html)::
33 </body>
34 </html>