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

74 lines
1.4 KiB

<table class="title">
<tr>
<td class="header">
<img class="icon" src="images/settings.png" alt="" />
{$lang_options}
</td>
<td align="right">
&nbsp;
</td>
</tr>
</table>
<table class="info">
<tr>
<td class="header">
{$lang_options_ipreg}
</td>
</tr>
<tr>
<td class="label">
<a href="options.php?f=pass">{$lang_options_password}</a>
</td>
</tr>
<tr>
<td class="label">
<a href="options.php?f=edit">{$lang_options_display}</a>
</td>
</tr>
{if $suser_admin || $suser_manage}
<tr>
<td class="label">
<a href="user.php">{$lang_users}</a>
</td>
</tr>
{/if}
</table>
<table class="info">
<tr>
<td class="header" colspan="2">
{$lang_options_profile}
</td>
</tr>
<tr>
<td class="label">
{$lang_user_roles}
</td>
<td class="label">
{if $role_add}
<img src="images/add.png" alt="[Add]"> {$lang_user_role_add}<br>
{/if}
{if $role_edit}
<img src="images/edit.png" alt="[Edit]"> {$lang_user_role_edit}<br>
{/if}
{if $role_edit}
<img src="images/delete.png" alt="[Del]"> {$lang_user_role_delete}<br>
{/if}
{if $role_manage}
<img src="images/manage.png" alt="[Manage]"> {$lang_user_role_manage}<br>
{/if}
{if $role_manage}
<img src="images/admin.png" alt="[Admin]"> {$lang_user_role_admin}
{/if}
</td>
</tr>
<tr>
<td class="label">
{$lang_user_realm}
</td>
<td class="label">
{$realm}
</td>
</tr>
</table>