<% include('tr-td-label.html', @_ ) %> % if ( $opt{'curr_value'} ne '' ) { ><% $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'} |h %> <% include('hidden.html', %opt ) %> % } else { > <% include('/elements/select-did.html', %opt ) %> % } <%init> my %opt = @_; my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';