Reformat retrieve status page template

This commit is contained in:
Sajith Sasidharan 2020-05-06 22:42:32 -04:00
parent 3b0ace1710
commit d2375e4fe2

View File

@ -1,10 +1,12 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title>Tahoe-LAFS - Mutable File Retrieve Status</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>Mutable File Retrieve Status</h1>
@ -19,6 +21,7 @@
</ul>
<h2>Retrieve Results</h2>
<ul>
<li n:render="encoding" />
<li n:render="problems" />
@ -40,4 +43,6 @@
<div>Return to the <a href="/">Welcome Page</a></div>
</body></html>
</body>
</html>