mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
torrent_files
This commit is contained in:
parent
de49037412
commit
0624b686fa
1 changed files with 14 additions and 0 deletions
14
deluge/ui/webui/templates/deluge/torrent_files.html
Normal file
14
deluge/ui/webui/templates/deluge/torrent_files.html
Normal 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()
|
Loading…
Add table
Reference in a new issue