deluge/plugins/WebUi/templates/advanced/torrent_info_inner.html

16 lines
496 B
HTML

$def with (torrent)
<!--for iframe in javascript mode.-->
<html><head>
<html>
<head>
<title>Deluge:$torrent.name</title>
<link rel="icon" href="/static/images/deluge_icon.gif" type="image/gif" />
<link rel="shortcut icon" href="/static/images/deluge_icon.gif" type="image/gif" />
<link rel="stylesheet" type="text/css" href="/static/simple_site_style.css" />
</head>
<body class="inner">
<!--[Tab :Details] [Tab : Files] [Tab : Peers]-->
$:render.tab_meta(torrent)
$:render.footer()