Query $table table\n"; echo "
\n"; echo "

\n"; echo "\n"; start_table(); switch($table){ case "platform": break; case "app": break; case "app_version": print_detail_field(); print_query_field(); break; case "host": echo " Show Aggregate Information "; print_checkbox("", "show_aggregate", $show_aggregate); echo " "; print_detail_field(); print_query_field(); break; case "workunit": print_detail_field(); print_query_field(); echo "\n"; break; case "result": echo "Server state "; server_state_select(); echo "\n"; //print_text_field( "Batch number:", "batch", $batch ); echo "Outcome"; outcome_select(); echo "\n"; echo "Client state"; client_state_select(); echo "\n"; echo "Validate state"; validate_state_select(); echo "\n"; echo "Sort by"; result_sort_select(); sort_order_select(); echo "\n"; print_detail_field(); print_query_field(); break; case "team": print_query_field(); break; case "user": print_query_field(); break; default: echo "Unknown table name\n"; exit(); } row2("Number of entries to show", ""); row2("", "\n"); end_table(); echo "

\n"; print_describe_table($table, 4); admin_page_tail(); ?>