\n"; echo "
\n"; echo "\n"; start_table(); if ($table=="platform") { } else if ($table=="app") { } else if ($table=="app_version") { print_checkbox("Show XML Docs", "show_xml_docs", $show_xml_docs); } else if ($table=="host") { print_checkbox("Show Aggregate Information", "show_aggregate", $show_aggregate); if ($show_aggregate) { $result = mysql_query("select sum(d_total) as tot_sum, sum(d_free) as free_sum, " . "sum(m_nbytes) as tot_mem " . $query); $disk_info = mysql_fetch_object($result); printf( "
\n" . "Sum of total disk space on these hosts: " . $disk_info->tot_sum/(1024*1024*1024) . " GB" . "
" . "Sum of available disk space on these hosts: " . $disk_info->free_sum/(1024*1024*1024) . " GB" . "
" . "Sum of memory on these hosts: " . $disk_info->tot_mem/(1024*1024) . " MB" . "
" ); } } else if ($table=="workunit") { print_checkbox("Show XML fields", "show_xml_docs", $show_xml_docs); } else if ($table=="result") { echo "