| Line 4... |
Line 4... |
| 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| 5 |
<TITLE>Network Filter</TITLE>
|
5 |
<TITLE>Network Filter</TITLE>
|
| 6 |
<link rel="stylesheet" href="/css/acc.css" type="text/css">
|
6 |
<link rel="stylesheet" href="/css/acc.css" type="text/css">
|
| 7 |
</HEAD>
|
7 |
</HEAD>
|
| 8 |
<body>
|
8 |
<body>
|
| - |
|
9 |
<div id="ldoverlay" class="overlay">
|
| - |
|
10 |
<div class="lds-spinner" id="spinner"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
|
| - |
|
11 |
</div>
|
| 9 |
<?
|
12 |
<?
|
| 10 |
# Choice of language
|
13 |
# Choice of language
|
| 11 |
$Language = 'en';
|
14 |
$Language = 'en';
|
| 12 |
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
15 |
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
| 13 |
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
16 |
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
| Line 184... |
Line 187... |
| 184 |
}
|
187 |
}
|
| 185 |
}
|
188 |
}
|
| 186 |
?>
|
189 |
?>
|
| 187 |
</table>
|
190 |
</table>
|
| 188 |
<input type='hidden' name='choix' value='change_port'>
|
191 |
<input type='hidden' name='choix' value='change_port'>
|
| 189 |
<input type='submit' value='<?echo"$l_save";?>'>
|
192 |
<input type='submit' onClick="document.getElementById('ldoverlay').style.display='block';" value='<?echo"$l_save";?>'>
|
| 190 |
</form></td><td valign='middle' align='center'>
|
193 |
</form></td><td valign='middle' align='center'>
|
| 191 |
<form action='protocols_filter.php' method='POST'>
|
194 |
<form action='protocols_filter.php' method='POST'>
|
| 192 |
<table cellspacing=2 cellpadding=3 border=1>
|
195 |
<table cellspacing=2 cellpadding=3 border=1>
|
| 193 |
<tr><th><?echo"$l_port<th>$l_proto"?></tr>
|
196 |
<tr><th><?echo"$l_port<th>$l_proto"?></tr>
|
| 194 |
<tr><td><input type='text' name='add_port' size='5'></td>
|
197 |
<tr><td><input type='text' name='add_port' size='5'></td>
|
| 195 |
<td><input type='text' name='add_proto' size='10'></td>
|
198 |
<td><input type='text' name='add_proto' size='10'></td>
|
| 196 |
<td><input type='hidden' name='choix' value='new_port'>
|
199 |
<td><input type='hidden' name='choix' value='new_port'>
|
| 197 |
<input type='submit' value='<?echo"$l_add_to_list";?>'></td>
|
200 |
<input type='submit' onClick="document.getElementById('ldoverlay').style.display='block';" value='<?echo"$l_add_to_list";?>'></td>
|
| 198 |
</tr></table>
|
201 |
</tr></table>
|
| 199 |
</form>
|
202 |
</form>
|
| 200 |
</td></tr>
|
203 |
</td></tr>
|
| 201 |
</TABLE>
|
204 |
</TABLE>
|
| 202 |
</BODY>
|
205 |
</BODY>
|