mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 23:51:07 +00:00
24 lines
549 B
HTML
24 lines
549 B
HTML
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
|
<head>
|
|
<title>Tahoe-LAFS - Check Results</title>
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
|
<link href="/icon.png" rel="shortcut icon" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
|
|
<h1>File Check Results for SI=<span t:render="storage_index" /></h1>
|
|
|
|
<div>
|
|
<span t:render="summary" />
|
|
</div>
|
|
|
|
<div t:render="repair" />
|
|
|
|
<div t:render="results" />
|
|
|
|
<div t:render="return_to" />
|
|
|
|
</body>
|
|
</html>
|