<tr> <th align="right"><?lsmb text(form.uvc) ?></th> <td><?lsmb PROCESS $form.vci.type element_data=form.vci.input ?></td> </tr> <tr> <th align="right"><?lsmb text('To') ?></th> <td><?lsmb PROCESS input element_data={ class => 'date', name => 'todate', size => '11', title => user.dateformat, } ?></td> </tr> <tr> <th></th> <td> <?lsmb IF form.selectaccountingyear.defined ?> <?lsmb PROCESS select element_data=form.selectaccountingmonth -?> <?lsmb PROCESS select element_data=form.selectaccountingyear -?> <?lsmb END ?> </td> </tr> <tr> <th></th> <td> <?lsmb PROCESS input element_data={ type => 'radio', name => 'summary', value => '1', label => text('Summary'), checked => 'checked', } -?> <?lsmb PROCESS input element_data={ type => 'radio', name => 'summary', value => '0', label => text('Detail'), } -?> </td> </tr> <tr><td colspan="2"> <table> <tr> <th align="right"><?lsmb text('Include in Report') ?></th> <td> <table> <tr> <td> <?lsmb PROCESS input element_data={ name => 'overdue', type => 'radio', value => '0', label => text('Aged'), checked => 'checked', } -?> </td> <td> <?lsmb PROCESS input element_data={ name => 'overdue', type => 'radio', value => '1', label => text('Overdue'), } -?> </td> </tr> <tr> <td width="70"> <?lsmb PROCESS input element_data={ name => 'c0', type => 'checkbox', value => '1', label => text('Current'), checked => 'checked', } -?> </td> <td width="70"> <?lsmb PROCESS input element_data={ name => 'c30', type => 'checkbox', value => '1', label => '30', checked => 'checked', } -?> </td> <td width="70"> <?lsmb PROCESS input element_data={ name => 'c60', type => 'checkbox', value => '1', label => '60', checked => 'checked', } -?> </td> <td width="70"> <?lsmb PROCESS input element_data={ name => 'c90', type => 'checkbox', value => '1', label => '90', checked => 'checked', } -?> </td> </tr> </table> </td> </tr> </table></td> </tr>