summaryrefslogtreecommitdiffstats
path: root/search/templates/part.results.php
blob: 9e39a1c2c8ba07dd5f44c61fb89411e246607557 (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>