aboutsummaryrefslogtreecommitdiffstats
path: root/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.html')
-rw-r--r--templates/error.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html
new file mode 100644
index 0000000..5c1d0f1
--- /dev/null
+++ b/templates/error.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+ <title>Error</title>
+ <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
+ </head>
+ <body>
+ <TMPL_IF NAME=message><p class="error"><b><TMPL_VAR NAME=message></b></p></TMPL_IF>
+
+ <p>
+ <TMPL_IF NAME=email>
+ If you think it is a bug, please report it to
+ <a href="mailto:<TMPL_VAR NAME=email>"><TMPL_VAR NAME=email></a>.
+ </TMPL_IF>
+ </p>
+
+ <hr/>
+ <TMPL_IF NAME=url><p><a href="<TMPL_VAR NAME=url>">Back</a></p></TMPL_IF>
+ </body>
+</html>