% 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';
%init>