Reformat download status page template

This commit is contained in:
Sajith Sasidharan 2020-05-11 13:14:10 -04:00
parent 538503c0f8
commit a203f9c8d8

View File

@ -1,10 +1,12 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>Tahoe-LAFS - File Download Status</title> <title>Tahoe-LAFS - File Download Status</title>
<link href="/tahoe.css" rel="stylesheet" type="text/css"/> <link href="/tahoe.css" rel="stylesheet" type="text/css"/>
<link href="/icon.png" rel="shortcut icon" /> <link href="/icon.png" rel="shortcut icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head> </head>
<body> <body>
<h1>File Download Status</h1> <h1>File Download Status</h1>
@ -21,7 +23,9 @@
<div n:render="events"></div> <div n:render="events"></div>
<div n:render="results"> <div n:render="results">
<h2>Download Results</h2> <h2>Download Results</h2>
<ul> <ul>
<li n:render="servers_used" /> <li n:render="servers_used" />
<li>Servermap: <span n:render="servermap" /></li> <li>Servermap: <span n:render="servermap" /></li>
@ -55,4 +59,5 @@
<div>Return to the <a href="/">Welcome Page</a></div> <div>Return to the <a href="/">Welcome Page</a></div>
</body> </body>
</html> </html>