summaryrefslogtreecommitdiffstats
path: root/search/templates/part.results.php
blob: 451df7b143f7187e6b818be1594924439d51ab34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="searchresults">
	<!-- p>{message}</p -->
	<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>