<table class="table table-hover table-sm table-responsive tableBodyScroll">
|
<thead>
|
<tr class="datei-zeile-ueberschrift">
|
<th colspan="2">Name</th>
|
<th>Größe</th>
|
<th>Art</th>
|
<th>geändert</th>
|
</tr>
|
</thead>
|
<tbody>
|
{{#files}}
|
<tr class="datei-zeile">
|
<td class="datei-elem"><i class="{{ typeClass }}"></i></td>
|
<td class="dateiname">{{ fileName }}</td>
|
<td>{{ fileSize }}</td>
|
<td>{{ fr.mimetype }}</td>
|
<td>{{ fileDate }}</td>
|
</tr>
|
{{/files}}
|
</tbody>
|
</table>
|