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

<%init>

my %opt = @_;

</%init>