summaryrefslogtreecommitdiff
path: root/httemplate/elements/table.html
blob: 3b61087197f64b0d88f856224f90bac5378a0bd6 (plain)
1
2
3
4
5
6
7
8
<%
   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">
<% } %>