Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(740)

Side by Side Diff: lib/godoc/dirlist.html

Issue 4750047: code review 4750047: godoc: implement http.FileSystem for zip files (Closed)
Patch Set: diff -r 85ab018b6c97 https://go.googlecode.com/hg/ Created 12 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/cmd/godoc/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2009 The Go Authors. All rights reserved. 2 Copyright 2009 The Go Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style 3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file. 4 license that can be found in the LICENSE file.
5 --> 5 -->
6 6
7 <p> 7 <p>
8 <table class="layout"> 8 <table class="layout">
9 <tr> 9 <tr>
10 <th align="left">File</th> 10 <th align="left">File</th>
11 <td width="25">&nbsp;</td> 11 <td width="25">&nbsp;</td>
12 <th align="right">Bytes</th> 12 <th align="right">Bytes</th>
13 <td width="25">&nbsp;</td> 13 <td width="25">&nbsp;</td>
14 <th align="left">Modified</th> 14 <th align="left">Modified</th>
15 </tr> 15 </tr>
16 <tr> 16 <tr>
17 <td><a href="..">..</a></td> 17 <td><a href="..">..</a></td>
18 </tr> 18 </tr>
19 {.repeated section @} 19 {.repeated section @}
20 <tr> 20 <tr>
21 » <td align="left"><a href="{Name|html-esc}{@|dir/}">{Name|html-esc}{@|dir /}</a></td> 21 » <td align="left"><a href="{@|fileInfoName}">{@|fileInfoName}</a></td>
22 <td></td> 22 <td></td>
23 » <td align="right">{Size|html-esc}</td> 23 » <td align="right">{@|fileInfoSize}</td>
24 <td></td> 24 <td></td>
25 » <td align="left">{Mtime_ns|time}</td> 25 » <td align="left">{@|fileInfoTime}</td>
26 </tr> 26 </tr>
27 {.end} 27 {.end}
28 </table> 28 </table>
29 </p> 29 </p>
OLDNEW
« no previous file with comments | « no previous file | src/cmd/godoc/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b