projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
$pvf isn't a global.
[freeside.git]
/
httemplate
/
elements
/
table.html
1
<%
2
my $color = shift;
3
if ( $color ) {
4
%>
5
<TABLE BGCOLOR="<%= $color %>" BORDER=1 WIDTH="100%" CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
6
<% } else { %>
7
<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">
8
<% } %>