Subversion Repositories ALCASAR

Rev

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

Rev 912 Rev 925
Line 50... Line 50...
50
	$l_comment_explain	= "Link displayed in intercept page";
50
	$l_comment_explain	= "Link displayed in intercept page";
51
	$l_comment_explain2	= "Let empty to not display link";
51
	$l_comment_explain2	= "Let empty to not display link";
52
	$l_remove		= "Remove from list";
52
	$l_remove		= "Remove from list";
53
	$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";
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)";
55
	$l_trusted_equipments_explain	= "To manage consultation equipments allowed to be connected to Internet without interception, read exploitation documentation (ch.4.7c)";
56
	$l_comment		= "Comments";
56
	$l_comment		= "Comments";
57
	$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";
58
	$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";
59
	$l_submit		= "Submit";
59
	$l_submit		= "Submit";
60
	$l_add_to_list		= "Add to list";
60
	$l_add_to_list		= "Add to list";
Line 230... Line 230...
230
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
230
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
231
<table cellspacing=2 cellpadding=3 border=1>
231
<table cellspacing=2 cellpadding=3 border=1>
232
<tr align='center'><td bgcolor='#d0ddb0'><?echo "$l_domain<td bgcolor='#d0ddb0'>$l_comment_explain";?>
232
<tr align='center'><td bgcolor='#d0ddb0'><?echo "$l_domain<td bgcolor='#d0ddb0'>$l_comment_explain";?>
233
<td></tr>
233
<td></tr>
234
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net
234
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net
235
<td>My domain<br><?echo "$l_comment_explain2";?><td></tr>
235
<td>exemple1 : mydomain<br><?echo "$l_comment_explain2";?><td></tr>
236
<tr><td><input type='text' name='add_uamdomain' size='20'>
236
<tr><td><input type='text' name='add_uamdomain' size='20'>
237
<td><input type='text' name='add_domain_comment' size='15'>
237
<td><input type='text' name='add_domain_comment' size='15'>
238
<input type='hidden' name='choix' value='new_uamdomain'>
238
<input type='hidden' name='choix' value='new_uamdomain'>
239
<td><input type='submit' value='<?echo "$l_add_to_list";?>'>
239
<td><input type='submit' value='<?echo "$l_add_to_list";?>'>
240
</tr></table>
240
</tr></table>