Line 222... |
Line 222... |
222 |
}
|
222 |
}
|
223 |
echo "</table>";
|
223 |
echo "</table>";
|
224 |
if ($tab)
|
224 |
if ($tab)
|
225 |
{
|
225 |
{
|
226 |
echo "<input type='hidden' name='choix' value='change_uamdomain'>";
|
226 |
echo "<input type='hidden' name='choix' value='change_uamdomain'>";
|
227 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_apply'>";
|
227 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_apply'>";
|
228 |
}
|
228 |
}
|
229 |
?>
|
229 |
?>
|
230 |
</form>
|
230 |
</form>
|
231 |
</td><td valign='middle' align='center'>
|
231 |
</td><td valign='middle' align='center'>
|
232 |
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
|
232 |
<form action='<?echo"$_SERVER[PHP_SELF]"?>' method='POST'>
|
Line 236... |
Line 236... |
236 |
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net
|
236 |
<tr><td>exemple1 : www.mydomain.com <br>exemple2 : .yourdomain.net
|
237 |
<td>exemple1 : mydomain<br><?echo "$l_comment_explain2";?><td></tr>
|
237 |
<td>exemple1 : mydomain<br><?echo "$l_comment_explain2";?><td></tr>
|
238 |
<tr><td><input type='text' name='add_uamdomain' size='20'>
|
238 |
<tr><td><input type='text' name='add_uamdomain' size='20'>
|
239 |
<td><input type='text' name='add_domain_comment' size='15'>
|
239 |
<td><input type='text' name='add_domain_comment' size='15'>
|
240 |
<input type='hidden' name='choix' value='new_uamdomain'>
|
240 |
<input type='hidden' name='choix' value='new_uamdomain'>
|
241 |
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';" value='<?echo "$l_add_to_list";?>'>
|
241 |
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';submit();" value='<?echo "$l_add_to_list";?>'>
|
242 |
</tr></table>
|
242 |
</tr></table>
|
243 |
</form>
|
243 |
</form>
|
244 |
</tr>
|
244 |
</tr>
|
245 |
</table>
|
245 |
</table>
|
246 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
246 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
Line 278... |
Line 278... |
278 |
}
|
278 |
}
|
279 |
echo "</table>";
|
279 |
echo "</table>";
|
280 |
if ($tab)
|
280 |
if ($tab)
|
281 |
{
|
281 |
{
|
282 |
echo "<input type='hidden' name='choix' value='change_ip'>";
|
282 |
echo "<input type='hidden' name='choix' value='change_ip'>";
|
283 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_apply'>";
|
283 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_apply'>";
|
284 |
}
|
284 |
}
|
285 |
?>
|
285 |
?>
|
286 |
</form>
|
286 |
</form>
|
287 |
</td><td valign='middle' align='center'>
|
287 |
</td><td valign='middle' align='center'>
|
288 |
<form action='<?echo "$_SERVER[PHP_SELF]"?>' method='POST'>
|
288 |
<form action='<?echo "$_SERVER[PHP_SELF]"?>' method='POST'>
|
Line 292... |
Line 292... |
292 |
<tr><td>exemple1 : 170.25.23.10 <br>exemple2 : 15.20.20.0/16</td>
|
292 |
<tr><td>exemple1 : 170.25.23.10 <br>exemple2 : 15.20.20.0/16</td>
|
293 |
<td>my_web_server <br>my_dmz<td></tr>
|
293 |
<td>my_web_server <br>my_dmz<td></tr>
|
294 |
<tr><td><input type='text' name='add_ip' size='20'></td>
|
294 |
<tr><td><input type='text' name='add_ip' size='20'></td>
|
295 |
<td><input type='text' name='add_ip_comment' size='15'></td>
|
295 |
<td><input type='text' name='add_ip_comment' size='15'></td>
|
296 |
<input type='hidden' name='choix' value='new_ip'>
|
296 |
<input type='hidden' name='choix' value='new_ip'>
|
297 |
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';" value='<?echo "$l_add_to_list";?>'></td>
|
297 |
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';submit();" value='<?echo "$l_add_to_list";?>'></td>
|
298 |
</tr></table>
|
298 |
</tr></table>
|
299 |
</td></tr>
|
299 |
</td></tr>
|
300 |
</table>
|
300 |
</table>
|
301 |
</form>
|
301 |
</form>
|
302 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
302 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|