Update URL Reset

Lists » '); $menu_options = array('basic' => 'Basic', 'detail' => 'Detail'); $sep = ""; foreach ($menu_options as $option => $text) { echo($sep); if ($vars['format'] == "list_".$option) { echo(""); } echo('' . $text . ''); if ($vars['format'] == "list_".$option) { echo(""); } $sep = " | "; } ?> | Graphs » 'Bits', 'processor' => 'CPU', 'mempool' => 'Memory', 'uptime' => 'Uptime'); $sep = ""; foreach ($menu_options as $option => $text) { echo($sep); if ($vars['format'] == 'graph_'.$option) { echo(""); } echo('' . $text . ''); if ($vars['format'] == 'graph_'.$option) { echo(""); } $sep = " | "; } ?>
'')).'">Restore Search'); } else { echo('Remove Search'); } echo(" | "); if($vars['bare'] == "yes") { echo('Restore Header'); } else { echo('Remove Header'); } ?>
".$device['hostname']." - ".$interface['ifDescr']."\ \ ', CENTER, LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >". " "); } } } } else { echo(''); if($subformat = "detail") { echo(''); } foreach (dbFetchRows($query, $sql_param) as $device) { if (device_permitted($device['device_id'])) { if (!$location_filter || ((get_dev_attrib($device,'override_sysLocation_bool') && get_dev_attrib($device,'override_sysLocation_string') == $location_filter) || $device['location'] == $location_filter)) { if($subformat == "detail") { include("includes/hostbox.inc.php"); } else { include("includes/hostbox-basic.inc.php"); } } } } echo("
DeviceOperating SystemPlatformUptime/Location
"); } ?>