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
+30 -19
View File
@@ -2,25 +2,33 @@
<input type="hidden" name="del" value="asset">
<input type="hidden" name="asset_id" value="{asset_id}">
<table border="0" width="100%">
<table class="title">
<tr>
<td>
<b>{lang_asset_del}:</b>
<td class="header">
{asset_name}
</td>
<td align="right">
<input type="image" src="images/check.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>
<b>{lang_asset_name}:</b>
<td class="header">
{lang_asset}
</td>
<td>
<td class="header_right">
&nbsp;
</td>
<tr>
<td class="label">
{lang_asset_name}
</td>
<td class="value">
<a href="assetview.php?asset_id={asset_id}">{asset_name}</a>
</td>
</tr>
@@ -28,24 +36,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" title="{lang_comments}">&nbsp;{lang_comments_asset_del_nodes}
<td class="header">
<img src="image.php?icon=error" alt="{lang_warning}">
</td>
<td class="header_right">
{lang_comments_asset_del_nodes}
</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>