summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage.html
diff options
context:
space:
mode:
authorjeff <jeff>2007-10-08 19:04:50 +0000
committerjeff <jeff>2007-10-08 19:04:50 +0000
commitde08f05ca3392cd47de0a144fd5938f458f2b4cc (patch)
tree7ddfaccf94a857c899524d77a096bed169ea03f5 /httemplate/elements/errorpage.html
parent2ad6056b681be4cdec55563c8889eb5afd2032ca (diff)
Remove remaining calls to idiot/eidiot. Should fix 1479
Diffstat (limited to 'httemplate/elements/errorpage.html')
-rw-r--r--httemplate/elements/errorpage.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html
new file mode 100644
index 000000000..d28055efb
--- /dev/null
+++ b/httemplate/elements/errorpage.html
@@ -0,0 +1,13 @@
+<% include("/elements/header.html", "Error processing your request") %>
+
+Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>:
+
+% while (@_) {
+
+<P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT>
+
+
+%}
+% $m->flush_buffer();
+% $HTML::Mason::Commands::m->abort();
+% #die "shouldn't fall through to here (mason \$m->abort didn't)";