summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/custom-filelist.html
blob: 20cedfda0d6818bdab498411c0cbb90c0ed5d52d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<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="4">{{name}}</td>
		{{/isdir}}
		{{^isdir}}
			<td class="fileEntry">
				{{name}}
				{{#linkTarget}}
				-&gt;
				<span class="text-nowrap">{{linkTarget}}</span>
				{{/linkTarget}}
			</td>
			<td class="text-nowrap">{{user}}{{#user}}{{#group}}/{{/group}}{{/user}}{{group}}</td>
			<td class="text-nowrap">{{userId}}:{{groupId}}</td>
			<td class="text-nowrap">
				{{^linkTarget}}
				{{size}}
				{{/linkTarget}}
			</td>
		{{/isdir}}
	</tr>
	{{/files}}
</table>
<a class="btn btn-primary btn-sm" href="?do=SysConfig">{{lang_back}} &laquo;</a>