die("{$code}"); } //end of variable checking //HTML $html = xml_def(); $html .= doctype_def(); $html .= head_start($address, 'DoOPSearch Web Server - Chordate Search Page'); $html .= doops_head_js_search($address, 'chordate', $version); $html .= head_end(); $html .= body_start('DoOPSearch Web Server'); $html .= link_start(); $html .= link_general($address); $html .= link_db($address, 'chordate', 'Chordates', $clean_version); $html .= link_end(); $html .= main_start(); $html .= content_header('Mofext Search'); $html .= content_start(); if ($clean_pattern_m) { $html .= mofext_form($address, 'chordate', $clean_version, $clean_pattern_m); } else { $html .= mofext_form($address, 'chordate', $clean_version); } $html .= content_end(); $html .= content_header('Fuzznuc Search'); $html .= content_start(); $html .= fuzznuc_form($address, 'chordate', $clean_version); $html .= content_end(); $html .= main_end(); $html .= body_end(); echo $html; //end of HTML
die("{$code}"); } //end of variable checking //HTML $html = xml_def(); $html .= doctype_def(); $html .= head_start($address, 'DoOPSearch Web Server - Plant Search Page'); $html .= doops_head_js_search($address, 'plant', $version); $html .= head_end(); $html .= body_start('DoOPSearch Web Server'); $html .= link_start(); $html .= link_general($address); $html .= link_db($address, 'plant', 'Plants', $clean_version); $html .= link_end(); $html .= main_start(); $html .= content_header('Mofext Search'); $html .= content_start(); if ($clean_pattern_m) { $html .= mofext_form($address, 'plant', $clean_version, $clean_pattern_m); } else { $html .= mofext_form($address, 'plant', $clean_version); } $html .= content_end(); $html .= content_header('Fuzznuc Search'); $html .= content_start(); $html .= fuzznuc_form($address, 'plant', $clean_version); $html .= content_end(); $html .= main_end(); $html .= body_end(); echo $html; //end of HTML