| Line 1... |
Line 1... |
| 1 |
<tr><td colspan=2 align="center">
|
1 |
<tr><td colspan=2 align="center">
|
| 2 |
<?
|
2 |
<?php
|
| 3 |
echo "$l_static_dhcp_title</td></tr>";
|
3 |
echo "$l_static_dhcp_title</td></tr>";
|
| 4 |
echo "<tr><td align='center' valign='middle'>";
|
4 |
echo "<tr><td width=\"50%\" align='center' valign='middle'>";
|
| 5 |
echo "<FORM action='network.php' method='POST'>";
|
5 |
echo "<FORM action='network.php' method='POST'>";
|
| 6 |
echo "<table cellspacing=2 cellpadding=3 border=1>";
|
6 |
echo "<table cellspacing=2 cellpadding=3 border=1>";
|
| 7 |
echo "<tr><th>$l_mac_address<th>$l_ip_address<th>Info<th>$l_del</tr>";
|
7 |
echo "<tr><th>$l_mac_address<th>$l_ip_address<th>Info<th>$l_del</tr>";
|
| 8 |
// Read the "ether" file
|
8 |
// Read the "ether" file
|
| 9 |
$intif = $conf["INTIF"];
|
9 |
$intif = $conf["INTIF"];
|
| Line 42... |
Line 42... |
| 42 |
if ($line_exist)
|
42 |
if ($line_exist)
|
| 43 |
{
|
43 |
{
|
| 44 |
echo "<input type='hidden' name='choix' value='del_mac'>";
|
44 |
echo "<input type='hidden' name='choix' value='del_mac'>";
|
| 45 |
echo "<input type='submit' value='$l_apply'>";
|
45 |
echo "<input type='submit' value='$l_apply'>";
|
| 46 |
}
|
46 |
}
|
| 47 |
echo "</form></td><td valign='middle' align='center'>";
|
47 |
echo "</form></td><td width=\"50%\" valign='middle' align='center'>";
|
| 48 |
echo "<FORM name='new_mac' action='network.php' method='POST'>";
|
48 |
echo "<FORM name='new_mac' action='network.php' method='POST'>";
|
| 49 |
echo "<table cellspacing=2 cellpadding=3 border=1>";
|
49 |
echo "<table cellspacing=2 cellpadding=3 border=1>";
|
| 50 |
echo "<tr><th>$l_mac_address<th>$l_ip_address<th>Info";
|
50 |
echo "<tr><th>$l_mac_address<th>$l_ip_address<th>Info";
|
| 51 |
?>
|
51 |
?>
|
| 52 |
<td></td></tr>
|
52 |
<td></td></tr>
|