summaryrefslogtreecommitdiffstats
path: root/search/templates/part.results.php
blob: b6e7bad4a2f897be9db9a426850be79b14b81c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>