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

<%init>

my %opt = @_;

</%init>