diff options
Diffstat (limited to 'httemplate/elements/errorpage.html')
-rw-r--r-- | httemplate/elements/errorpage.html | 13 |
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)"; |