blob: 3ad241dd56a07911914a38be80641460b7d2407e (
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">{{lang_back}} «</a>
|