tahoe-lafs/src/allmydata/web/directory.xhtml

49 lines
1.5 KiB
HTML
Raw Normal View History

<html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title n:render="title"></title>
<!-- <link href="http://www.allmydata.com/common/css/styles.css"
rel="stylesheet" type="text/css"/> -->
<link href="/webform_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"></p></h1>
<div><a href=".">Refresh this view</a></div>
<div><a href="..">Parent Directory</a></div>
<div><a href="@manifest">Manifest for this directory</a></div>
<div>To share this directory, paste the following URI string into an
"Add Shared Directory" box:
<pre class="overflow" n:render="string" n:data="share_uri" /></div>
<div>To share a transitively read-only copy, use the following URI instead:
<pre class="overflow" n:render="string" n:data="share_readonly_uri" /></div>
<table n:render="sequence" n:data="children" border="1">
<tr n:pattern="header">
<td>Filename</td>
<td>Type</td>
2007-05-04 20:07:32 +00:00
<td>Size</td>
<td>URI</td>
<td></td>
</tr>
<tr n:pattern="item" n:render="row">
<td><n:slot name="filename"/></td>
<td><n:slot name="type"/></td>
2007-05-04 20:07:32 +00:00
<td><n:slot name="size"/></td>
<td><pre class="overflow"><n:slot name="uri"/></pre></td>
<td><n:slot name="delete"/></td>
</tr>
<tr n:pattern="empty"><td>directory is empty!</td></tr>
</table>
2006-12-04 12:15:36 +00:00
<div n:render="forms"/>
<div class="results" n:render="results"/>
</body>
</html>