diff options
Diffstat (limited to 'httemplate/elements/errorpage-popup.html')
-rw-r--r-- | httemplate/elements/errorpage-popup.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/httemplate/elements/errorpage-popup.html b/httemplate/elements/errorpage-popup.html new file mode 100644 index 000000000..5248ca134 --- /dev/null +++ b/httemplate/elements/errorpage-popup.html @@ -0,0 +1,15 @@ +<% include("/elements/header-popup.html", "Error") %> + +% while (@_) { + +<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT> + +%} + +<BR><BR> +<P ALIGN="center"> +<BUTTON TYPE="button" onClick="parent.cClick();">Close</BUTTON> + +% $m->flush_buffer(); +% $HTML::Mason::Commands::m->abort(); +% #die "shouldn't fall through to here (mason \$m->abort didn't)"; |