Changes adopted from version 0.5

This commit is contained in:
2023-02-13 10:42:09 +01:00
parent faf5f368f5
commit 76ccecca7f
198 changed files with 10261 additions and 5068 deletions
+25 -11
View File
@@ -1,36 +1,50 @@
<form method="POST" action="submit.php">
<input type="hidden" name="add" value="vlan">
<table border="0" width="100%">
<table class="title">
<tr>
<td>
<b>{lang_vlan_add}:</b>
<td class="header">
{lang_vlan_add}
</td>
<td align="right">
<input type="image" src="images/save.gif" title="{lang_submit}">
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=cancel" alt="{lang_cancel}"></a>
<input type="image" src="image.php?icon=save" alt="{lang_submit}">
</td>
</tr>
</table>
<p>
<table border="0">
<table class="info">
<tr>
<td>
{lang_vlan_name}:
<td class="header">
{lang_vlan}
</td>
<td>
</tr>
<tr>
<td class="label">
{lang_vlan_name}
</td>
<td class="value">
<input type="text" name="vlan_name">
</td>
</tr>
<tr>
<td>
{lang_vlan_number}:
<td class="label">
{lang_vlan_number}
</td>
<td>
<td class="value">
<input type="text" name="vlan_number" size="3">
</td>
</tr>
<tr>
<td class="label">
{lang_vlan_info}
</td>
<td class="value">
<textarea name="vlan_info" cols="30" rows="10"></textarea>
</td>
</tr>
</table>
</form>