mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-17 10:20:13 +00:00
Reformat retrieve status page template
This commit is contained in:
parent
3b0ace1710
commit
d2375e4fe2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user