|
Last change
on this file was
d9005fc,
checked in by Sajith Sasidharan <sajith@…>, at 2020-06-18T01:18:14Z
|
|
Use twisted tags in check and repair results template
|
-
Property mode set to
100644
|
|
File size:
609 bytes
|
| Line | |
|---|
| 1 | <html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1"> |
|---|
| 2 | <head> |
|---|
| 3 | <title>Tahoe-LAFS - Check Results</title> |
|---|
| 4 | <link href="/tahoe.css" rel="stylesheet" type="text/css"/> |
|---|
| 5 | <link href="/icon.png" rel="shortcut icon" /> |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | |
|---|
| 10 | <h1>File Check-And-Repair Results for SI=<span t:render="storage_index" /></h1> |
|---|
| 11 | |
|---|
| 12 | <div t:render="summary" /> |
|---|
| 13 | |
|---|
| 14 | <div t:render="repair_results" /> |
|---|
| 15 | |
|---|
| 16 | <div t:render="post_repair_results" /> |
|---|
| 17 | |
|---|
| 18 | <div t:render="maybe_pre_repair_results" /> |
|---|
| 19 | |
|---|
| 20 | <div t:render="return_to" /> |
|---|
| 21 | |
|---|
| 22 | </body> |
|---|
| 23 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.