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: 1469e3468d329f079db5258c0a0cfa56ef30d08c (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='text'></div>
					</a>
				</td>
				<td class='container'></td>
			</tr>
		</tbody>
	</table>
</div>