|
|
@@ -16,12 +16,12 @@ print_reports_submenu($page_url);
|
|
|
?>
|
|
|
<div id="cont">
|
|
|
<form action="index-full.php" method="post">
|
|
|
-Группа: <?php print_ou_select($db_link,'ou',$rou); ?>
|
|
|
-Начало: <input type="date" name="date_start" value="<?php echo $date1; ?>" />
|
|
|
-Конец: <input type="date" name="date_stop" value="<?php echo $date2; ?>" />
|
|
|
-Шлюз: <?php print_gateway_select($db_link, 'gateway', $rgateway); ?>
|
|
|
-Отображать:<?php print_row_at_pages('rows',$displayed); ?>
|
|
|
-<input type="submit" value="OK">
|
|
|
+<?php echo WEB_cell_ou; ?>: <?php print_ou_select($db_link,'ou',$rou); ?>
|
|
|
+<?php echo WEB_log_start_date; ?>: <input type="date" name="date_start" value="<?php echo $date1; ?>" />
|
|
|
+<?php echo WEB_log_stop_date; ?>: <input type="date" name="date_stop" value="<?php echo $date2; ?>" />
|
|
|
+<?php echo WEB_cell_gateway; ?>: <?php print_gateway_select($db_link, 'gateway', $rgateway); ?>
|
|
|
+<?php print WEB_rows_at_page." "; print_row_at_pages('rows',$displayed); ?>
|
|
|
+<input type="submit" value="<?php echo WEB_btn_show; ?>">
|
|
|
</form>
|
|
|
|
|
|
<?php
|
|
|
@@ -68,13 +68,13 @@ print_navigation($page_url,$page,$displayed,$count_records[0],$total);
|
|
|
print "<br><br>\n";
|
|
|
print "<table class=\"data\" cellspacing=\"1\" cellpadding=\"4\">\n";
|
|
|
print "<tr align=\"center\">\n";
|
|
|
-print "<td ><b><a href=index-full.php?sort=login&order=$new_order>Логин</a></b></td>\n";
|
|
|
-print "<td ><b><a href=index-full.php?sort=ip&order=$new_order>IP</a></b></td>\n";
|
|
|
-print "<td ><b>Gate</b></td>\n";
|
|
|
-print "<td ><b><a href=index-full.php?sort=tin&order=$new_order>Входящий</a></b></td>\n";
|
|
|
-print "<td ><b><a href=index-full.php?sort=tout&order=$new_order>Исходящий<a></b></td>\n";
|
|
|
-print "<td ><b><a href=index-full.php?sort=pin&order=$new_order>Max in, pkt/s</a></b></td>\n";
|
|
|
-print "<td ><b><a href=index-full.php?sort=pout&order=$new_order>Max out, pkt/s<a></b></td>\n";
|
|
|
+print "<td ><b><a href=index-full.php?sort=login&order=$new_order>".WEB_cell_login."</a></b></td>\n";
|
|
|
+print "<td ><b><a href=index-full.php?sort=ip&order=$new_order>".WEB_cell_ip."</a></b></td>\n";
|
|
|
+print "<td ><b>".WEB_cell_gateway."</b></td>\n";
|
|
|
+print "<td ><b><a href=index-full.php?sort=tin&order=$new_order>".WEB_title_input."</a></b></td>\n";
|
|
|
+print "<td ><b><a href=index-full.php?sort=tout&order=$new_order>".WEB_title_output."<a></b></td>\n";
|
|
|
+print "<td ><b><a href=index-full.php?sort=pin&order=$new_order>".WEB_title_maxpktin."</a></b></td>\n";
|
|
|
+print "<td ><b><a href=index-full.php?sort=pout&order=$new_order>".WEB_title_maxpktout."<a></b></td>\n";
|
|
|
print "</tr>\n";
|
|
|
|
|
|
$total_in = 0;
|
|
|
@@ -100,7 +100,7 @@ while (list ($s_login,$s_ou_id,$u_id,$s_ip,$s_auth_id, $s_router_id, $traf_day_i
|
|
|
print "</tr>\n";
|
|
|
}
|
|
|
print "<tr align=center align=center class=\"tr1\" onmouseover=\"className='tr2'\" onmouseout=\"className='tr1'\">\n";
|
|
|
-print "<td class=\"data\" colspan=2><b>Итого</b></td>\n";
|
|
|
+print "<td class=\"data\" colspan=2><b>".WEB_title_itog."</b></td>\n";
|
|
|
print "<td class=\"data\"><b></b></td>\n";
|
|
|
print "<td class=\"data\"><b>" . fbytes($total_in) . "</b></td>\n";
|
|
|
print "<td class=\"data\"><b>" . fbytes($total_out) . "</b></td>\n";
|