projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comments
[freeside.git]
/
httemplate
/
elements
/
tr-justtitle.html
1
<TR>
2
<TH BGCOLOR="#e8e8e8" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
3
<FONT SIZE="+1"><% $opt{value} %></FONT>
4
</TH>
5
</TR>
6
7
<%init>
8
9
my %opt = @_;
10
11
</%init>