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.
<table class="title">
<tr>
<td class="header">
<img class="icon" src="images/user.png" alt="" />
{ $user_name }
</td>
<td align="right">
<a href="useredit.php?user_id= { $user - > id } "><img src="images/user_edit.png" alt=" { $lang_user_edit } "></a>
<a href="userdel.php?user_id= { $user - > id } "><img src="images/user_delete.png" alt=" { $lang_user_del } "></a>
</td>
</tr>
</table>
<table class="info">
<tr>
<td class="header">
{ $lang_user }
</td>
<td class="header_right">
</td>
</tr>
<tr>
<td class="label">
{ $lang_user_name }
</td>
<td class="value">
<a href="userview.php?user_id= { $user - > id } "> { $user - > name } </a>
</td>
</tr>
<tr>
<td class="label">
{ $lang_user_displayname }
</td>
<td class="value">
{ $user - > displayname }
</td>
</tr>
<tr>
<td class="label">
{ $lang_user_realm }
</td>
<td class="value">
{ $user - > realm }
</td>
</tr>
<tr>
<td class="label">
{ $lang_user_roles }
</td>
<td class="value">
{ if in_array ( 'add' , $user - > role ) }
<img src="images/page_add.png" alt=" { $lang_user_role_add } " { if $suser_tooltips } title=" { $lang_user_role_add } " { /if } />
{ /if }
{ if in_array ( 'edit' , $user - > role ) }
<img src="images/page_edit.png" alt=" { $lang_user_role_edit } " { if $suser_tooltips } title=" { $lang_user_role_edit } " { /if } />
{ /if }
{ if in_array ( 'delete' , $user - > role ) }
<img src="images/page_delete.png" alt=" { $lang_user_role_delete } " { if $suser_tooltips } title=" { $lang_user_role_delete } " { /if } />
{ /if }
{ if in_array ( 'manage' , $user - > role ) }
<img src="images/manage.png" alt=" { $lang_user_role_manage } " { if $suser_tooltips } title=" { $lang_user_role_manage } " { /if } />
{ /if }
{ if in_array ( 'admin' , $user - > role ) }
<img src="images/admin.png" alt=" { $lang_user_role_admin } " { if $suser_tooltips } title=" { $lang_user_role_admin } " { /if } />
{ /if }
</td>
</tr>
</table>