aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/bare_error.tt2
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-18 20:51:24 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-18 20:51:24 +0100
commit947eb7b8b8200e5151b91f8be1a95c1dd466732a (patch)
tree67bbd3e65c1c3711887949e1b424a2a0da618d1a /tmpl/bare_error.tt2
parent428ac342deed279d18fd6ab9d1c7ac39d0d2f03d (diff)
parent32aa8b091f439043ec2a4c7807366cb26eb9de19 (diff)
Merge branch 'master' of /home/argggh/git/lxrng/
Diffstat (limited to 'tmpl/bare_error.tt2')
-rw-r--r--tmpl/bare_error.tt220
1 files changed, 20 insertions, 0 deletions
diff --git a/tmpl/bare_error.tt2 b/tmpl/bare_error.tt2
new file mode 100644
index 0000000..03f6aeb
--- /dev/null
+++ b/tmpl/bare_error.tt2
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title id="title">LXR Error</title>
+
+ <style type="text/css">
+ div.error {
+ font-weight: bold;
+ font-style: italic;
+ color: #E04040;
+ }
+ </style>
+
+ </head>
+ <body>
+ <div class="error">[% error | html %]</div>
+ </body>
+</html>