summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-08 00:49:56 -0800
committerRobert Griesemer <gri@golang.org>2009-11-08 00:49:56 -0800
commita3ecf8e134e98c1e79c8e850dbf1fb2f917ce08f (patch)
treed83f08f7a66f861f6de5bbeb9039f7b56d9b546a
parenta1de22f58cda5b53b2ab968f293b1d66b6bb57eb (diff)
downloadgolang-a3ecf8e134e98c1e79c8e850dbf1fb2f917ce08f.tar.gz
TBR
step 2: adding renamed dirlist.html again R=rsc http://go/go-review/1024022
-rw-r--r--lib/godoc/dirlist.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/godoc/dirlist.html b/lib/godoc/dirlist.html
new file mode 100644
index 000000000..03980078f
--- /dev/null
+++ b/lib/godoc/dirlist.html
@@ -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>