blob: 3d2a079b815b8426105c26e66868c01b6407f3b1 (
plain) (
tree)
|
|
<input type="hidden" name="modid" value="{{modid}}">
<input type="hidden" name="token" value="{{token}}">
<table class="table table-bordered table-condensed">
{{#files}}
<tr>
{{#isdir}}
<td class="fileEntry isdir" colspan="2">{{name}}</td>
{{/isdir}}
{{^isdir}}
<td class="fileEntry">{{name}}</td>
<td>{{size}}</td>
{{/isdir}}
</tr>
{{/files}}
</table>
<a class="btn btn-primary btn-sm" href="?do=SysConfig">Zurück «</a>
|