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
+35 -17
View File
@@ -1,17 +1,32 @@
<form method="POST" action="submit.php">
<input type="hidden" name="del" value="subnet">
<input type="hidden" name="subnet_id" value="{subnet_id}">
<table border="0">
<table class="title">
<tr>
<td>
<b>{lang_subnet_del}</b>
<td class="header">
{lang_subnet_del}
</td>
<td align="right">
<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 class="info">
<tr>
<td class="header">
{lang_subnet}
</td>
</tr>
<tr>
<td>
<b>{lang_subnet}:</b>
<td class="label">
{lang_subnet_subnetaddress}/{lang_subnet_mask}
</td>
<td>
<td class="value">
<a href="subnetview.php?subnet_id={subnet_id}">{subnet_address}/{subnet_mask}</a>
</td>
</tr>
@@ -19,24 +34,27 @@
<p>
[BLOCK table AS node]
<table border="0">
[BLOCK node_table AS node_table]
<table class="info">
<tr>
<td colspan="2">
<img src="images/comments.gif">&nbsp;{lang_comments_asset_del_nodes}
<td class="header">
<img src="image.php?icon=comment" alt="{lang_comments}">&nbsp;{lang_comments_asset_del_nodes}
</td>
<td class="header_right">
&nbsp;
</td>
</tr>
[BLOCK noderow]
[BLOCK node_row]
<tr>
<td>
<b>{lang_ip}:</b>
<td class="label">
{lang_ip}
</td>
<td>
<a href="nodeview.php?node_id={node_id}">{ip}</a>
<td class="value">
<a href="nodeview.php?node_id={node_id}">{node_ip}</a>
</td>
</tr>
[END noderow]
[END node_row]
</table>
[END table]
[END node_table]
</form>