start_form({ -action=>"/cgi-bin/ff-webclient.pl", -name=>'searchForm', -id=>'searchForm' }), fieldset( legend('Query finished/currently running jobs'), div({-class=>"instructions"},""), table({-class=>"ats"}, Tr( td([ label({-class=>'small', -for=>'ff_job_id'},'FaultFinder ID'), textfield({-name=>'ff_job_id',-id=>'ff_job_id'}) ]) ), ## end of Tr Tr( td([ label({-class=>'small', -for=>"searchby_user"},"Username"), textfield({-name=>'searchby_user',-id=>'searchby_user'}) ]) ), Tr( td([ label({-class=>'small', -for=>"searchby_status"},"Status"), textfield({-name=>'searchby_status',-id=>'searchby_status'}) ]) ), Tr( td([ label({-class=>'small', -for=>"searchby_date_start"},"Time"), "begin".br.textfield({-name=>'searchby_date_start',-id=>'searchby_date_start',-onchange=>"checkDate(this)"}). br . "end" . br . textfield({-name=>'searchby_date_end',-id=>'searchby_date_end',-onchange=>"checkDate(this)"}) ]) ), Tr( td({-colspan=>'2'}, submit({-name=>"right_submit_button",-value=>"Go",-onmousedown=>"checkForm('searchForm')"}), hidden({-name=>"submitted", -value=>"get_existing_ff"}) ) ## end of td ) ## end of Tr ) ## end of table )## end of fieldset(); )## end of second holding ) ## end of second holding td ) ## end of holding Tr ); ## end of holding table