git.sophuwu.com > cdn   
              0
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
             {{ define "filelabel" }}
<a href="{{ .Url }}" id="{{ .Name }}" class="filelabel">
		<span class="icon">{{ .Icon }}</span>
		<span class="file-name">{{ .Name }}</span>
		<span class="right" >{{ .Size }}</span>
		<span class="right timestr" title="{{ .Mod.Full }}">{{ .Mod.Short }}</span>
		<input type="hidden" class="mod-time" value="{{ .ModUnix }}" />
		<input type="hidden" class="size" value="{{ .SizeN }}" />
</a>
{{ end }}