summaryrefslogtreecommitdiffstats
path: root/search/templates/part.results.php
blob: 4a5cdd1b3eb7248f18639f608487c30c2b953e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div id="searchresults">
	<table>
		<tbody>
			<tr class="template">
				<td class="type"></td>
				<td class="result">
					<a>
						<div class="name"></div><div class="storage"></div>
						<div class="path"></div>
						<div class="text"></div>
					</a>
				</td>
			</tr>
		</tbody>
	</table>
</div>