Detail level"; echo " "; } function print_query_field() { echo " Additional clauses "; } $first = 1; $title = table_title($table); page_head($title); echo "
\n"; echo "

\n"; echo "\n"; start_table(); if ($table=="platform") { } else if ($table=="app") { } else if ($table=="app_version") { print_checkbox("Hide XML Docs", "hide_xml_docs", $hide_xml_docs); } else if ($table=="host") { print_checkbox("Show Aggregate Information", "show_aggregate", $show_aggregate); print_detail_field(); } else if ($table=="workunit") { print_checkbox("Hide XML fields", "hide_xml_docs", $hide_xml_docs); } else if ($table=="result") { echo "Server state "; result_server_state_select(); echo "\n"; //print_text_field( "Batch number:", "batch", $batch ); echo "Outcome"; result_outcome_select(); echo "\n"; echo "Client state"; result_client_state_select(); echo "\n"; row2("Hide XML fields", ""); row2("Hide result stderr", ""); row2("Hide times", ""); echo "Sort by"; result_sort_select(); echo "\n"; print_detail_field(); print_query_field(); } else if ($table=="team") { } else if ($table=="user") { } else { echo "Unknown table name\n"; exit(); } row2("Number of entries to show", ""); row2("", "\n"); end_table(); echo "

\n"; page_tail(); ?>