ipreg/tpl/search.tpl

53 lines
918 B
Smarty

<table class="info">
<tr>
<td class="header">
{lang_search}
</td>
</tr>
</table>
[BLOCK nosearch]
<table class="info">
<tr>
<td class="value">
<img src="image.php?icon=error" alt="{lang_comments}">&nbsp;{lang_comments_search_nosearch}
</td>
</tr>
</table>
[END nosearch]
[BLOCK resultcount]
<table class="info">
<tr>
<td class="value">
{lang_search_results_found}&nbsp;{resultcounter}
</td>
</tr>
</table>
[END resultcount]
<p>
[BLOCK table AS asset]
<table class="info">
<tr>
<td class="header">
{item_name} ({counter})
</td>
</tr>
[BLOCK row]
<tr>
<td class="value">
<a href="{item}view.php?{item}_id={id}">{name}</a>
</td>
</tr>
[END row]
</table>
<p>
[END table]
[REUSE table AS location]
[REUSE table AS node]
[REUSE table AS subnet]
[REUSE table AS vlan]