deluge/deluge/ui/webui/templates/white/torrent_info.html
2008-11-05 22:05:49 +00:00

16 lines
367 B
HTML

$def with (torrent)
$:(render.header(_(torrent.state) + '/' + torrent.name))
<div class="panel" id="torrent_info">
<div style="width:120px;height:20px;overflow:hidden;align:left;text-align:left;padding-left:20px;">
$:render.part_auto_refresh()
</div>
$for id, title, tab in detail_tabs:
<h3>$title</h3>
$:render[tab](torrent)
<br>
</div>
$:render.footer()