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
+50 -12
View File
@@ -1,29 +1,67 @@
<table border="0">
<form method="POST" action="submit.php">
<input type="hidden" name="redirect" value="assigniptonode">
<input type="hidden" name="node_ip" value="{node_ip}">
<input type="hidden" name="subnet_id" value="{subnet_id}">
<table class="title">
<tr>
<td>
<b>{lang_ip}:</b>
<td class="header">
{lang_assigniptonode}
</td>
<td>
{ip}
<td align="right">
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{lang_cancel}"></a>
<input type="image" src="image.php?icon=next" alt="{lang_submit}">
</td>
</tr>
</table>
<p>
<table class="info">
<tr>
<td class="header">
{lang_ip}
</td>
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td>
<b>{lang_subnet}:</b>
<td class="label">
{lang_ip}
</td>
<td>
<a href="subnetview.php?subnet_id={subnet_id}&page={ip}">{subnet_address}/{subnet_mask}</a>
<td class="value">
{node_ip}
</td>
</tr>
<tr>
<td class="label">
{lang_subnet}
</td>
<td class="value">
<a href="subnetview.php?subnet_id={subnet_id}&page={node_ip}">{subnet_address}/{subnet_mask}</a>
</td>
</tr>
</table>
<p>
<table border="0">
<table class="info">
<tr>
<td>
<a href="assigniptoasset.php?subnet_id={subnet_id}&ip={ip}">{lang_assigniptoasset}</a> / <a href="nodeadd.php?subnet_id={subnet_id}&ip={ip}">{lang_node_new}</a>
<td class="header">
{lang_options}
</td>
</tr>
<tr>
<td class="value">
<input type="radio" name="action" value="assignnodetoasset" checked>&nbsp;{lang_assignnodetoasset_existing}
</td>
</tr>
<tr>
<td class="value">
<input type="radio" name="action" value="nodeadd">&nbsp;{lang_assignnodetoasset_new}
</td>
</tr>
</table>