summaryrefslogtreecommitdiff
path: root/httemplate/elements/tablebreak-tr-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tablebreak-tr-title.html')
-rw-r--r--httemplate/elements/tablebreak-tr-title.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/elements/tablebreak-tr-title.html b/httemplate/elements/tablebreak-tr-title.html
new file mode 100644
index 0000000..ee28312
--- /dev/null
+++ b/httemplate/elements/tablebreak-tr-title.html
@@ -0,0 +1,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>