aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_publiclink/templates/index.php
blob: 9e238452603d81d4cb125bd6d09a0554c8a8eaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<p class="nav">
	<?php echo($_['breadcrumb']); ?>
</p>
<table cellspacing="0">
	<thead>
		<tr>
			<th><input type="checkbox" id="select_all" /></th>
			<th>Name</th>
			<th>Size</th>
			<th>Modified</th>
			<th></th>
		</tr>
	</thead>
	<tbody id="fileList">
		<?php echo($_['fileList']); ?>
	</tbody>
</table>