if (!isset($_REQUEST['i']) && count($defaultGraphs)>=1) { foreach ($defaultGraphs as $thisGraph) { ?>
} ?>
} ?>
vnStatGraphP Options
Interface:
foreach ($ifaceList as $interface) { $name = $interface; if (!empty($ifaceTitles[$interface])) { $name = $interface." - ".$ifaceTitles[$interface]; } ?>
>=$name?>
} ?>
Graph:
>Vertical summary with hours
>Horizontal summary with hours
>Summary
>Top 10
>Months
>Days
>Hours
No Header:
/>
No Edge:
/>
No Legend:
/>
Rate Unit:
/>
- Swap configured rate unit
if (isset($_REQUEST['i']) || count($defaultGraphs)==0) { $data = "i=".urlencode($iface); $data .= "&g=".$graph; if ($noHeader) { $data .= "&nh"; } if ($noEdge) { $data .= "&ne"; } if ($noLegend) { $data .= "&nl"; } if ($rateUnit) { $data .= "&ru"; } ?>
}?>