summaryrefslogtreecommitdiff
path: root/httemplate/view/elements/tr.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/elements/tr.html')
-rw-r--r--httemplate/view/elements/tr.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/elements/tr.html b/httemplate/view/elements/tr.html
new file mode 100644
index 0000000..e2ec7d4
--- /dev/null
+++ b/httemplate/view/elements/tr.html
@@ -0,0 +1,9 @@
+<TR>
+ <TD ALIGN="right"><% $opt{'label'} %></TD>
+ <TD BGCOLOR="#ffffff"><% $opt{'value'} %></TD>
+</TR>
+<%init>
+
+my %opt = @_;
+
+</%init>