1 | <!-- |
---|---|
2 | Copyright 2009 The Go Authors. All rights reserved. |
3 | Use of this source code is governed by a BSD-style |
4 | license that can be found in the LICENSE file. |
5 | --> |
6 | |
7 | <p> |
8 | <table class="layout"> |
9 | <tr> |
10 | <th align="left">File</th> |
11 | <td width="25"> </td> |
12 | <th align="right">Bytes</th> |
13 | <td width="25"> </td> |
14 | <th align="left">Modified</th> |
15 | </tr> |
16 | <tr> |
17 | <td><a href="..">..</a></td> |
18 | </tr> |
19 | {{range .}} |
20 | <tr> |
21 | {{$name_html := fileInfoName . | html}} |
22 | <td align="left"><a href="{{$name_html}}">{{$name_html}}</a></td> |
23 | <td></td> |
24 | <td align="right">{{html .Size}}</td> |
25 | <td></td> |
26 | <td align="left">{{fileInfoTime . | html}}</td> |
27 | </tr> |
28 | {{end}} |
29 | |
30 | </table> |
31 | </p> |
32 |
Members