adding just a title with no blank space above
authorivan <ivan>
Sun, 13 Apr 2008 10:21:21 +0000 (10:21 +0000)
committerivan <ivan>
Sun, 13 Apr 2008 10:21:21 +0000 (10:21 +0000)
httemplate/elements/tr-justtitle.html [new file with mode: 0644]

diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html
new file mode 100644 (file)
index 0000000..7839a8c
--- /dev/null
@@ -0,0 +1,11 @@
+<TR>
+  <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+    <FONT SIZE="+1"><% $opt{value} %></FONT>
+  </TH>
+</TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>