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

<%init>

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

</%init>