1 % foreach my $option ( @{ $opt{options} } ) { #just arrayref for now
3 <% include('tr-td-label.html', @_, label=> $labels->{$option} || $option ) %>
6 <% include('radio.html', @_, value=> $option ) %>
16 my $labels = $opt{'option_labels'} || $opt{'labels'};
18 my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';