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

<%init>

my %opt = @_;
my $id = 'ID="'.$opt{id}.'"' if $opt{id};

</%init>