source: trunk/src/allmydata/web/check-results.xhtml

Last change on this file was 9d104f58, checked in by Sajith Sasidharan <sajith@…>, at 2020-06-18T01:18:14Z

Use twisted tags in check results template file

  • Property mode set to 100644
File size: 549 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 Results for SI=<span t:render="storage_index" /></h1>
11
12<div>
13  <span t:render="summary" />
14</div>
15
16<div t:render="repair" />
17
18<div t:render="results" />
19
20<div t:render="return_to" />
21
22  </body>
23</html>
Note: See TracBrowser for help on using the repository browser.