You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
805 B
42 lines
805 B
<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">
|
|
<tr>
|
|
<td>
|
|
<b>{lang_subnet_del}</b>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>{lang_subnet}:</b>
|
|
</td>
|
|
<td>
|
|
<a href="subnetview.php?subnet_id={subnet_id}">{subnet_address}/{subnet_mask}</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
|
|
[BLOCK table AS node]
|
|
<table border="0">
|
|
<tr>
|
|
<td colspan="2">
|
|
<img src="images/comments.gif"> {lang_comments_asset_del_nodes}
|
|
</td>
|
|
</tr>
|
|
[BLOCK noderow]
|
|
<tr>
|
|
<td>
|
|
<b>{lang_ip}:</b>
|
|
</td>
|
|
<td>
|
|
<a href="nodeview.php?node_id={node_id}">{ip}</a>
|
|
</td>
|
|
</tr>
|
|
[END noderow]
|
|
</table>
|
|
[END table]
|
|
|
|
</form> |