summaryrefslogtreecommitdiff
path: root/httemplate/elements/table.html
blob: 8152b65d801fe457ad3bb84bec59b89092489b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
%
%   my $color = shift;
%   if ( $color ) {
%

    <TABLE BGCOLOR="<% $color %>" BORDER=1 WIDTH="100%" CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
% } else { 

    <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
% }