aboutsummaryrefslogtreecommitdiffstats
path: root/search/templates/part.results.html
blob: d82a72c1199ee93facc5a132d76544401b2bd6f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="searchresults">
	<div id="status">{message}</div>
	<table>
		<tbody>
			<tr class="template">
				<td class="icon"></td>
				<td class="info">
					<a class="link">
						<div class="name"></div>
					</a>
				</td>
			</tr>
		</tbody>
	</table>
</div>