Changes adopted from version 0.4

This commit is contained in:
2023-02-13 09:56:14 +01:00
parent 8d00ee5e1b
commit faf5f368f5
152 changed files with 4971 additions and 1379 deletions
+16 -12
View File
@@ -1,14 +1,23 @@
<form method="POST" action="submit.php">
<input type="hidden" name="add" value="subnet">
<table border="0">
<tr>
<td colspan="2">
<b>{lang_subnet_add}:</b><br>
</td>
</tr>
<table border="0" width="100%">
<tr>
<td>
{lang_subnet_address}:
<b>{lang_subnet_add}:</b><br>
</td>
<td align="right">
<input type="image" src="images/save.gif" title="{lang_submit}">
</td>
</tr>
</table>
<p>
<table border="0">
<tr>
<td>
{lang_subnet_subnetaddress}:
</td>
<td>
<input type="text" name="subnet_address">
@@ -22,10 +31,5 @@
<input type="text" name="subnet_mask" size="2">&nbsp;(8-30)
</td>
</tr>
<tr>
<td colspan="2" align="right">
<input type="submit" value="{lang_subnet}"><input type="reset" value="{lang_reset}">
</td>
</tr>
</table>
</form>