Line | |
---|
1 | <html xmlns:n="http://nevow.com/ns/nevow/0.1"><head> |
---|
2 | <title n:render="title"></title> |
---|
3 | <link href="/tahoe.css" rel="stylesheet" type="text/css"/> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
5 | </head><body class="tahoe-directory-page"> |
---|
6 | |
---|
7 | <h1 n:render="header"></h1> |
---|
8 | |
---|
9 | <div class="toolbar"> |
---|
10 | <div class="toolbar-item" n:render="welcome" /> |
---|
11 | <div class="toolbar-item"><a href=".">Refresh</a></div> |
---|
12 | |
---|
13 | <div class="toolbar-item"><a href="?t=info">More info on this directory</a></div> |
---|
14 | <div class="toolbar-item" n:render="show_readonly" /> |
---|
15 | </div> |
---|
16 | |
---|
17 | <div n:render="try_children"> |
---|
18 | <table class="tahoe-directory" n:render="sequence" n:data="children"> |
---|
19 | <tr n:pattern="header"> |
---|
20 | <th>Type</th> |
---|
21 | <th>Filename</th> |
---|
22 | <th>Size</th> |
---|
23 | <th>Times</th> |
---|
24 | <th></th> |
---|
25 | <th></th> |
---|
26 | <th></th> |
---|
27 | </tr> |
---|
28 | <tr n:pattern="item" n:render="row"> |
---|
29 | <td><n:slot name="type"/></td> |
---|
30 | <td><n:slot name="filename"/></td> |
---|
31 | <td align="right"><n:slot name="size"/></td> |
---|
32 | <td><n:slot name="times"/></td> |
---|
33 | <td><n:slot name="unlink"/></td> |
---|
34 | <td><n:slot name="rename"/></td> |
---|
35 | <td><n:slot name="info"/></td> |
---|
36 | </tr> |
---|
37 | |
---|
38 | <tr n:pattern="empty"><td colspan="9" class="empty-marker">This directory is empty.</td></tr> |
---|
39 | |
---|
40 | </table> |
---|
41 | </div> |
---|
42 | |
---|
43 | <div class="tahoe-directory-footer"> |
---|
44 | <div n:render="forms"/> |
---|
45 | |
---|
46 | <div class="results" n:render="results"/> |
---|
47 | </div> |
---|
48 | |
---|
49 | </body></html> |
---|
Note: See
TracBrowser
for help on using the repository browser.