2019-11-05 06:38:43 +00:00
|
|
|
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
2007-06-27 02:55:21 +00:00
|
|
|
<head>
|
2019-11-05 06:38:43 +00:00
|
|
|
<title t:render="title"></title>
|
2011-11-17 21:49:23 +00:00
|
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
2011-12-17 03:32:01 +00:00
|
|
|
<link href="/icon.png" rel="shortcut icon" />
|
2007-06-27 02:55:21 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2019-11-05 06:38:43 +00:00
|
|
|
<meta t:render="refresh" />
|
2007-06-27 02:55:21 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2019-11-05 06:38:43 +00:00
|
|
|
<h1><p t:render="header"></p></h1>
|
2007-06-27 02:55:21 +00:00
|
|
|
|
2019-11-05 06:38:43 +00:00
|
|
|
<h2 t:render="reload" />
|
2007-06-27 02:55:21 +00:00
|
|
|
|
2019-11-05 06:38:43 +00:00
|
|
|
<table t:render="items">
|
|
|
|
<tr t:pattern="header">
|
2008-10-07 04:36:18 +00:00
|
|
|
<td>Path</td>
|
|
|
|
<td>cap</td>
|
2007-06-27 02:55:21 +00:00
|
|
|
</tr>
|
2019-11-05 06:38:43 +00:00
|
|
|
<tr t:render="item">
|
|
|
|
<td><t:slot name="path"/></td>
|
|
|
|
<td><t:slot name="cap"/></td>
|
2007-06-27 02:55:21 +00:00
|
|
|
</tr>
|
|
|
|
|
2019-11-05 06:38:43 +00:00
|
|
|
<tr t:render="empty"><td>no items in the manifest!</td></tr>
|
2007-06-27 02:55:21 +00:00
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|