Subversion Repositories ALCASAR

Rev

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

Rev 2952 Rev 3028
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>Exceptions</TITLE>
5
<TITLE>Exceptions</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
/********************
13
/********************
11
*  TEST CONF FILES  *
14
*  TEST CONF FILES  *
12
*********************/
15
*********************/
13
$domain_allowed_list="/usr/local/etc/alcasar-uamdomain";
16
$domain_allowed_list="/usr/local/etc/alcasar-uamdomain";
Line 250... Line 253...
250
	}
253
	}
251
echo "</table>";
254
echo "</table>";
252
if ($tab)
255
if ($tab)
253
	{
256
	{
254
	echo "<input type='hidden' name='choix' value='change_uamdomain'>";
257
	echo "<input type='hidden' name='choix' value='change_uamdomain'>";
255
	echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_apply'>";
258
	echo "<input type='submit' onClick=\"this.disabled=true; document.getElementById('ldoverlay').style.display='block'; this.value='$l_load';submit();\" value='$l_apply'>";
256
	}
259
	}
257
?>
260
?>
258
</form>
261
</form>
259
</td><td valign='middle' align='center'>
262
</td><td valign='middle' align='center'>
260
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
263
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
Line 264... Line 267...
264
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net
267
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net
265
<td>exemple1 : mydomain<br><?echo "$l_comment_explain2";?><td></tr>
268
<td>exemple1 : mydomain<br><?echo "$l_comment_explain2";?><td></tr>
266
<tr><td><input type='text' name='add_uamdomain' size='20'>
269
<tr><td><input type='text' name='add_uamdomain' size='20'>
267
<td><input type='text' name='add_domain_comment' size='15'>
270
<td><input type='text' name='add_domain_comment' size='15'>
268
<input type='hidden' name='choix' value='new_uamdomain'></td>
271
<input type='hidden' name='choix' value='new_uamdomain'></td>
269
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';submit();" value='<?echo "$l_add_to_list";?>'>
272
<td><input type='submit' onClick="this.disabled=true; document.getElementById('ldoverlay').style.display='block'; this.value='<?echo $l_load;?>';submit();" value='<?echo "$l_add_to_list";?>'>
270
</tr></table>
273
</tr></table>
271
</form>
274
</form>
272
</tr>
275
</tr>
273
</table>
276
</table>
274
<table width="100%" border="0" cellspacing="0" cellpadding="0">
277
<table width="100%" border="0" cellspacing="0" cellpadding="0">
Line 306... Line 309...
306
	}
309
	}
307
echo "</table>";
310
echo "</table>";
308
if ($tab)
311
if ($tab)
309
	{
312
	{
310
	echo "<input type='hidden' name='choix' value='change_ip'>";
313
	echo "<input type='hidden' name='choix' value='change_ip'>";
311
	echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_apply'>";
314
	echo "<input type='submit' onClick=\"this.disabled=true; document.getElementById('ldoverlay').style.display='block'; this.value='$l_load';submit();\" value='$l_apply'>";
312
	}
315
	}
313
?>
316
?>
314
</form>
317
</form>
315
</td><td valign='middle' align='center'>
318
</td><td valign='middle' align='center'>
316
<form action='<?echo "$_SERVER[PHP_SELF]"?>' method='POST'>
319
<form action='<?echo "$_SERVER[PHP_SELF]"?>' method='POST'>
Line 320... Line 323...
320
<tr><td>exemple1 : 170.25.23.10 <br>exemple2 : 15.20.20.0/16</td>
323
<tr><td>exemple1 : 170.25.23.10 <br>exemple2 : 15.20.20.0/16</td>
321
<td>my_web_server <br>my_dmz<td></tr>
324
<td>my_web_server <br>my_dmz<td></tr>
322
<tr><td><input type='text' name='add_ip' size='20'></td>
325
<tr><td><input type='text' name='add_ip' size='20'></td>
323
<td><input type='text' name='add_ip_comment' size='15'>
326
<td><input type='text' name='add_ip_comment' size='15'>
324
<input type='hidden' name='choix' value='new_ip'></td>
327
<input type='hidden' name='choix' value='new_ip'></td>
325
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';submit();" value='<?echo "$l_add_to_list";?>'></td>
328
<td><input type='submit' onClick="this.disabled=true; document.getElementById('ldoverlay').style.display='block'; this.value='<?echo $l_load;?>';submit();" value='<?echo "$l_add_to_list";?>'></td>
326
</tr></table>
329
</tr></table>
327
</form>
330
</form>
328
</table>
331
</table>
329
<table width="100%" border="0" cellspacing="0" cellpadding="0">
332
<table width="100%" border="0" cellspacing="0" cellpadding="0">
330
	<tr><th><?php echo "$l_trusted_equipments";?></th></tr>
333
	<tr><th><?php echo "$l_trusted_equipments";?></th></tr>