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.
60 lines
1.3 KiB
60 lines
1.3 KiB
<form method="POST" action="submit.php">
|
|
<input type="hidden" name="del" value="subnet">
|
|
<input type="hidden" name="subnet_id" value="{subnet_id}">
|
|
|
|
<table class="title">
|
|
<tr>
|
|
<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 class="label">
|
|
{lang_subnet_subnetaddress}/{lang_subnet_mask}
|
|
</td>
|
|
<td class="value">
|
|
<a href="subnetview.php?subnet_id={subnet_id}">{subnet_address}/{subnet_mask}</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
|
|
[BLOCK node_table AS node_table]
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
<img src="image.php?icon=comment" alt="{lang_comments}"> {lang_comments_asset_del_nodes}
|
|
</td>
|
|
<td class="header_right">
|
|
|
|
</td>
|
|
</tr>
|
|
[BLOCK node_row]
|
|
<tr>
|
|
<td class="label">
|
|
{lang_ip}
|
|
</td>
|
|
<td class="value">
|
|
<a href="nodeview.php?node_id={node_id}">{node_ip}</a>
|
|
</td>
|
|
</tr>
|
|
[END node_row]
|
|
</table>
|
|
[END node_table]
|
|
|
|
</form> |