summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-title.html')
-rw-r--r--httemplate/elements/tr-title.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html
new file mode 100644
index 0000000..af37341
--- /dev/null
+++ b/httemplate/elements/tr-title.html
@@ -0,0 +1,10 @@
+<TR>
+ <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
+</TR>
+
+<% include('tr-justtitle.html', @_) %>
+<%init>
+
+my %opt = @_;
+
+</%init>