{@
$snmp_sheet = new snmp_sheet();
Context::addBodyClass($lang_type);
$colorset = $module_info->colorset;
$view_graph = unserialize($module_info->view_graph);
}
{@ $view_graph = array('normal','1hour','3hour','6hour','12hour','day','week','month','year','customer') }
{@ $view_graph = array() }
{@ $i = count($snmp_info) }
{@ $colorset = 'black' }
{@ $byte = 1 }
{@ $byte = 1024 }
{@ $byte = 1024*1024 }
{@ $byte = 1024*1024*1024 }
{@ $j_interval = "snmp_sheet.interval=".$group_info->schedule.";" }
{@ $j_preview = "snmp_sheet.preview='".$module_info->preview."';" }
{@ $j_colorset = "snmp_sheet.colorset='".$colorset."';" }
{@ $j_unit = "snmp_sheet.unit='".$module_info->unit."';" }
{@
$scriptCode = '
';
Context::addHTMLFooter($scriptCode);
}
{@ $graph_height = 15*count($mib_info) }