Changes adopted from version 0.4
This commit is contained in:
+18
-46
@@ -11,13 +11,28 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_subnet}:</b>
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="subnetedit.php?subnet_id={subnet_id}"><img src="images/edit.gif" border="0" title="{lang_subnet_edit}"></a>
|
||||
<a href="subnetdel.php?subnet_id={subnet_id}"><img src="images/del.gif" border="0" title="{lang_subnet_del}"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_subnet}: </b>{subnet_address}/{subnet_mask}
|
||||
<b>{lang_subnet_subnetaddress}:</b> {subnet_address}/{subnet_mask}
|
||||
</td>
|
||||
<td align="right">
|
||||
{pagination}
|
||||
@@ -32,7 +47,7 @@
|
||||
<table border="0">
|
||||
<tr>
|
||||
[BLOCK iprow]
|
||||
<td><a href="{url}" onMouseOver="change('remotetext','{remotetext}')" onMouseOut="change('remotetext',' ')"><img src="images/{color}.jpg" border="0"></a></td>{tr}
|
||||
<td><a href="{url}" onMouseOver="change('remotetext','{remotetext}')" onMouseOut="change('remotetext',' ')"><img src="image.php?color={color}" border="0"></a></td>{tr}
|
||||
[END iprow]
|
||||
</tr>
|
||||
</table>
|
||||
@@ -96,15 +111,10 @@
|
||||
<td>
|
||||
[BLOCK table AS assetclassgroup]
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/grey.jpg"> {lang_unassigned}
|
||||
</td>
|
||||
</tr>
|
||||
[BLOCK assetclassgrouprow]
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/{color}.jpg"> <a href="assetclassgroupview.php?assetclassgroup_id={assetclassgroup_id}">{assetclassgroup_name}</a>
|
||||
<img src="image.php?color={color}"> <a href="assetclassgroupview.php?assetclassgroup_id={assetclassgroup_id}">{assetclassgroup_name}</a>
|
||||
</td>
|
||||
</tr>
|
||||
[END assetclassgrouprow]
|
||||
@@ -112,42 +122,4 @@
|
||||
[END table]
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
||||
<table border="0">
|
||||
[BLOCK assignlocationtosubnet]
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/arrow.gif" border="0"> <a href="assignlocationtosubnet.php?subnet_id={subnet_id}">{lang_assignlocationtosubnet}</a>
|
||||
</td>
|
||||
</tr>
|
||||
[END assignlocationtosubnet]
|
||||
[BLOCK assignvlantosubnet]
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/arrow.gif" border="0"> <a href="assignvlantosubnet.php?vlan_id={vlan_id}">{lang_assignvlantosubnet}</a>
|
||||
</td>
|
||||
</tr>
|
||||
[END assignvlantosubnet]
|
||||
[BLOCK subnetedit]
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/arrow.gif" border="0"> <a href="subnetedit.php?subnet_id={subnet_id}">{lang_subnet_edit}</a>
|
||||
</td>
|
||||
</tr>
|
||||
[END subnetedit]
|
||||
[BLOCK subnetdel]
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/arrow.gif" border="0"> <a href="subnetdel.php?subnet_id={subnet_id}">{lang_subnet_del}</a>
|
||||
</td>
|
||||
</tr>
|
||||
[END subnetdel]
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/arrow.gif" border="0"> <a href="nodelist.php?subnet_id={subnet_id}">View assigned IP addresses in subnet</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user