Refresh Capabilities
no items in the manifest!
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<html
xmlns:n
="
http://nevow.com/ns/nevow/0.1
"
>
<head>
<title
n:render
="
title
"
/>
<!-- <link href="http://www.allmydata.com/common/css/styles.css" rel="stylesheet" type="text/css"/> -->
<link
href
="
/tahoe_css
"
rel
="
stylesheet
"
type
="
text/css
"
/>
<meta
http-equiv
="
Content-Type
"
content
="
text/html; charset=utf-8
"
/>
...
</head>
<body>
<h1>
<p
n:render
="
header
"
/>
...
</h1>
<table
n:render
="
sequence
"
n:data
="
items
"
border
="
1
"
>
<tr
n:pattern
="
header
"
>
<td>
Refresh Capabilities
</td>
...
</tr>
<tr
n:pattern
="
item
"
n:render
="
row
"
>
<td>
<n:slot
name
="
refresh_capability
"
/>
...
</td>
...
</tr>
<tr
n:pattern
="
empty
"
>
<td>
no items in the manifest!
</td>
...
</tr>
...
</table>
...
</body>
...
</html>