'); } echo(" " . $type_text[$type] .""); if ($_GET['opta'] == $type) { echo(""); } $sep = " | "; } print_optionbar_end(); if (is_file("pages/device/routing/".mres($_GET['opta']).".inc.php")) { include("pages/device/routing/".mres($_GET['opta']).".inc.php"); } else { foreach ($datas as $type) { if ($type != "overview") { if(is_file("pages/device/routing/overview/".mres($type).".inc.php")) { $g_i++; if (!is_integer($g_i/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; } echo('
'); echo('
'.$type_text[$type].'
'); include("pages/device/routing/overview/".mres($type).".inc.php"); echo('
'); } else { $graph_title = $type_text[$type]; $graph_type = "device_".$type; include("includes/print-device-graph.php"); } } } } ?>