2011-04-18 12:19:50 +04:00
|
|
|
<p class="nav">
|
|
|
|
<?php echo($_['breadcrumb']); ?>
|
|
|
|
</p>
|
|
|
|
<table cellspacing="0">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th><input type="checkbox" id="select_all" /></th>
|
2011-06-20 02:17:49 +04:00
|
|
|
<th><?php echo $l->t( 'Name' ); ?></th>
|
|
|
|
<th><?php echo $l->t( 'Size' ); ?></th>
|
|
|
|
<th><?php echo $l->t( 'Modified' ); ?></th>
|
2011-04-18 12:19:50 +04:00
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="fileList">
|
|
|
|
<?php echo($_['fileList']); ?>
|
|
|
|
</tbody>
|
|
|
|
</table>
|