mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +00:00
[WebUI] Cleanup of css files
* Consistent indent and line endings * Remove unused redo icon * Minify extensions css
This commit is contained in:
parent
1700b75cfe
commit
069d820d39
10 changed files with 1485 additions and 1487 deletions
|
@ -1,37 +1,37 @@
|
||||||
html, body {
|
html, body {
|
||||||
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
color: Black;
|
color: Black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove dotted line on buttons in Firefox */
|
/* remove dotted line on buttons in Firefox */
|
||||||
button::-moz-focus-inner {
|
button::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-main-panel {
|
.x-deluge-main-panel {
|
||||||
background-image: url('../icons/deluge.png') !important;
|
background-image: url('../icons/deluge.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tbar-deluge-text.x-item-disabled * {
|
#tbar-deluge-text.x-item-disabled * {
|
||||||
color:black !important;
|
color:black !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tbar-deluge-text.x-item-disabled {
|
#tbar-deluge-text.x-item-disabled {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.deluge-torrents td, .x-deluge-peers td {
|
.deluge-torrents td, .x-deluge-peers td {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ button::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
.deluge-torrents .deluge-torrent-progress {
|
.deluge-torrents .deluge-torrent-progress {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icon classes */
|
/* Icon classes */
|
||||||
|
@ -67,33 +67,33 @@ button::-moz-focus-inner {
|
||||||
|
|
||||||
/* Torrent Details */
|
/* Torrent Details */
|
||||||
#torrentDetails dl, dl.singleline {
|
#torrentDetails dl, dl.singleline {
|
||||||
float: left;
|
float: left;
|
||||||
min-height: 120px;
|
min-height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#torrentDetails dl dt, dl.singleline dt {
|
#torrentDetails dl dt, dl.singleline dt {
|
||||||
float: left;
|
float: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#torrentDetails dl dd, dl.singleline dd {
|
#torrentDetails dl dd, dl.singleline dd {
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.singleline dt {
|
dl.singleline dt {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.singleline dd {
|
dl.singleline dd {
|
||||||
margin-left: 85px;
|
margin-left: 85px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-plugins {
|
.x-deluge-plugins {
|
||||||
background: White;
|
background: White;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Torrent Details - Status Tab */
|
/* Torrent Details - Status Tab */
|
||||||
|
@ -102,7 +102,7 @@ dl.singleline dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-status {
|
.x-deluge-status {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-status dd.downloaded,
|
.x-deluge-status dd.downloaded,
|
||||||
|
@ -110,25 +110,25 @@ dl.singleline dd {
|
||||||
.x-deluge-status dd.share,
|
.x-deluge-status dd.share,
|
||||||
.x-deluge-status dd.announce,
|
.x-deluge-status dd.announce,
|
||||||
.x-deluge-status dd.tracker_status {
|
.x-deluge-status dd.tracker_status {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-status dd.downspeed,
|
.x-deluge-status dd.downspeed,
|
||||||
.x-deluge-status dd.upspeed,
|
.x-deluge-status dd.upspeed,
|
||||||
.x-deluge-status dd.eta,
|
.x-deluge-status dd.eta,
|
||||||
.x-deluge-status dd.pieces {
|
.x-deluge-status dd.pieces {
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-status dd.active_time,
|
.x-deluge-status dd.active_time,
|
||||||
.x-deluge-status dd.seeding_time,
|
.x-deluge-status dd.seeding_time,
|
||||||
.x-deluge-status dd.seed_rank,
|
.x-deluge-status dd.seed_rank,
|
||||||
.x-deluge-status dd.time_added {
|
.x-deluge-status dd.time_added {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
.x-deluge-status dd.last_seen_complete {
|
.x-deluge-status dd.last_seen_complete {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Torrent Details - Details Tab */
|
/* Torrent Details - Details Tab */
|
||||||
|
@ -137,7 +137,7 @@ dl.singleline dd {
|
||||||
#torrentDetails dd.tracker,
|
#torrentDetails dd.tracker,
|
||||||
#torrentDetails dd.path,
|
#torrentDetails dd.path,
|
||||||
#torrentDetails dd.comment {
|
#torrentDetails dd.comment {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailsPanel .x-panel-header {
|
.detailsPanel .x-panel-header {
|
||||||
|
@ -156,91 +156,91 @@ dl.singleline dd {
|
||||||
|
|
||||||
/* Login Window */
|
/* Login Window */
|
||||||
.x-deluge-login-window-icon {
|
.x-deluge-login-window-icon {
|
||||||
background: url('../icons/login.png') no-repeat 2px;
|
background: url('../icons/login.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove Window */
|
/* Remove Window */
|
||||||
.x-deluge-remove-window-icon {
|
.x-deluge-remove-window-icon {
|
||||||
background: url('../icons/remove.png') no-repeat 2px;
|
background: url('../icons/remove.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add Window */
|
/* Add Window */
|
||||||
.x-deluge-add-window-icon {
|
.x-deluge-add-window-icon {
|
||||||
background: url('../icons/add.png') no-repeat 2px;
|
background: url('../icons/add.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-add-torrent-name {
|
.x-deluge-add-torrent-name {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-add-torrent-name-loading {
|
.x-deluge-add-torrent-name-loading {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
background: url('/themes/default/tree/loading.gif') no-repeat 2px;
|
background: url('/themes/default/tree/loading.gif') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add Url Window */
|
/* Add Url Window */
|
||||||
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
||||||
background: url('../icons/add_file.png') no-repeat 2px;
|
background: url('../icons/add_file.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-add-url-window-icon {
|
.x-deluge-add-url-window-icon {
|
||||||
background: url('../icons/add_url.png') no-repeat 2px;
|
background: url('../icons/add_url.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Connect Window */
|
/* Connect Window */
|
||||||
.x-deluge-connect-window-icon {
|
.x-deluge-connect-window-icon {
|
||||||
background: url('../icons/connection_manager.png') no-repeat 2px;
|
background: url('../icons/connection_manager.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Statusbar */
|
/* Statusbar */
|
||||||
.x-deluge-statusbar {
|
.x-deluge-statusbar {
|
||||||
background: no-repeat 2px !important;
|
background: no-repeat 2px !important;
|
||||||
padding-left: 20px !important;
|
padding-left: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-not-connected {
|
.x-not-connected {
|
||||||
background-image: url('../icons/error.png') !important;
|
background-image: url('../icons/error.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-connected {
|
.x-connected {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Styles for renderered progress bars */
|
/* Styles for renderered progress bars */
|
||||||
.x-progress-renderered .x-progress-bar {
|
.x-progress-renderered .x-progress-bar {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-progress-renderered .x-progress-bar .x-progress-text {
|
.x-progress-renderered .x-progress-bar .x-progress-text {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adjust progressbar for torrent files tree */
|
/* Adjust progressbar for torrent files tree */
|
||||||
.x-tree .x-progress-wrap {
|
.x-tree .x-progress-wrap {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree .x-progress-renderered .x-progress-inner {
|
.x-tree .x-progress-renderered .x-progress-inner {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree .x-progress-renderered .x-progress-bar {
|
.x-tree .x-progress-renderered .x-progress-bar {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree .x-progress-renderered .x-progress-text {
|
.x-tree .x-progress-renderered .x-progress-text {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree .x-progress-renderered .x-progress-bar .x-progress-text {
|
.x-tree .x-progress-renderered .x-progress-bar .x-progress-text {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Files TreeGrid */
|
/* Files TreeGrid */
|
||||||
|
@ -263,8 +263,8 @@ dl.singleline dd {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
-o-text-overflow: ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -298,73 +298,73 @@ dl.singleline dd {
|
||||||
|
|
||||||
/* Options Tab Styles */
|
/* Options Tab Styles */
|
||||||
.x-deluge-options-label {
|
.x-deluge-options-label {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-indent-checkbox {
|
.x-deluge-indent-checkbox {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sidebar styles */
|
/* Sidebar styles */
|
||||||
#sidebar .x-grid3-col-filter {
|
#sidebar .x-grid3-col-filter {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .x-deluge-filter {
|
#sidebar .x-deluge-filter {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .x-list-selected em {
|
#sidebar .x-list-selected em {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MessageBox icon styles */
|
/* MessageBox icon styles */
|
||||||
.x-deluge-icon-warning {
|
.x-deluge-icon-warning {
|
||||||
background: url('../icons/warning.png') no-repeat 2px;
|
background: url('../icons/warning.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-icon-error {
|
.x-deluge-icon-error {
|
||||||
background: url('../icons/error.png') no-repeat 2px;
|
background: url('../icons/error.png') no-repeat 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-leaf .x-deluge-file {
|
.x-tree-node-leaf .x-deluge-file {
|
||||||
background-image: url('../icons/document.png');
|
background-image: url('../icons/document.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-add-file-checkbox {
|
.x-deluge-add-file-checkbox {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Filepriority styles */
|
/* Filepriority styles */
|
||||||
.x-no-download, .x-normal-download, .x-high-download, .x-highest-download, .x-mixed-download {
|
.x-no-download, .x-normal-download, .x-high-download, .x-highest-download, .x-mixed-download {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-no-download {
|
.x-no-download {
|
||||||
background-image: url(../icons/no_download.png);
|
background-image: url(../icons/no_download.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-normal-download {
|
.x-normal-download {
|
||||||
background-image: url(../icons/normal.png);
|
background-image: url(../icons/normal.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-high-download {
|
.x-high-download {
|
||||||
background-image: url(../icons/high.png);
|
background-image: url(../icons/high.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-highest-download {
|
.x-highest-download {
|
||||||
background-image: url(../icons/highest.png);
|
background-image: url(../icons/highest.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-mixed-download {
|
.x-mixed-download {
|
||||||
/*background-image: url(../icons/mixed.png);*/
|
/*background-image: url(../icons/mixed.png);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -373,123 +373,121 @@ dl.singleline dd {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.icon-create {
|
.icon-create {
|
||||||
background-image: url('../icons/create.png') !important;
|
background-image: url('../icons/create.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-add {
|
.icon-add {
|
||||||
background-image: url('../icons/add.png') !important;
|
background-image: url('../icons/add.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-add-url {
|
.icon-add-url {
|
||||||
background-image: url('../icons/add_url.png') !important;
|
background-image: url('../icons/add_url.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-add-magnet {
|
.icon-add-magnet {
|
||||||
background-image: url('../icons/add_magnet.png') !important;
|
background-image: url('../icons/add_magnet.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.icon-pause {
|
.icon-pause {
|
||||||
background-image: url('../icons/pause.png') !important;
|
background-image: url('../icons/pause.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-resume {
|
.icon-resume {
|
||||||
background-image: url('../icons/start.png') !important;
|
background-image: url('../icons/start.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-options {
|
.icon-options {
|
||||||
background-image: url('../icons/preferences.png') !important;
|
background-image: url('../icons/preferences.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-queue {
|
.icon-queue {
|
||||||
background-image: url('../icons/queue.png') !important;
|
background-image: url('../icons/queue.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-top {
|
.icon-top {
|
||||||
background-image: url('../icons/top.png') !important;
|
background-image: url('../icons/top.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-up {
|
.icon-up {
|
||||||
background-image: url('../icons/up.png') !important;
|
background-image: url('../icons/up.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-down {
|
.icon-down {
|
||||||
background-image: url('../icons/down.png') !important;
|
background-image: url('../icons/down.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bottom {
|
.icon-bottom {
|
||||||
background-image: url('../icons/bottom.png') !important;
|
background-image: url('../icons/bottom.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-update-tracker {
|
.icon-update-tracker {
|
||||||
background-image: url('../icons/update.png') !important;
|
background-image: url('../icons/update.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-edit-trackers, .icon-edit {
|
.icon-edit-trackers, .icon-edit {
|
||||||
background-image: url('../icons/edit_trackers.png') !important;
|
background-image: url('../icons/edit_trackers.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-remove {
|
.icon-remove {
|
||||||
background-image: url('../icons/remove.png') !important;
|
background-image: url('../icons/remove.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-recheck {
|
.icon-recheck {
|
||||||
background-image: url('../icons/recheck.png') !important;
|
background-image: url('../icons/recheck.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-move {
|
.icon-move {
|
||||||
background-image: url('../icons/move.png') !important;
|
background-image: url('../icons/move.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help {
|
.icon-help {
|
||||||
background-image: url('../icons/help.png') !important;
|
background-image: url('../icons/help.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-logout {
|
.icon-logout {
|
||||||
background-image: url('../icons/logout.png') !important;
|
background-image: url('../icons/logout.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-back {
|
.icon-back {
|
||||||
background-image: url('../icons/back.png') !important;
|
background-image: url('../icons/back.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-forward {
|
.icon-forward {
|
||||||
background-image: url('../icons/forward.png') !important;
|
background-image: url('../icons/forward.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-home {
|
.icon-home {
|
||||||
background-image: url('../icons/home.png') !important;
|
background-image: url('../icons/home.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-ok {
|
.icon-ok {
|
||||||
background-image: url('../icons/ok.png') !important;
|
background-image: url('../icons/ok.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-error {
|
.icon-error {
|
||||||
background-image: url('../icons/error.png') !important;
|
background-image: url('../icons/error.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-upload-slots {
|
.icon-upload-slots {
|
||||||
background-image: url('../icons/upload_slots.png') !important;
|
background-image: url('../icons/upload_slots.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-expand-all {
|
.icon-expand-all {
|
||||||
background-image: url('../icons/expand_all.png') !important;
|
background-image: url('../icons/expand_all.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-do-not-download {
|
.icon-do-not-download {
|
||||||
background-image: url('../icons/no_download.png') !important;
|
background-image: url('../icons/no_download.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-normal {
|
.icon-normal {
|
||||||
background-image: url('../icons/normal.png') !important;
|
background-image: url('../icons/normal.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-high {
|
.icon-high {
|
||||||
background-image: url('../icons/high.png') !important;
|
background-image: url('../icons/high.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-highest {
|
.icon-highest {
|
||||||
background-image: url('../icons/highest.png') !important;
|
background-image: url('../icons/highest.png') !important;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,144 +1,144 @@
|
||||||
/*
|
/*
|
||||||
* ColumnTree styles
|
* ColumnTree styles
|
||||||
*/
|
*/
|
||||||
.x-column-tree .x-tree-node {
|
.x-column-tree .x-tree-node {
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
.x-column-tree .x-tree-node-el {
|
.x-column-tree .x-tree-node-el {
|
||||||
/*border-bottom:1px solid #eee; borders? */
|
/*border-bottom:1px solid #eee; borders? */
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
.x-column-tree .x-tree-selected {
|
.x-column-tree .x-tree-selected {
|
||||||
background: #d9e8fb;
|
background: #d9e8fb;
|
||||||
}
|
}
|
||||||
.x-column-tree .x-tree-node a {
|
.x-column-tree .x-tree-node a {
|
||||||
line-height:18px;
|
line-height:18px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
.x-column-tree .x-tree-node a span{
|
.x-column-tree .x-tree-node a span{
|
||||||
|
|
||||||
}
|
|
||||||
.x-column-tree .x-tree-node .x-tree-selected a span{
|
|
||||||
background:transparent;
|
|
||||||
color:#000;
|
|
||||||
}
|
|
||||||
.x-tree-col {
|
|
||||||
float:left;
|
|
||||||
overflow:hidden;
|
|
||||||
padding:0 1px;
|
|
||||||
zoom:1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-tree-col-text, .x-tree-hd-text {
|
|
||||||
overflow:hidden;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
padding:3px 3px 3px 5px;
|
|
||||||
white-space: nowrap;
|
|
||||||
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-tree-headers {
|
|
||||||
background: #f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
|
||||||
cursor:default;
|
|
||||||
zoom:1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-tree-hd {
|
|
||||||
float:left;
|
|
||||||
overflow:hidden;
|
|
||||||
border-left:1px solid #eee;
|
|
||||||
border-right:1px solid #d0d0d0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* FileUploadField component styles
|
|
||||||
*/
|
|
||||||
.x-form-file-wrap {
|
|
||||||
position: relative;
|
|
||||||
height: 22px;
|
|
||||||
}
|
|
||||||
.x-form-file-wrap .x-form-file {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
-moz-opacity: 0;
|
|
||||||
filter:alpha(opacity: 0);
|
|
||||||
opacity: 0;
|
|
||||||
z-index: 2;
|
|
||||||
height: 22px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.x-form-file-wrap .x-btn {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.x-form-file-wrap .x-form-file-text {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
z-index: 3;
|
|
||||||
color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Spinner styles
|
|
||||||
*/
|
|
||||||
.x-form-spinner-proxy{
|
|
||||||
/*background-color:#ff00cc;*/
|
|
||||||
}
|
|
||||||
.x-form-field-wrap .x-form-spinner-trigger {
|
|
||||||
background: transparent url(../images/spinner.gif) no-repeat 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-form-field-wrap .x-form-spinner-overup{
|
|
||||||
background-position:-17px 0;
|
|
||||||
}
|
|
||||||
.x-form-field-wrap .x-form-spinner-clickup{
|
|
||||||
background-position:-34px 0;
|
|
||||||
}
|
|
||||||
.x-form-field-wrap .x-form-spinner-overdown{
|
|
||||||
background-position:-51px 0;
|
|
||||||
}
|
|
||||||
.x-form-field-wrap .x-form-spinner-clickdown{
|
|
||||||
background-position:-68px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.x-trigger-wrap-focus .x-form-spinner-trigger{
|
|
||||||
background-position:-85px 0;
|
|
||||||
}
|
|
||||||
.x-trigger-wrap-focus .x-form-spinner-overup{
|
|
||||||
background-position:-102px 0;
|
|
||||||
}
|
|
||||||
.x-trigger-wrap-focus .x-form-spinner-clickup{
|
|
||||||
background-position:-119px 0;
|
|
||||||
}
|
|
||||||
.x-trigger-wrap-focus .x-form-spinner-overdown{
|
|
||||||
background-position:-136px 0;
|
|
||||||
}
|
|
||||||
.x-trigger-wrap-focus .x-form-spinner-clickdown{
|
|
||||||
background-position:-153px 0;
|
|
||||||
}
|
|
||||||
.x-trigger-wrap-focus .x-form-trigger{
|
|
||||||
border-bottom: 1px solid #7eadd9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-form-field-wrap .x-form-spinner-splitter {
|
|
||||||
line-height:1px;
|
|
||||||
font-size:1px;
|
|
||||||
background:transparent url(../images/spinner-split.gif) no-repeat 0 0;
|
|
||||||
position:absolute;
|
|
||||||
cursor: n-resize;
|
|
||||||
}
|
|
||||||
.x-trigger-wrap-focus .x-form-spinner-splitter{
|
|
||||||
background-position:-14px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-form-uxspinner .x-form-field-wrap {
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*!
|
}
|
||||||
|
.x-column-tree .x-tree-node .x-tree-selected a span{
|
||||||
|
background:transparent;
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
.x-tree-col {
|
||||||
|
float:left;
|
||||||
|
overflow:hidden;
|
||||||
|
padding:0 1px;
|
||||||
|
zoom:1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-tree-col-text, .x-tree-hd-text {
|
||||||
|
overflow:hidden;
|
||||||
|
-o-text-overflow: ellipsis;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
padding:3px 3px 3px 5px;
|
||||||
|
white-space: nowrap;
|
||||||
|
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-tree-headers {
|
||||||
|
background: #f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
||||||
|
cursor:default;
|
||||||
|
zoom:1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-tree-hd {
|
||||||
|
float:left;
|
||||||
|
overflow:hidden;
|
||||||
|
border-left:1px solid #eee;
|
||||||
|
border-right:1px solid #d0d0d0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* FileUploadField component styles
|
||||||
|
*/
|
||||||
|
.x-form-file-wrap {
|
||||||
|
position: relative;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
.x-form-file-wrap .x-form-file {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
-moz-opacity: 0;
|
||||||
|
filter:alpha(opacity: 0);
|
||||||
|
opacity: 0;
|
||||||
|
z-index: 2;
|
||||||
|
height: 22px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.x-form-file-wrap .x-btn {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.x-form-file-wrap .x-form-file-text {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
z-index: 3;
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Spinner styles
|
||||||
|
*/
|
||||||
|
.x-form-spinner-proxy{
|
||||||
|
/*background-color:#ff00cc;*/
|
||||||
|
}
|
||||||
|
.x-form-field-wrap .x-form-spinner-trigger {
|
||||||
|
background: transparent url(../images/spinner.gif) no-repeat 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-form-field-wrap .x-form-spinner-overup{
|
||||||
|
background-position:-17px 0;
|
||||||
|
}
|
||||||
|
.x-form-field-wrap .x-form-spinner-clickup{
|
||||||
|
background-position:-34px 0;
|
||||||
|
}
|
||||||
|
.x-form-field-wrap .x-form-spinner-overdown{
|
||||||
|
background-position:-51px 0;
|
||||||
|
}
|
||||||
|
.x-form-field-wrap .x-form-spinner-clickdown{
|
||||||
|
background-position:-68px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.x-trigger-wrap-focus .x-form-spinner-trigger{
|
||||||
|
background-position:-85px 0;
|
||||||
|
}
|
||||||
|
.x-trigger-wrap-focus .x-form-spinner-overup{
|
||||||
|
background-position:-102px 0;
|
||||||
|
}
|
||||||
|
.x-trigger-wrap-focus .x-form-spinner-clickup{
|
||||||
|
background-position:-119px 0;
|
||||||
|
}
|
||||||
|
.x-trigger-wrap-focus .x-form-spinner-overdown{
|
||||||
|
background-position:-136px 0;
|
||||||
|
}
|
||||||
|
.x-trigger-wrap-focus .x-form-spinner-clickdown{
|
||||||
|
background-position:-153px 0;
|
||||||
|
}
|
||||||
|
.x-trigger-wrap-focus .x-form-trigger{
|
||||||
|
border-bottom: 1px solid #7eadd9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-form-field-wrap .x-form-spinner-splitter {
|
||||||
|
line-height:1px;
|
||||||
|
font-size:1px;
|
||||||
|
background:transparent url(../images/spinner-split.gif) no-repeat 0 0;
|
||||||
|
position:absolute;
|
||||||
|
cursor: n-resize;
|
||||||
|
}
|
||||||
|
.x-trigger-wrap-focus .x-form-spinner-splitter{
|
||||||
|
background-position:-14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-form-uxspinner .x-form-field-wrap {
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
* Ext JS Library 3.4.0
|
* Ext JS Library 3.4.0
|
||||||
* Copyright(c) 2006-2011 Sencha Inc.
|
* Copyright(c) 2006-2011 Sencha Inc.
|
||||||
* licensing@sencha.com
|
* licensing@sencha.com
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
.x-column-tree .x-tree-node{zoom:1;}.x-column-tree .x-tree-node-el{zoom:1;}.x-column-tree .x-tree-selected{background:#d9e8fb;}.x-column-tree .x-tree-node a{line-height:18px;vertical-align:middle;}.x-column-tree .x-tree-node .x-tree-selected a span{background:transparent;color:#000;}.x-tree-col{float:left;overflow:hidden;padding:0 1px;zoom:1;}.x-tree-col-text,.x-tree-hd-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:3px 3px 3px 5px;white-space:nowrap;font:normal 11px arial,tahoma,helvetica,sans-serif;}.x-tree-headers{background:#f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;cursor:default;zoom:1;}.x-tree-hd{float:left;overflow:hidden;border-left:1px solid #eee;border-right:1px solid #d0d0d0;}.x-form-file-wrap{position:relative;height:22px;}.x-form-file-wrap .x-form-file{position:absolute;right:0;-moz-opacity:0;filter:alpha(opacity:0);opacity:0;z-index:2;height:22px;cursor:pointer;}.x-form-file-wrap .x-btn{position:absolute;right:0;z-index:1;}.x-form-file-wrap .x-form-file-text{position:absolute;left:0;z-index:3;color:#777;}.x-form-field-wrap .x-form-spinner-trigger{background:transparent url(../images/spinner.gif) no-repeat 0 0;}.x-form-field-wrap .x-form-spinner-overup{background-position:-17px 0;}.x-form-field-wrap .x-form-spinner-clickup{background-position:-34px 0;}.x-form-field-wrap .x-form-spinner-overdown{background-position:-51px 0;}.x-form-field-wrap .x-form-spinner-clickdown{background-position:-68px 0;}.x-trigger-wrap-focus .x-form-spinner-trigger{background-position:-85px 0;}.x-trigger-wrap-focus .x-form-spinner-overup{background-position:-102px 0;}.x-trigger-wrap-focus .x-form-spinner-clickup{background-position:-119px 0;}.x-trigger-wrap-focus .x-form-spinner-overdown{background-position:-136px 0;}.x-trigger-wrap-focus .x-form-spinner-clickdown{background-position:-153px 0;}.x-trigger-wrap-focus .x-form-trigger{border-bottom:1px solid #7eadd9;}.x-form-field-wrap .x-form-spinner-splitter{line-height:1px;font-size:1px;background:transparent url(../images/spinner-split.gif) no-repeat 0 0;position:absolute;cursor:n-resize;}.x-trigger-wrap-focus .x-form-spinner-splitter{background-position:-14px 0;}.x-form-uxspinner .x-form-field-wrap{height:24px;}
|
.x-column-tree .x-tree-node{zoom:1}.x-column-tree .x-tree-node-el{zoom:1}.x-column-tree .x-tree-selected{background:#d9e8fb}.x-column-tree .x-tree-node a{line-height:18px;vertical-align:middle}.x-column-tree .x-tree-node .x-tree-selected a span{background:transparent;color:#000}.x-tree-col{float:left;overflow:hidden;padding:0 1px;zoom:1}.x-tree-col-text,.x-tree-hd-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:3px 3px 3px 5px;white-space:nowrap;font:normal 11px arial,tahoma,helvetica,sans-serif}.x-tree-headers{background:#f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;cursor:default;zoom:1}.x-tree-hd{float:left;overflow:hidden;border-left:1px solid #eee;border-right:1px solid #d0d0d0}.x-form-file-wrap{position:relative;height:22px}.x-form-file-wrap .x-form-file{position:absolute;right:0;-moz-opacity:0;filter:alpha(opacity:0);opacity:0;z-index:2;height:22px;cursor:pointer}.x-form-file-wrap .x-btn{position:absolute;right:0;z-index:1}.x-form-file-wrap .x-form-file-text{position:absolute;left:0;z-index:3;color:#777}.x-form-field-wrap .x-form-spinner-trigger{background:transparent url(../images/spinner.gif) no-repeat 0 0}.x-form-field-wrap .x-form-spinner-overup{background-position:-17px 0}.x-form-field-wrap .x-form-spinner-clickup{background-position:-34px 0}.x-form-field-wrap .x-form-spinner-overdown{background-position:-51px 0}.x-form-field-wrap .x-form-spinner-clickdown{background-position:-68px 0}.x-trigger-wrap-focus .x-form-spinner-trigger{background-position:-85px 0}.x-trigger-wrap-focus .x-form-spinner-overup{background-position:-102px 0}.x-trigger-wrap-focus .x-form-spinner-clickup{background-position:-119px 0}.x-trigger-wrap-focus .x-form-spinner-overdown{background-position:-136px 0}.x-trigger-wrap-focus .x-form-spinner-clickdown{background-position:-153px 0}.x-trigger-wrap-focus .x-form-trigger{border-bottom:1px solid #7eadd9}.x-form-field-wrap .x-form-spinner-splitter{line-height:1px;font-size:1px;background:transparent url(../images/spinner-split.gif) no-repeat 0 0;position:absolute;cursor:n-resize}.x-trigger-wrap-focus .x-form-spinner-splitter{background-position:-14px 0}.x-form-uxspinner .x-form-field-wrap{height:24px}.x-statusbar .x-status-text{cursor:default}.x-statusbar .x-status-busy{padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-toolbar div.xtb-text .x-statusbar .x-status-text-panel{border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-left:1px solid;padding:2px 8px 2px 5px}#word-status .x-status-text-panel .spacer{width:60px;font-size:0;line-height:0}#word-status .x-status-busy{padding-left:25px!important;background:transparent no-repeat 3px 2px}#word-status .x-status-saved{padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-statusbar .x-status-error{cursor:pointer;padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-statusbar .x-status-valid{padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-status-error-list{font:11px tahoma,arial,verdana,sans-serif;position:absolute;z-index:9999;border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-left:1px solid;padding:5px 10px}.x-status-error-list li{cursor:pointer;list-style:disc;margin-left:10px}.x-status-error-list li a{text-decoration:none}.x-status-error-list li a:hover{text-decoration:underline}.x-statusbar .x-status-busy{background-image:url(../images/loading.gif)}.x-statusbar .x-status-text-panel{border-color:#99bbe8 #fff #fff #99bbe8}#word-status .x-status-text{color:#777}#word-status .x-status-busy{background-image:url(../images/saving.gif)}#word-status .x-status-saved{background-image:url(../images/saved.png)}.x-statusbar .x-status-error{color:#C33;background-image:url(../images/exclamation.gif)}.x-statusbar .x-status-valid{background-image:url(../images/accept.png)}.x-status-error-list{border-color:#C33}.x-status-error-list li a{color:#15428b}
|
Binary file not shown.
Before Width: | Height: | Size: 813 B |
|
@ -1,40 +1,40 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>Deluge: Web UI ${version}</title>
|
<title>Deluge: Web UI ${version}</title>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="${base}icons/deluge.png" type="image/png" />
|
|
||||||
<link rel="icon" href="${base}icons/deluge.png" type="image/png" />
|
|
||||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="${base}icons/apple-pre-57.png" />
|
|
||||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="${base}icons/apple-pre-72.png" />
|
|
||||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="${base}icons/apple-pre-114.png" />
|
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
|
||||||
% for stylesheet in stylesheets:
|
|
||||||
<link rel="stylesheet" type="text/css" href="${base}${stylesheet}" />
|
|
||||||
% endfor
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<link rel="shortcut icon" href="${base}icons/deluge.png" type="image/png" />
|
||||||
deluge = {
|
<link rel="icon" href="${base}icons/deluge.png" type="image/png" />
|
||||||
author: 'Damien Churchill <damoxc@gmail.com>',
|
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="${base}icons/apple-pre-57.png" />
|
||||||
version: '${version}',
|
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="${base}icons/apple-pre-72.png" />
|
||||||
config: ${js_config}
|
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="${base}icons/apple-pre-114.png" />
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- Javascript -->
|
<!-- Stylesheets -->
|
||||||
% for script in scripts:
|
% for stylesheet in stylesheets:
|
||||||
<script type="text/javascript" src="${base}${script}"></script>
|
<link rel="stylesheet" type="text/css" href="${base}${stylesheet}" />
|
||||||
% endfor
|
% endfor
|
||||||
<script type="text/javascript">
|
|
||||||
Deluge.debug = ${str(debug).lower()};
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div style="background-image: url('${base}themes/images/default/tree/loading.gif');"></div>
|
|
||||||
|
|
||||||
<!-- Preload icon classes -->
|
<script type="text/javascript">
|
||||||
<div class="ext-mb-error"></div>
|
deluge = {
|
||||||
<div class="icon-ok"></div>
|
author: 'Damien Churchill <damoxc@gmail.com>',
|
||||||
</body>
|
version: '${version}',
|
||||||
|
config: ${js_config}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- Javascript -->
|
||||||
|
% for script in scripts:
|
||||||
|
<script type="text/javascript" src="${base}${script}"></script>
|
||||||
|
% endfor
|
||||||
|
<script type="text/javascript">
|
||||||
|
Deluge.debug = ${str(debug).lower()};
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div style="background-image: url('${base}themes/images/default/tree/loading.gif');"></div>
|
||||||
|
|
||||||
|
<!-- Preload icon classes -->
|
||||||
|
<div class="ext-mb-error"></div>
|
||||||
|
<div class="icon-ok"></div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="downloaded">${_("Downloaded:")}</dt><dd class="downloaded"/>
|
<dt class="downloaded">${_("Downloaded:")}</dt><dd class="downloaded"/>
|
||||||
<dt class="uploaded">${_("Uploaded:")}</dt><dd class="uploaded"/>
|
<dt class="uploaded">${_("Uploaded:")}</dt><dd class="uploaded"/>
|
||||||
<dt class="share">${_("Share Ratio:")}</dt><dd class="share"/>
|
<dt class="share">${_("Share Ratio:")}</dt><dd class="share"/>
|
||||||
<dt class="announce">${_("Next Announce:")}</dt><dd class="announce"/>
|
<dt class="announce">${_("Next Announce:")}</dt><dd class="announce"/>
|
||||||
<dt class="tracker">${_("Tracker Status:")}</dt><dd class="tracker_status"/>
|
<dt class="tracker">${_("Tracker Status:")}</dt><dd class="tracker_status"/>
|
||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="downspeed">${_("Down Speed:")}</dt><dd class="downspeed"/>
|
<dt class="downspeed">${_("Down Speed:")}</dt><dd class="downspeed"/>
|
||||||
<dt class="upspeed">${_("Up Speed:")}</dt><dd class="upspeed"/>
|
<dt class="upspeed">${_("Up Speed:")}</dt><dd class="upspeed"/>
|
||||||
<dt class="eta">${_("ETA:")}</dt><dd class="eta"/>
|
<dt class="eta">${_("ETA:")}</dt><dd class="eta"/>
|
||||||
<dt class="pieces">${_("Pieces:")}</dt><dd class="pieces"/>
|
<dt class="pieces">${_("Pieces:")}</dt><dd class="pieces"/>
|
||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="seeds">${_("Seeds:")}</dt><dd class="seeds"/>
|
<dt class="seeds">${_("Seeds:")}</dt><dd class="seeds"/>
|
||||||
<dt class="peers">${_("Peers:")}</dt><dd class="peers"/>
|
<dt class="peers">${_("Peers:")}</dt><dd class="peers"/>
|
||||||
<dt class="avail">${_("Availability:")}</dt><dd class="avail"/>
|
<dt class="avail">${_("Availability:")}</dt><dd class="avail"/>
|
||||||
<dt class="auto_managed">${_("Auto Managed:")}</dt><dd class="auto_managed"/>
|
<dt class="auto_managed">${_("Auto Managed:")}</dt><dd class="auto_managed"/>
|
||||||
<dt class="last_seen_complete">${_("Complete Seen:")}</dt><dd class="last_seen_complete"/>
|
<dt class="last_seen_complete">${_("Complete Seen:")}</dt><dd class="last_seen_complete"/>
|
||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="active_time">${_("Active Time:")}</dt><dd class="active_time"/>
|
<dt class="active_time">${_("Active Time:")}</dt><dd class="active_time"/>
|
||||||
<dt class="seeding_time">${_("Seeding Time:")}</dt><dd class="seeding_time"/>
|
<dt class="seeding_time">${_("Seeding Time:")}</dt><dd class="seeding_time"/>
|
||||||
<dt class="seed_rank">${_("Seed Rank:")}</dt><dd class="seed_rank"/>
|
<dt class="seed_rank">${_("Seed Rank:")}</dt><dd class="seed_rank"/>
|
||||||
<dt class="time_rank">${_("Date Added:")}</dt><dd class="time_added"/>
|
<dt class="time_rank">${_("Date Added:")}</dt><dd class="time_added"/>
|
||||||
<dt class="completed_time">${_("Completed:")}</dt><dd class="completed_time"/>
|
<dt class="completed_time">${_("Completed:")}</dt><dd class="completed_time"/>
|
||||||
</dl>
|
</dl>
|
||||||
<br style="clear: both;" />
|
<br style="clear: both;" />
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue