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.
53 lines
918 B
53 lines
918 B
<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}"> {lang_comments_search_nosearch}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
[END nosearch]
|
|
|
|
[BLOCK resultcount]
|
|
<table class="info">
|
|
<tr>
|
|
<td class="value">
|
|
{lang_search_results_found} {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] |