[% PROCESS 'elements.html'; PROCESS 'report_base.html'; %]
[% text('Time and Material Cards') %]
[% PROCESS business_classes %] [% PROCESS employee_row %] [% PROCESS date_row %]
[% text('Partnumber') %] [% PROCESS input element_data = { name = 'partnumber' value = partnumber class = 'control-code' type = 'text' size = '32' } %]
 
[% PROCESS input element_data = { name = 'oc_state' type = 'radio' checked = 'CHECKED' value = 'open' label = text('Open') } %]
[% PROCESS input element_data = { name = 'oc_state' type = 'radio' value = 'closed' label = text('Closed') } %]
[% PROCESS input element_data = { name = 'oc_state' type = 'radio' value = 'all' label = text('All') } %]
[% PROCESS button element_data = { text = text('Search') value = 'timecard_report' type = 'submit' name = '__action' class = 'submit' } %]