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

41 lines
751 B

[BLOCK nosearch]
<table border="0">
<tr>
<td>
<img src="images/warning.gif">&nbsp;{lang_warning_search_nosearch}
</td>
</tr>
</table>
[END nosearch]
[BLOCK table AS asset]
<table border="0">
<tr>
<td>
<b>{item_name}&nbsp;{lang_search_found}&nbsp;({counter}):</b>
</td>
</tr>
[BLOCK row]
<tr>
<td>
<a href="{item}view.php?{item}_id={id}">{name}</a>
</td>
</tr>
[END row]
</table>
[END table]
[REUSE table AS location]
[REUSE table AS node]
[REUSE table AS subnet]
[REUSE table AS vlan]
[BLOCK resultcount]
<table border="0">
<tr>
<td>
<b>{lang_search_results_found}</b>:&nbsp;{resultcounter}
</td>
</tr>
</table>
[END resultcount]