Subversion Repositories ALCASAR

Rev

Rev 871 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 871 Rev 885
Line 32... Line 32...
32
	$l_domain		= "Noms de domaine";
32
	$l_domain		= "Noms de domaine";
33
	$l_comment_explain	= "Lien affiché dans la page d'interception";
33
	$l_comment_explain	= "Lien affiché dans la page d'interception";
34
	$l_comment_explain2	= "Laissez vide si non affiché";
34
	$l_comment_explain2	= "Laissez vide si non affiché";
35
	$l_remove		= "Retirer de la liste";
35
	$l_remove		= "Retirer de la liste";
36
	$l_trusted_ip		= "adresses IP de confiance";
36
	$l_trusted_ip		= "adresses IP de confiance";
-
 
37
	$l_trusted_equipments	= "Equipements de consultation de confiance";
37
	$l_comment		= "Commentaires";
38
	$l_comment		= "Commentaires";
38
	$l_trusted_domain_explain = "Gérez ici les noms de domaine Internet pouvant être joints sans authentification";
39
	$l_trusted_domain_explain = "Gérez ici les noms de domaine Internet pouvant être joints sans authentification";
-
 
40
	$l_trusted_equipments_explain	= "Pour gérer les équipements du réseau de consultation pouvant accéder à Internet sans aêtre interceptés : lisez la documentation d'exploitation (ch.4.7c)";
39
	$l_trusted_ip_explain	= "Gérez ici les adresses IP de systèmes ou de réseaux pouvant être joints sans authentification";
41
	$l_trusted_ip_explain	= "Gérez ici les adresses IP de systèmes ou de réseaux pouvant être joints sans authentification";
40
	$l_submit		= "Enregistrer";
42
	$l_submit		= "Enregistrer";
41
	$l_add_to_list		= "Ajouter à la liste";
43
	$l_add_to_list		= "Ajouter à la liste";
42
	$l_apply		= "Appliquer les changements";
44
	$l_apply		= "Appliquer les changements";
43
}
45
}
Line 47... Line 49...
47
	$l_domain		= "Domain names";
49
	$l_domain		= "Domain names";
48
	$l_comment_explain	= "Link displayed in intercept page";
50
	$l_comment_explain	= "Link displayed in intercept page";
49
	$l_comment_explain2	= "Let empty to not display link";
51
	$l_comment_explain2	= "Let empty to not display link";
50
	$l_remove		= "Remove from list";
52
	$l_remove		= "Remove from list";
51
	$l_trusted_ip		= "Trusted Internet domain and IP addresses";
53
	$l_trusted_ip		= "Trusted Internet domain and IP addresses";
-
 
54
	$l_trusted_equipments	= "Trusted consultation equipements";
-
 
55
	$l_trusted_equipments_explain	= "To manage consultation equipments allowed to be connected to Internet withoout interception, read exploitation documentation (ch.4.7c)";
52
	$l_comment		= "Comments";
56
	$l_comment		= "Comments";
53
	$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
57
	$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
54
	$l_trusted_ip_explain	= "Manage systems or networks IP addresses that can be joined without authentication";
58
	$l_trusted_ip_explain	= "Manage systems or networks IP addresses that can be joined without authentication";
55
	$l_submit		= "Submit";
59
	$l_submit		= "Submit";
56
	$l_add_to_list		= "Add to list";
60
	$l_add_to_list		= "Add to list";
Line 223... Line 227...
223
?>
227
?>
224
</form>
228
</form>
225
</td><td valign='middle' align='center'>
229
</td><td valign='middle' align='center'>
226
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
230
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
227
<table cellspacing=2 cellpadding=3 border=1>
231
<table cellspacing=2 cellpadding=3 border=1>
228
<tr><th><?echo"$l_domain</th><th>$l_comment_explain";?>
232
<tr><th><?echo "$l_domain</th><th>$l_comment_explain";?>
229
<td></td></tr>
233
<td></td></tr>
230
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net</td>
234
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net</td>
231
<td>My domain<br><?echo"$l_comment_explain2";?></td></tr>
235
<td>My domain<br><?echo "$l_comment_explain2";?></td></tr>
232
<tr><td><input type='text' name='add_uamdomain' size='20'></td>
236
<tr><td><input type='text' name='add_uamdomain' size='20'></td>
233
<td><input type='text' name='add_domain_comment' size='15'></td>
237
<td><input type='text' name='add_domain_comment' size='15'></td>
234
<input type='hidden' name='choix' value='new_uamdomain'>
238
<input type='hidden' name='choix' value='new_uamdomain'>
235
<td><input type='submit' value='<?echo"$l_add_to_list";?>'></td>
239
<td><input type='submit' value='<?echo "$l_add_to_list";?>'></td>
236
</tr></table>
240
</tr></table>
237
</form>
241
</form>
238
</td></tr>
242
</td></tr>
239
</table>
243
</table>
240
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
244
<table width="100%" border="0" cellspacing="0" cellpadding="0">
241
	<tr><th><?php echo $l_trusted_ip ;?></th></tr>
245
	<tr><th><?php echo "$l_trusted_ip" ;?></th></tr>
242
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
246
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
243
</TABLE>
-
 
244
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
-
 
245
</TABLE>
247
</table>
246
<table width="100%" border=1 cellspacing=0 cellpadding=1>
248
<table width="100%" border=1 cellspacing=0 cellpadding=1>
247
<tr><td colspan=2 align="center">
249
<tr><td colspan=2 align="center">
248
<?
250
<?
249
echo "$l_trusted_ip_explain</td></tr>";
251
echo "$l_trusted_ip_explain</td></tr>";
250
echo "<tr><td align='center' valign='middle'>";
252
echo "<tr><td align='center' valign='middle'>";
Line 279... Line 281...
279
	echo "<input type='submit' value='$l_apply'>";
281
	echo "<input type='submit' value='$l_apply'>";
280
	}
282
	}
281
?>
283
?>
282
</form>
284
</form>
283
</td><td valign='middle' align='center'>
285
</td><td valign='middle' align='center'>
284
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
286
<form action='<?echo "$_SERVER[PHP_SELF]"?>' method='POST'>
285
<table cellspacing=2 cellpadding=3 border=1>
287
<table cellspacing=2 cellpadding=3 border=1>
286
<tr><th><?echo"$l_trusted_ip</th><th>$l_comment";?>
288
<tr><th><?echo "$l_trusted_ip</th><th>$l_comment";?>
287
<td></td></tr>
289
<td></td></tr>
288
<tr><td>exemple1 : 170.25.23.10 <br>exemple2 : 15.20.20.0/16</td>
290
<tr><td>exemple1 : 170.25.23.10 <br>exemple2 : 15.20.20.0/16</td>
289
<td>my_web_server <br>my_dmz</td>
291
<td>my_web_server <br>my_dmz</td>
290
<tr><td><input type='text' name='add_ip' size='20'></td>
292
<tr><td><input type='text' name='add_ip' size='20'></td>
291
<td><input type='text' name='add_ip_comment' size='15'></td>
293
<td><input type='text' name='add_ip_comment' size='15'></td>
292
<input type='hidden' name='choix' value='new_ip'>
294
<input type='hidden' name='choix' value='new_ip'>
293
<td><input type='submit' value='<?echo"$l_add_to_list";?>'></td>
295
<td><input type='submit' value='<?echo "$l_add_to_list";?>'></td>
294
</tr></table>
296
</tr></table>
295
</form>
297
</form>
296
</td></tr>
298
</td></tr>
297
</table>
299
</table>
-
 
300
<table width="100%" border="0" cellspacing="0" cellpadding="0">
-
 
301
	<tr><th><?php echo "$l_trusted_equipments";?></th></tr>
-
 
302
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
-
 
303
</table>
-
 
304
<table width="100%" border=1 cellspacing=0 cellpadding=1>
-
 
305
<tr><td colspan=2 align="center">
-
 
306
<?echo "$l_trusted_equipments_explain";?>
-
 
307
</td></tr>
-
 
308
</table>
298
</BODY>
309
</BODY>
299
</HTML>
310
</HTML>