Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.results.php « templates « search - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>