]> Cypherpunks repositories - gostls13.git/commitdiff
TBR
authorRobert Griesemer <gri@golang.org>
Sun, 8 Nov 2009 08:49:56 +0000 (00:49 -0800)
committerRobert Griesemer <gri@golang.org>
Sun, 8 Nov 2009 08:49:56 +0000 (00:49 -0800)
step 2: adding renamed dirlist.html again

R=rsc
http://go/go-review/1024022

lib/godoc/dirlist.html [new file with mode: 0644]

diff --git a/lib/godoc/dirlist.html b/lib/godoc/dirlist.html
new file mode 100644 (file)
index 0000000..0398007
--- /dev/null
@@ -0,0 +1,23 @@
+<!--
+       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>
+       <th width="100" align="right">Size</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 align="right">{Size|html}</td>
+</tr>
+{.end}
+</table>
+</p>