Details | Graphs : Mini "); print_optionbar_end(); list($opta, $optb, $optc, $optd, $opte) = explode("/", $_GET['opta']); echo("
".$pw_a['cpwVcID']." | ".generate_device_link($pw_a)." | ".generate_port_link($pw_a)." | |
".generate_device_link($pw_b)." | ".generate_port_link($pw_b)." |
".$pw_a['ifAlias']." | ".$pw_b['ifAlias']." | ||||
"); if(!$optb) { $optb = "mini"; } if($pw_a) { $pw_a['width'] = "150"; $pw_a['height'] = "30"; $pw_a['from'] = $day; $pw_a['to'] = $now; $pw_a['bg'] = $bg; $types = array('bits','pkts','errors'); foreach($types as $graph_type) { $pw_a['graph_type'] = $graph_type; generate_port_thumbnail($pw_a); } } echo(" | "); if($pw_b) { $pw_b['width'] = "150"; $pw_b['height'] = "30"; $pw_b['from'] = $day; $pw_b['to'] = $now; $pw_b['bg'] = $bg; $types = array('bits','pkts','errors'); foreach($types as $graph_type) { $pw_b['graph_type'] = $graph_type; generate_port_thumbnail($pw_b); } } echo(" |