mirror of
https://github.com/golang/go
synced 2024-11-22 07:34:40 -07:00
202ede1240
(this was surprisingly hard to get right in HTML) - show modification times in source directory listings - various tweaks R=rsc http://go/go-review/1024024
30 lines
630 B
HTML
30 lines
630 B
HTML
<!--
|
|
Copyright 2009 The Go Authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style
|
|
license that can be found in the LICENSE file.
|
|
-->
|
|
|
|
<p>
|
|
<table class="layout">
|
|
<tr>
|
|
<th align="left">File</th>
|
|
<td width="25"> </td>
|
|
<th align="right">Bytes</th>
|
|
<td width="25"> </td>
|
|
<th align="left">Modified</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href=".." class="noline">..</a></td>
|
|
</tr>
|
|
{.repeated section @}
|
|
<tr>
|
|
<td align="left"><a href="{Name|html}" class="noline">{Name|html}</a></td>
|
|
<td></td>
|
|
<td align="right">{Size|html}</td>
|
|
<td></td>
|
|
<td align="left">{Mtime_ns|time}</td>
|
|
</tr>
|
|
{.end}
|
|
</table>
|
|
</p>
|