blob: ee2831231a26c3173d5a179ee26cc938c496b8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
</TABLE>
<TABLE <% $id %> BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
<% include('tr-title.html', @_ ) %>
<%init>
my %opt = @_;
my $id = '';
$id = 'ID="'. $opt{'table_id'}. '"' if $opt{'table_id'};
</%init>
|