summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage-popup.html
blob: 5248ca1345f54a3d3a3d4075a9f535705ac81383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)";