tahoe-lafs/src/allmydata/web/check-results.xhtml

24 lines
523 B
HTML
Raw Normal View History

<html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title>Tahoe-LAFS - Check Results</title>
2011-11-17 21:49:23 +00:00
<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 n:render="storage_index" /></h1>
<div>
<span n:render="summary" />
</div>
<div n:render="repair" />
<div n:render="results" />
<div n:render="return" />
</body>
</html>