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.
43 lines
786 B
43 lines
786 B
[BLOCK nosearch]
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<img src="images/comments.gif" title="{lang_comments}"> {lang_comments_search_nosearch}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
[END nosearch]
|
|
|
|
[BLOCK resultcount]
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<b>{lang_search_results_found}: {resultcounter}</b>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
[END resultcount]
|
|
|
|
<p>
|
|
|
|
[BLOCK table AS asset]
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<b>{item_name} {lang_search_found} ({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] |