# Table data my @rows = ( ['FaultFinder ID', [{ id => 'ff-job-id' }] ], ['Username', [{ id => 'searchby-user'}] ], ['Status', [{ id => 'searchby-status'}] ], ['Time', [ { id => 'searchby-date-start', label => 'begin', onchange => 'checkDate(this)', }, { id => 'searchby_date_end', label => 'end', onchange => 'checkDate(this)', }, ] ], ['', [ { id => 'right_submit_button', type => 'submit', onmousedown => "checkForm('searchForm')", value => 'Go', }, { id => 'submitted', type => 'hidden', value => 'get_existing_ff', }, ] ] );