summaryrefslogtreecommitdiff
path: root/httemplate/elements/alert.html
blob: 620588b0cf5015d0f0afaabc2566dd03d885ebe1 (plain)
1
2
3
4
% if ( $cgi->param('alert') ) { 
  <FONT SIZE="+1" COLOR="#008000"><% mt($cgi->param('alert')) |h %></FONT>
  <BR><BR>
% }