diff options
| author | ivan <ivan> | 2011-12-10 00:37:04 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-10 00:37:04 +0000 |
| commit | 573139dbd6c37808697bfa72a3a468bb0980d4dd (patch) | |
| tree | 17a283a66168eb36e67003f7557997a9f5bbe002 /httemplate/elements/tr-tower_sector.html | |
| parent | 4655e5f871306e9d3682974563fcb6c9656a9bd2 (diff) | |
tower tracking, RT#15538
Diffstat (limited to 'httemplate/elements/tr-tower_sector.html')
| -rw-r--r-- | httemplate/elements/tr-tower_sector.html | 24 |
1 files changed, 24 insertions, 0 deletions
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) %> + <TD <% $cell_style %>> + +% } +% + <% include( '/elements/sector.html', %opt ) %> +% +% unless ( $opt{'js_only'} ) { + + </TD> + </TR> + +% } +<%init> + +my( %opt ) = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +$opt{'label'} ||= 'Sector'; + +</%init> |
