'; $anyfound = false; if ($searchAgents && $totalAgents > 0) { echo '
'; echo '' . __('Agents') . ''; echo sprintf(__("%d results found"), $totalAgents) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if ($searchModules && $totalModules > 0) { echo '
'; echo '' . __('Modules') . ''; echo sprintf(__("%d results found"), $totalModules) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if ($searchAlerts && $totalAlerts > 0) { echo '
'; echo '' . __('Alerts') . ''; echo sprintf(__("%d results found"), $totalAlerts) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if ($searchUsers && $totalUsers > 0) { echo '
'; echo '' . __('Users') . ''; echo sprintf(__("%d results found"), $totalUsers) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if ($searchGraphs && $totalGraphs > 0) { echo '
'; echo '' . __('Graphs') . ''; echo sprintf(__("%d results found"), $totalGraphs) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if ($searchReports && $totalReports > 0) { echo '
'; echo '' . __('Reports') . ''; echo sprintf(__("%d results found"), $totalReports) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if ($searchMaps && $totalMaps > 0) { echo '
'; echo '' . __('Maps') . ''; echo sprintf(__("%d results found"), $totalMaps) . " " . html_print_image('images/zoom.png', true, array('title' => __('Show results'))) . ""; echo '
'; $anyfound = true; } if(!$anyfound) { echo "
" . __("Zero results found") . "
\n"; } echo '
'; ?>