blob: 344eece3143a0ada065411f670f02c24c71485c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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 slx-bold" 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>
|