white-templ: add deluge icon
This commit is contained in:
parent
dd54a6e592
commit
c1c2ce4244
Binary file not shown.
After Width: | Height: | Size: 722 B |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -3,7 +3,7 @@ $def with (title, active_tab="NONE")
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Deluge:$_('Torrent list')</title>
|
<title>Deluge:$title</title>
|
||||||
<link rel="icon" href="$base/static/images/deluge_icon.gif" type="image/gif" />
|
<link rel="icon" href="$base/static/images/deluge_icon.gif" type="image/gif" />
|
||||||
<link rel="shortcut icon" href="$base/static/images/deluge_icon.gif" type="image/gif" />
|
<link rel="shortcut icon" href="$base/static/images/deluge_icon.gif" type="image/gif" />
|
||||||
<link rel="stylesheet" type="text/css" href="$base/template_style.css" />
|
<link rel="stylesheet" type="text/css" href="$base/template_style.css" />
|
||||||
|
@ -17,6 +17,9 @@ $def with (title, active_tab="NONE")
|
||||||
<table width="100%"><tr>
|
<table width="100%"><tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="home_top">
|
<div id="home_top">
|
||||||
|
<img src="$base/static/images/deluge32.png" style="position:absolute"\>
|
||||||
|
|
||||||
|
|
||||||
<a
|
<a
|
||||||
$if 'home' == active_tab:
|
$if 'home' == active_tab:
|
||||||
class="tab_button_active"
|
class="tab_button_active"
|
||||||
|
|
Loading…
Reference in New Issue