'); $datas = array('System','Network'); if(!$_GET['opta']) { $_GET['opta'] = strtolower($datas[0]); } print_optionbar_start('', ''); $sep = ""; foreach ($datas as $texttype) { $type = strtolower($texttype); echo($sep); if ($_GET['opta'] == $type) { echo(""); echo(''); } else { echo(''); } echo(" " . $texttype ."\n"); if ($_GET['opta'] == $type) { echo(""); } $sep = " | "; } unset ($sep); print_optionbar_end(); #echo('
'); include_dir("/html/pages/device/graphs/".mres($_GET['opta'])); #if ($config['os'][$device['os']]['group']) { $os_group = $config['os'][$device['os']]['group']; } #if (is_file($config['install_dir'] . "/html/pages/device/graphs/os-".$device['os'].".inc.php")) { # /// OS Specific # include($config['install_dir'] . "/html/pages/device/graphs/os-".$device['os'].".inc.php"); #} elseif ($os_group && is_file($config['install_dir'] . "/html/pages/device/graphs/os-".$os_group.".inc.php")) { # /// OS Group Specific # include($config['install_dir'] . "/html/pages/device/graphs/os-".$os_group.".inc.php"); #} else { # echo("No graph definitions found for OS " . $device['os'] . "!"); #} # echo("
"); ?>