From 96b10cf810e5766ff0b27aff01af235f99668b9b Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 9 May 2008 21:51:59 +0000 Subject: re-drag address and router even farther into the century --- httemplate/elements/tr-select-table.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 httemplate/elements/tr-select-table.html (limited to 'httemplate/elements/tr-select-table.html') diff --git a/httemplate/elements/tr-select-table.html b/httemplate/elements/tr-select-table.html new file mode 100644 index 000000000..f38176274 --- /dev/null +++ b/httemplate/elements/tr-select-table.html @@ -0,0 +1,15 @@ +<% include('tr-td-label.html', @_ ) %> + + > + + <% include( '/elements/select-table.html', %opt ) %> + + + +<%init> + +my( %opt ) = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1