mirror of
https://github.com/golang/go
synced 2024-11-12 03:00:22 -07:00
acfd6d5f05
- change the various url-xxx formatters to return a relative URL path - make the leading '/' for URLs explicit in the template - on the way change some |html formatters to |html-esc (html should only be used for formatting AST nodes) R=rsc, r CC=golang-dev https://golang.org/cl/740041
30 lines
628 B
HTML
30 lines
628 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="..">..</a></td>
|
|
</tr>
|
|
{.repeated section @}
|
|
<tr>
|
|
<td align="left"><a href="{Name|html-esc}{@|dir/}">{Name|html-esc}{@|dir/}</a></td>
|
|
<td></td>
|
|
<td align="right">{Size|html-esc}</td>
|
|
<td></td>
|
|
<td align="left">{Mtime_ns|time}</td>
|
|
</tr>
|
|
{.end}
|
|
</table>
|
|
</p>
|