1 | <html> |
---|
2 | <head> |
---|
3 | <title>Tahoe-LAFS - Current Uploads/Downloads</title> |
---|
4 | <link href="/webform_css" type="text/css" rel="stylesheet" /> |
---|
5 | <link href="/tahoe_css" type="text/css" rel="stylesheet" /> |
---|
6 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | <h1>Upload and Download Status</h1> |
---|
11 | |
---|
12 | |
---|
13 | <h2>Active Operations:</h2> |
---|
14 | <table class="table-headings-top"><tr> |
---|
15 | <th>Type</th> |
---|
16 | <th>Storage Index</th> |
---|
17 | <th>Helper?</th> |
---|
18 | <th>Total Size</th> |
---|
19 | <th>Progress</th> |
---|
20 | <th>Status</th> |
---|
21 | </tr><tr><td>No active operations!</td></tr></table> |
---|
22 | |
---|
23 | |
---|
24 | <h2>Recent Operations:</h2> |
---|
25 | <table class="table-headings-top"><tr> |
---|
26 | <th>Started</th> |
---|
27 | <th>Type</th> |
---|
28 | <th>Storage Index</th> |
---|
29 | <th>Helper?</th> |
---|
30 | <th>Total Size</th> |
---|
31 | <th>Progress</th> |
---|
32 | <th>Status</th> |
---|
33 | </tr><tr> |
---|
34 | <td>20:42:43 12-Aug-2010</td> |
---|
35 | <td>download</td> |
---|
36 | <td>u6h6p4mlr3j7gvp3rog4tbta5a</td> |
---|
37 | <td>No</td> |
---|
38 | <td>1.49GB</td> |
---|
39 | <td>100.0%</td> |
---|
40 | <td><a href="down-0">idle</a></td> |
---|
41 | </tr></table> |
---|
42 | |
---|
43 | <div>Return to the <a href="/">Welcome Page</a></div> |
---|
44 | |
---|
45 | </body> |
---|
46 | </html> |
---|