Subversion Repositories ALCASAR

Rev

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

Rev 2016 Rev 2134
Line 302... Line 302...
302
<body>
302
<body>
303
<table width="100%" border="0" cellspacing="0" cellpadding="0">
303
<table width="100%" border="0" cellspacing="0" cellpadding="0">
304
	<tr><th><?php echo $l_network_title; ?></th></tr>
304
	<tr><th><?php echo $l_network_title; ?></th></tr>
305
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
305
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
306
</table>
306
</table>
-
 
307
<? echo "<form action=".$_SERVER['PHP_SELF']." method='post'>";?>
307
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
308
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
308
	<tr><td valign="middle" align="left">
309
	<tr><td valign="middle" align="left">
309
	<fieldset>
310
	<fieldset>
310
	<legend><?php echo $l_internet_legend;
311
	<legend><?php echo $l_internet_legend;
311
 	if (InternetTest()){
312
 	if (InternetTest()){
Line 316... Line 317...
316
		$IP_PUB = "-.-.-.-";}
317
		$IP_PUB = "-.-.-.-";}
317
	?></legend>
318
	?></legend>
318
	<table>
319
	<table>
319
		<tr><td><?php echo $l_ip_public." : ".$IP_PUB;?></td></tr>
320
		<tr><td><?php echo $l_ip_public." : ".$IP_PUB;?></td></tr>
320
		<?php
321
		<?php
321
		echo "<form action=".$_SERVER['PHP_SELF']." method='post'>";
-
 
322
		echo "<tr><td>".$l_ip_dns1." <input style='width:120px' type='text' name='dns1' value=".$conf["DNS1"]."/></td></tr>";
322
		echo "<tr><td>".$l_ip_dns1." <input style='width:120px' type='text' name='dns1' value=".$conf["DNS1"]."/></td></tr>";
323
		echo "<tr><td>".$l_ip_dns2." <input style='width:120px' type='text' name='dns2' value=".$conf["DNS2"]."/></td></tr>";
323
		echo "<tr><td>".$l_ip_dns2." <input style='width:120px' type='text' name='dns2' value=".$conf["DNS2"]."/></td></tr>";
324
		?>
324
		?>
325
	</table>
325
	</table>
326
	</fieldset>
326
	</fieldset>
327
	</td><td>
327
	</td><td>
328
	<fieldset>
328
	<fieldset>
329
	<legend><?php echo $conf["EXTIF"].$l_extif_legend; ?></legend>
329
	<legend><?php echo $conf["EXTIF"].$l_extif_legend; ?></legend>
330
	<table>
330
	<table>
331
		<?php
331
		<?php
332
		echo "<form action=".$_SERVER['PHP_SELF']." method='post'>";
-
 
333
		echo "<tr><td>".$l_ip_address." <input style='width:150px' type='text' name='ip_public' value=".$conf['PUBLIC_IP']."/></td></tr>";
332
		echo "<tr><td>".$l_ip_address." <input style='width:150px' type='text' name='ip_public' value=".$conf['PUBLIC_IP']."/></td></tr>";
334
		echo "<tr><td>".$l_ip_router." <input style='width:120px' type='text' name='ip_gw' value=".$conf['GW']."/></td></tr>";
333
		echo "<tr><td>".$l_ip_router." <input style='width:120px' type='text' name='ip_gw' value=".$conf['GW']."/></td></tr>";
335
		?>
334
		?>
336
	</table>
335
	</table>
337
	</fieldset>
336
	</fieldset>
338
	</td><td>
337
	</td><td>
339
	<fieldset>
338
	<fieldset>
340
	<legend><?php echo $conf["INTIF"].$l_intif_legend; ?></legend>
339
	<legend><?php echo $conf["INTIF"].$l_intif_legend; ?></legend>
341
	<table>
340
	<table>
342
	<?php
341
	<?php
343
	echo "<form action=".$_SERVER['PHP_SELF']." method='post'>";
-
 
344
	echo "<tr><td>".$l_ip_address."</td><td> <input style='width:150px' type='text' name='ip_private' value=".$conf['PRIVATE_IP']." /></td></tr>";
342
	echo "<tr><td>".$l_ip_address."</td><td> <input style='width:150px' type='text' name='ip_private' value=".$conf['PRIVATE_IP']." /></td></tr>";
345
	?>
343
	?>
346
	</table>
344
	</table>
347
	</fieldset>
345
	</fieldset>
348
	</td></tr>
346
	</td></tr>
349
	<?php 
347
	<tr><td colspan="3" align="center">
350
	echo "<td><input type='submit' value='$l_apply' ></td>"; 	
348
	<?php echo "<input type='submit' value='$l_apply'>";?>
351
	echo "</form>";
349
	</td></tr>
352
	?>
-
 
353
</table>
350
</table>
-
 
351
</form>
354
<table width="100%" border="0" cellspacing="0" cellpadding="0">
352
<table width="100%" border="0" cellspacing="0" cellpadding="0">
355
	<tr><th><?php echo $l_dhcp_title;?></th></tr>
353
	<tr><th><?php echo $l_dhcp_title;?></th></tr>
356
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
354
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
357
</table>
355
</table>
358
<table width="100%" border=1 cellspacing=0 cellpadding=0>
356
<table width="100%" border=1 cellspacing=0 cellpadding=0>