summaryrefslogtreecommitdiff
path: root/templates/error.html
blob: f8bd2a4d931154d081fc3f3b3650b29063127e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:py="http://genshi.edgewall.org/"
	xmlns:i18n="http://genshi.edgewall.org/i18n"
	xmlns:sub="http://local.sublab.org/subdap/xmlns-templates"
	xmlns:xi="http://www.w3.org/2001/XInclude">
 <xi:include href="layout.xi"/>
 <head>
  <title>exception</title>
 </head>
 <body id="error">
  <img src="static/fire.png" alt="subdap"/>
  <div id="cont" i18n:msg="exception">
   <h1>broken!</h1>
   <p><code>subdap.exe</code> has detected a problem and had to be terminated.
    Please send an error report to <code>equinox ! diac24 ! net</code>.</p>
   <pre>${details}</pre>
  </div>
 </body>
</html>