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.
nextcloud-server/search/templates/part.results.php

16 lines
249 B

<div id='searchresults'>
<table>
<tbody>
<tr class='template '>
<td class='type'></td>
<td class='result'>
<a>
<div class='name'></div>
<div class='text'></div>
</a>
</td>
</tr>
</tbody>
</table>
</div>