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

<%init>

my %opt = @_;

</%init>