summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-justtitle.html
blob: 8c14d349dc011992d0b6e1a818bc8baf72007944 (plain)
1
2
3
4
5
6
7
8
9
10
11
<TR>
  <TH BGCOLOR="#e8e8e8" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
    <FONT SIZE="+1"><% $opt{value} %></FONT>
  </TH>
</TR>

<%init>

my %opt = @_;

</%init>