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/options.tpl

70 lines
1.1 KiB

<table border="0">
<tr>
<td>
<b>{lang_options_ipreg}</b>
</td>
</tr>
</table>
<table border="0">
<tr>
<td>
<a href="assetclass.php">{lang_assetclasses}</a>
</td>
</tr>
<tr>
<td>
<a href="assetclassgroup.php">{lang_assetclassgroups}</a>
</td>
</tr>
<tr>
<td>
<a href="assigniptoasset.php">{lang_assigniptoasset}</a>
</td>
</tr>
<tr>
<td>
<a href="assignlocationtosubnet.php">{lang_assignlocationtosubnet}</a>
</td>
</tr>
<tr>
<td>
<a href="assignvlantosubnet.php">{lang_assignvlantosubnet}</a>
</td>
</tr>
<tr>
<td>
<a href="userclassauth.php">{lang_userclassauth}</a>
</td>
</tr>
<tr>
<td>
<a href="user.php">{lang_users}</a>
</td>
</tr>
<tr>
<td>
<a href="userclass.php">{lang_userclasses}</a>
</td>
</tr>
</table>
<p>
<table border="0">
<tr>
<td>
<b>Personal options</b>
</td>
</tr>
<tr>
<td>
<a href="userpassedit.php">{lang_options_password_edit}</a>
</td>
</tr>
</table>
<p>