IP Reg is a IPAM tool to keep track of assets, nodes (IP addresses, MAC addresses, DNS aliases) within different subnets, over different locations or even VLAN's. Written in PHP, used with a MySQL-database to have a unique insight in your local network.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ipreg/tpl/assetclassgroup.tpl

29 lines
714 B

<table class="title">
<tr>
<td class="header">
{lang_assetclassgroups} ({assetclassgroup_counter})
</td>
<td align="right">
<a href="assetclassgroupadd.php"><img src="image.php?icon=add" alt="{lang_assetclassgroup_add}"></a>
</td>
</tr>
</table>
<p>
[BLOCK assetclassgroup_table AS assetclassgroup_table]
<table class="info">
<tr>
<td class="header">
{lang_assetclassgroup_name}
</td>
</tr>
[BLOCK assetclassgroup_row]
<tr>
<td class="label">
<a href="assetclassgroupview.php?assetclassgroup_id={assetclassgroup_id}">{assetclassgroup_name}</a>
</td>
</tr>
[END assetclassgroup_row]
</table>
[END assetclassgroup_table]