";
echo "".__('period')."";
echo " | ";
$periods = array ();
$periods[1] = __('hour');
$periods[2] = '2 '.__('hours');
$periods[3] = '3 '.__('hours');
$periods[6] = '6 '.__('hours');
$periods[12] = '12 '.__('hours');
$periods[24] = __('last_day');
$periods[48] = __('two_days');
$periods[360] = __('last_week');
$periods[720] = __('last_month');
$periods[4320] = __('six_months');
print_select ($periods, 'period', intval ($period / 3600), '', '', 0);
echo " | ";
$stackeds = array ();
$stackeds[0] = __('Graph defined');
$stackeds[0] = __('Area');
$stackeds[1] = __('Stacked area');
$stackeds[2] = __('Line');
print_select ($stackeds, 'stacked', $stacked , '', '', -1, false, false);
echo " | ";
$zooms = array();
$zooms[0] = __('Graph defined');
$zooms[1] = __('Zoom x1');
$zooms[2] = __('Zoom x2');
$zooms[3] = __('Zoom x3');
print_select ($zooms, 'zoom', $zoom , '', '', 0);
echo " | ";
echo "";
echo " |