From 573139dbd6c37808697bfa72a3a468bb0980d4dd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 10 Dec 2011 00:37:04 +0000 Subject: tower tracking, RT#15538 --- httemplate/elements/tr-tower_sector.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 httemplate/elements/tr-tower_sector.html (limited to 'httemplate/elements/tr-tower_sector.html') diff --git a/httemplate/elements/tr-tower_sector.html b/httemplate/elements/tr-tower_sector.html new file mode 100644 index 000000000..871c7fd9c --- /dev/null +++ b/httemplate/elements/tr-tower_sector.html @@ -0,0 +1,24 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', %opt) %> + > + +% } +% + <% include( '/elements/sector.html', %opt ) %> +% +% unless ( $opt{'js_only'} ) { + + + + +% } +<%init> + +my( %opt ) = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +$opt{'label'} ||= 'Sector'; + + -- cgit v1.2.1