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
+18 -9
View File
@@ -3,26 +3,35 @@
<input type="hidden" name="node_id" value="{node_id}">
<input type="hidden" name="asset_id" value="{asset_id}">
<table border="0" width="100%">
<table class="title">
<tr>
<td>
<b>{lang_node_del}:</b><br>
<td class="header">
{node_ip}
</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_ip}:</b>
<td class="header">
{lang_node}
</td>
<td>
<a href="nodeview.php?node_id={node_id}">{ip}</a>
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td class="label">
{lang_ip}
</td>
<td class="value">
<a href="nodeview.php?node_id={node_id}">{node_ip}</a>
</td>
</tr>
</table>