v4 style
[freeside.git] / httemplate / elements / errorpage-popup.html
1 <% include("/elements/header-popup.html", "Error") %>
2
3 % while (@_) {
4
5 <P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
6
7 %}
8
9 <BR><BR>
10 <P ALIGN="center">
11 <BUTTON TYPE="button" onClick="parent.cClick();">Close</BUTTON>
12
13 % $m->flush_buffer();
14 % $HTML::Mason::Commands::m->abort();
15 % #die "shouldn't fall through to here (mason \$m->abort didn't)";