torrent_files

This commit is contained in:
Martijn Voncken 2008-07-11 18:48:02 +00:00
parent de49037412
commit 0624b686fa
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
$def with (torrent, error)
$:render.header(torrent.name)
<div class="panel">
<div id="torrent_files">
<h2>$_(torrent.name)</h2>
<ul>
$:render.tab_files(torrent, True)</ul>
$if error:
<div class="error">$error</div>
</form>
</div>
$:render.footer()