add the new twisted/ext webui to svn

This commit is contained in:
Damien Churchill 2009-02-04 18:20:46 +00:00
parent e861e660a5
commit cd493c0f08
517 changed files with 4295 additions and 0 deletions

View File

@ -0,0 +1,66 @@
html, body {
font: normal 0.8em verdana;
margin: 0;
padding: 0;
border: 0 none;
overflow: hidden;
height:100%;
}
.deluge-torrents .torrent-name {
padding-left: 20px;
background-repeat: no-repeat;
height: 16px;
line-height: 16px;
}
.deluge-torrents .deluge-torrent-progress {
text-align: center;
}
#labels .all { background-image: url('/icons/16/all.png'); }
#labels .active { background-image: url('/icons/16/active.png'); }
#labels .downloading, .deluge-torrents .downloading { background-image: url('/icons/16/downloading.png'); }
#labels .seeding, .deluge-torrents .seeding { background-image: url('/icons/16/seeding.png'); }
#labels .queued, .deluge-torrents .queued { background-image: url('/icons/16/queued.png'); }
#labels .paused, .deluge-torrents .paused { background-image: url('/icons/16/inactive.png'); }
#labels .error, .deluge-torrents .error { background-image: url('/icons/16/alert.png'); }
#labels .checking, .deluge-torrents .checking { background-image: url('/icons/16/checking.png'); }
/* Torrent Details */
.deluge-status-progressbar {
margin: 5px;
}
.deluge-status {
margin: 10px;
}
.deluge-status dl {
float: left;
min-height: 100px;
}
.deluge-status dl dt {
float: left;
font-weight: bold;
height: 19px;
}
.deluge-status dl dd {
margin-left: 100px;
width: 140px;
height: 19px;
}
.deluge-status dd.downspeed, .deluge-status dd.upspeed, .deluge-status dd.eta, .deluge-status dd.pieces {
margin-left: 75px;
}
.deluge-status form br {
clear: left;
}
.deluge-status dd.torrent_name, .deluge-status dd.tracker, .deluge-status dd.path {
width: 500px;

File diff suppressed because one or more lines are too long

160
deluge/ui/web/css/mooui.css Normal file
View File

@ -0,0 +1,160 @@
/*
* Stylesheet: Widgets.PopupMenu.css
*
* Depends: []
*/
ul.moouiMenu {
position: absolute;
z-index: 1000;
padding: 0;
}
ul.moouiMenu li {
position: relative;
list-style: none;
margin: 1px;
padding-left: 2px;
padding-right: 10px;
line-height: 20px;
height: 20px;
background: no-repeat 2px;
}
ul.moouiMenu li.moouiMenuIcon {
padding-left: 20px;
}
ul.moouiMenu li.moouiMenuSep {
height: 1px;
line-height: 1px;
}
ul.moouiMenu li.moouiMenuToggle input {
cursor: pointer;
}
ul.moouiMenu li.moouiMenuToggle span span {
position: relative;
top: -3px;
}
ul.moouiMenu li > ul {
display: none;
position: relative;
top: -20px;
width: 400px;
}
ul.moouiMenu li:hover {
cursor: pointer;
}
ul.moouiMenu li:hover > ul {
display: block;
}
ul.moouiMenu li.moouiMenuSep:hover {
cursor: default;
}
/*
* Stylesheet: Widgets.ProgressBar.css
*
* Depends: []
*/
.moouiProgressBar span {
text-align: center;
float: left;
}
/*
* Stylesheet: Widgets.SplitPane.css
*
* Depends: []
*/
.moouiPane {
float: left;
position: relative;
}
.moouiSplitter {
position: relative;
float: left;
background: Gray;
}
.moouiSplitterVertical {
cursor: e-resize;
}
.moouiSplitterHorizontal {
cursor: n-resize;
}
/*
* Stylesheet: Widgets.SplitPane.css
*
* Depends: []
*/
.moouiTabs ul {
list-style: none;
padding: 0;
margin: 0;
}
.moouiTabs li {
float: left;
padding: 4px;
cursor: pointer;
height: 14px;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}
.moouiTabs .moouiTabPages {
clear: left;
}
.moouiTabPage {
display: none;
}
.moouiTabPageActive {
display: block;
}
/*
* Stylesheet: Widgets.Window.css
*
* Depends: []
*/
.moouiWindow {
position: fixed;
top: 0px;
left: 200px;
z-index: 100;
}
.moouiWindowTitle {
margin: 10px;
cursor: pointer;
float: left;
}
.moouiWindowClose {
float: right;
width: 16px;
height: 16px;
margin: 5px;
cursor: pointer;
}
.moouiWindowContent {
clear: both;
padding: 5px;
}

213
deluge/ui/web/css/style.css Normal file
View File

@ -0,0 +1,213 @@
/*
-----------------------------------------------------------
Theme Name: Ajax Base
Theme URI: http://deluge-torrent.org
Description: Deluge Ajax Theme
Version: 0.1
-----------------------------------------------------------
*/
html, body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
#overlay {
position: fixed;
top: 0;
left: 0;
background: #304663 url(/images/simple_bg.jpg) repeat-x;
width: 100%;
height: 100%;
z-index: 99999;
}
#overlay .title {
position: absolute;
left: 40px;
top: 7px;
color: #8fa6c3;
padding: 0;
margin: 0;
line-height: 26px;
font-size: 26px;
}
/* The toolbar button icons */
#toolbar #buttons #create {background-image:url(/icons/32/new.png)}
#toolbar #buttons #add {background-image:url(/icons/32/add.png)}
#toolbar #buttons #remove {background-image:url(/icons/32/remove.png)}
#toolbar #buttons #pause {background-image:url(/icons/32/pause.png)}
#toolbar #buttons #resume {background-image:url(/icons/32/resume.png)}
#toolbar #buttons #up {background-image:url(/icons/32/up.png)}
#toolbar #buttons #down {background-image:url(/icons/32/down.png)}
#toolbar #buttons #preferences {background-image:url(/icons/32/options.png)}
#toolbar #buttons #connections {background-image:url(/icons/32/connections.png)}
/* The icons for the filter states */
#labels li {
background-repeat: no-repeat;
background-position: 4px;
padding-left: 24px;
line-height: 20px;
}
#labels li:hover { text-decoration: underline; cursor: pointer; }
#labels .activestate {
font-weight: bold;
}
#labels .activestate:hover {
text-decoration: none;
}
#labels .all { background-image: url('/icons/16/all.png'); }
#labels .active { background-image: url('/icons/16/active.png'); }
#labels .downloading { background-image: url('/icons/16/downloading.png'); }
#labels .seeding { background-image: url('/icons/16/seeding.png'); }
#labels .queued { background-image: url('/icons/16/queued.png'); }
#labels .paused { background-image: url('/icons/16/inactive.png'); }
#labels .error { background-image: url('/icons/16/alert.png'); }
#labels .checking { background-image: url('/icons/16/checking.png'); }
/* The icons for the statusbar */
#status #info #connections {background-image:url(/icons/16/connections.png)}
#status #info #downspeed {background-image:url(/icons/16/downloading.png)}
#status #info #upspeed {background-image:url(/icons/16/seeding.png)}
#status #info #incoming_connections { background-image: url('/icons/16/alert.png'); }
#status #info #dht {background-image:url(/icons/16/dht.png)}
#status #info #free_space {background-image:url(/icons/16/drive-harddisk.png)}
#details {
padding: 5px;
}
.moouiTabs {
}
.moouiTabs li {
position: relative;
top: 1px;
background: #37506f;
border: 1px solid #364961;
border-bottom: none;
padding: 7px;
font-size: 1.1em;
}
.moouiTabs li:hover {
background: #426187;
}
li.moouiTabActive {
background: #426187;
}
.moouiTabPage {
background: #426187;
border: 1px solid #364961;
padding: 5px;
-moz-border-radius:0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
overflow: auto;
}
#details dl {
float: left;
min-height: 100px;
}
#details dl dt {
float: left;
font-weight: bold;
height: 19px;
}
#details dl dd {
margin-left: 100px;
width: 140px;
height: 19px;
}
#details dd.downspeed, #details dd.upspeed, #details dd.eta, #details dd.pieces {
margin-left: 75px;
}
#details form br {
clear: left;
}
#details dd.torrent_name, #details dd.tracker, #details dd.path {
width: 500px;
}
#status #info {
float: left;
margin: 10px;
}
#status #info li {
width: auto;
height: 20px;
line-height: 20px;
padding-left: 21px;
margin-right: 10px;
}
.categories {
height: 350px;
}
.pref_pages {
height: 350px;
}
.deluge-prefs-page {
display: none;
}
.deluge-prefs-page-active {
display: block;
}
.moouiWindowContent #preferences .categories {
float: left;
width: 100px;
padding-left: 10px;
}
.moouiWindowContent #preferences .pref_pages h3 {
margin-bottom: 5px;
}
.moouiWindowContent #preferences .pref_pages {
float: left;
width: 380px;
}
.moouiWindowContent #preferences .categories ul {
list-style: none;
padding: 0;
padding-left: 10px;
}
.moouiWindowContent #preferences .categories li {
cursor: pointer;
}
.buttons {
margin-top: 10px;
float: right;
}
.buttons button {
margin-right: 10px;
}

View File

@ -0,0 +1,416 @@
/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
.x-panel {
border-style: solid;
border-color: #d0d0d0;
}
.x-panel-header {
color:#333;
border:1px solid #d0d0d0;
background-image:url(/themes/gray/panel/white-top-bottom.gif);
}
.x-panel-body {
border-color:#d0d0d0;
}
.x-panel-bbar .x-toolbar {
border-color:#d0d0d0;
}
.x-panel-tbar .x-toolbar {
border-color:#d0d0d0;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
border-color:#d0d0d0;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
border-color:#d0d0d0;
}
.x-panel-tl .x-panel-header {
color:#333;
}
.x-panel-tc {
background-image:url(/themes/gray/panel/top-bottom.gif);
}
.x-panel-tl {
background-image:url(/themes/gray/panel/corners-sprite.gif);
border-color:#d0d0d0;
}
.x-panel-tr {
background-image:url(/themes/gray/panel/corners-sprite.gif);
}
.x-panel-bc {
background-image:url(/themes/gray/panel/top-bottom.gif);
}
.x-panel-bl {
background-image:url(/themes/gray/panel/corners-sprite.gif);
}
.x-panel-br {
background-image:url(/themes/gray/panel/corners-sprite.gif);
}
.x-panel-mc {
background:#f1f1f1;
}
.x-panel-mc .x-panel-body {
background:transparent;
border: 0 none;
}
.x-panel-ml {
background-image:url(/themes/gray/panel/left-right.gif);
}
.x-panel-mr {
background-image:url(/themes/gray/panel/left-right.gif);
}
/* Tools */
.x-tool {
background-image:url(/themes/gray/panel/tool-sprites.gif);
}
/* Ghosting */
.x-panel-ghost {
background:#e0e0e0;
}
.x-panel-ghost ul {
border-color:#b0b0b0;
}
.x-grid-panel .x-panel-mc .x-panel-body {
border:1px solid #d0d0d0;
}
/* Buttons */
.x-btn-left{
background-image:url(/themes/gray/button/btn-sprite.gif);
}
.x-btn-right{
background-image:url(/themes/gray/button/btn-sprite.gif);
}
.x-btn-center{
background-image:url(/themes/gray/button/btn-sprite.gif);
}
/* Layout classes */
.x-border-layout-ct {
background:#f0f0f0;
}
.x-accordion-hd {
background-image:url(/themes/gray/panel/light-hd.gif);
}
.x-layout-collapsed{
background-color:#eee;
border-color:#e0e0e0;
}
.x-layout-collapsed-over{
background-color:#fbfbfb;
}
/* qtips */
.x-tip .x-tip-top {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-top-left {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-top-right {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft-left {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft-right {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-bd-left {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-bd-right {
background-image:url(/themes/gray/qtip/tip-sprite.gif);
}
/* Toolbars */
.x-toolbar{
border-color:#d0d0d0;
background:#f0f4f5 url(/themes/gray/toolbar/bg.gif) repeat-x top left;
}
.x-toolbar button {
color:#444;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
background-image:url(/themes/gray/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
background-image:url(/themes/gray/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-over .x-btn-left{
background-image:url(/themes/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-right{
background-image:url(/themes/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-center{
background-image:url(/themes/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over button {
color:#111;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
background-image:url(/themes/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
background-image:url(/themes/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
background-image:url(/themes/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .ytb-sep {
background-image: url(/themes/default/grid/grid-split.gif);
}
/* Tabs */
.x-tab-panel-header, .x-tab-panel-footer {
background: #EAEAEA;
border-color:#d0d0d0;
}
.x-tab-panel-header {
border-color:#d0d0d0;
}
.x-tab-panel-footer {
border-color:#d0d0d0;
}
ul.x-tab-strip-top{
background:#dbdbdb url(/themes/gray/tabs/tab-strip-bg.gif) repeat-x left top;
border-color:#d0d0d0;
padding-top: 2px;
}
ul.x-tab-strip-bottom{
background-image:url(/themes/gray/tabs/tab-strip-btm-bg.gif);
border-color:#d0d0d0;
}
.x-tab-strip span.x-tab-strip-text {
color:#333;
}
.x-tab-strip-over span.x-tab-strip-text {
color:#111;
}
.x-tab-strip-active span.x-tab-strip-text {
color:#333;
}
.x-tab-strip-disabled .x-tabs-text {
color:#aaaaaa;
}
.x-tab-strip-top .x-tab-right {
background-image:url(/themes/gray/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-left {
background-image:url(/themes/gray/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
background-image:url(/themes/gray/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
background-image:url(/themes/gray/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
background-image:url(/themes/gray/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
background-image:url(/themes/gray/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
background-image:url(/themes/gray/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background-image:url(/themes/gray/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
background-image:url(/themes/gray/tabs/tab-close.gif);
}
.x-tab-panel-body {
border-color:#d0d0d0;
background:#fff;
}
.x-tab-panel-bbar .x-toolbar {
border-color: #d0d0d0;
}
.x-tab-panel-tbar .x-toolbar {
border-color: #d0d0d0;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
border-color:#d0d0d0;
background: #eaeaea;
}
.x-tab-scroller-left {
background-image: url(/themes/gray/tabs/scroll-left.gif);
border-color:#aeaeae;
}
.x-tab-scroller-right {
background-image: url(/themes/gray/tabs/scroll-right.gif);
border-color:#aeaeae;
}
/* Window */
.x-window-proxy {
background:#e0e0e0;
border-color:#b0b0b0;
}
.x-window-tl .x-window-header {
color:#555;
}
.x-window-tc {
background-image:url(/themes/gray/window/top-bottom.png);
}
.x-window-tl {
background-image:url(/themes/gray/window/left-corners.png);
}
.x-window-tr {
background-image:url(/themes/gray/window/right-corners.png);
}
.x-window-bc {
background-image:url(/themes/gray/window/top-bottom.png);
}
.x-window-bl {
background-image:url(/themes/gray/window/left-corners.png);
}
.x-window-br {
background-image:url(/themes/gray/window/right-corners.png);
}
.x-window-mc {
border:1px solid #d0d0d0;
background:#e8e8e8;
}
.x-window-ml {
background-image:url(/themes/gray/window/left-right.png);
}
.x-window-mr {
background-image:url(/themes/gray/window/left-right.png);
}
.x-panel-ghost .x-window-tl {
border-color:#d0d0d0;
}
.x-panel-collapsed .x-window-tl {
border-color:#d0d0d0;
}
.x-window-plain .x-window-mc {
background: #e8e8e8;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
border-top:1px solid #d0d0d0;
border-left:1px solid #d0d0d0;
}
.x-window-plain .x-window-body {
border-left:1px solid #eee;
border-top:1px solid #eee;
border-bottom:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
background:transparent !important;
}
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
background-color: #e4e4e4;
}
/* misc */
.x-html-editor-wrap {
border-color:#d0d0d0;
}
/* Borders go last for specificity */
.x-panel-noborder .x-panel-body-noborder {
border-width:0;
}
.x-panel-noborder .x-panel-header-noborder {
border-width:0;
border-bottom:1px solid #d0d0d0;
}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
border-width:0;
border-bottom:1px solid #d0d0d0;
}
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
border-width:0;
border-top:1px solid #d0d0d0;
}
.x-window-noborder .x-window-mc {
border-width:0;
}
.x-window-plain .x-window-body-noborder {
border-width:0;
}
.x-tab-panel-noborder .x-tab-panel-body-noborder {
border-width:0;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
border-top-width:0;
border-left-width:0;
border-right-width:0;
}
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
}
.x-tab-panel-bbar-noborder .x-toolbar {
border-width:0;
border-top:1px solid #d0d0d0;
}
.x-tab-panel-tbar-noborder .x-toolbar {
border-width:0;
border-bottom:1px solid #d0d0d0;
}

View File

@ -0,0 +1,804 @@
/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/*
* Slate Theme
* Originally created by JC Bize
*/
/* Masks */
.ext-el-mask{
background-color:#c8cbd0;
}
.ext-el-mask-msg{
border:1px solid #89a;
background:#d8dbe0 url(/themes/slate/box/tb-blue.gif) repeat-x 0 -16px;
}
.ext-el-mask-msg div{
background:#eef0f2;
border:1px solid #abc;
color:#222;
}
.x-item-disabled *{
color:#333 !important;
}
/* Tab Panels */
.x-tab-panel-header, .x-tab-panel-footer{
background:#6b869f;
border-color:#4f657b;
}
.x-tab-panel-header{
border-color:#abc;
}
.x-tab-panel-footer{
border-color:#abc;
}
ul.x-tab-strip-top{
background:#dbdbdb url(/themes/slate/tabs/tab-strip-bg.gif) repeat-x left top;
border-color:#4c647e;
padding-top:2px;
}
ul.x-tab-strip-bottom{
background-image:url(/themes/slate/tabs/tab-strip-btm-bg.gif);
border-color:#566c82;
}
.x-tab-strip span.x-tab-strip-text{
color:#333;
}
.x-tab-strip-over span.x-tab-strip-text{
color:#111;
}
.x-tab-strip-active span.x-tab-strip-text{
color:#fff;
}
.x-tab-strip-disabled .x-tabs-text{
color:#aaaaaa;
}
.x-tab-strip-top .x-tab-right{
background-image:url(/themes/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-left{
background-image:url(/themes/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner{
background-image:url(/themes/slate/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right{
background-image:url(/themes/slate/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left{
background-image:url(/themes/slate/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right{
background-image:url(/themes/slate/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left{
background-image:url(/themes/slate/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close{
background-image:url(/themes/slate/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
background-image:url(/themes/slate/tabs/tab-close.gif);
}
.x-tab-panel-body{
border-color:#abc;
background:#fff;
}
.x-tab-panel-bbar .x-toolbar{
border-color:#abc;
}
.x-tab-panel-tbar .x-toolbar{
border-color:#abc;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer{
border-color:#abc;
background:#6b869f;
}
.x-tab-scroller-left{
background-image:url(/themes/slate/tabs/scroll-left.gif);
border-color:#aeaeae;
}
.x-tab-scroller-right{
background-image:url(/themes/slate/tabs/scroll-right.gif);
border-color:#aeaeae;
}
/* Forms */
.x-form-check{
background:url('/themes/slate/form/checkbox.gif') no-repeat 0 0;
}
.x-form-radio{
background:url('/themes/slate/form/radio.gif') no-repeat 0 0;
}
.x-form-check-group-label{
border-bottom:1px solid #99bbe8;
color:#15428b;
margin-bottom:5px;
padding-left:3px !important;
float:none !important;
}
.x-form-text, textarea.x-form-field{
border:1px solid #9ab;
}
.x-trigger-wrap-focus .x-form-trigger{
border-bottom:1px solid #4a7192;
}
.x-form-focus,textarea.x-form-focus{
border:1px solid #4a7192;
}
.x-form-field-wrap .x-form-trigger{
background:transparent url(/themes/slate/form/trigger.gif) no-repeat 0 0;
}
.x-form-field-wrap .x-form-date-trigger{
background-image:url(/themes/slate/form/date-trigger.gif);
}
.x-form-field-wrap .x-form-clear-trigger{
background-image:url(/themes/slate/form/clear-trigger.gif);
}
.x-form-field-wrap .x-form-search-trigger{
background-image:url(/themes/slate/form/search-trigger.gif);
}
.x-form-field-wrap .x-form-trigger{
border-bottom:1px solid #778899;
}
.x-form-field-wrap .x-form-trigger-over{
background-position:-17px 0;
}
.x-form-field-wrap .x-form-trigger-click{
background-position:-34px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
background-position:-51px 0;
}
.x-trigger-wrap-focus .x-form-trigger-over{
background-position:-68px 0;
}
.x-trigger-wrap-focus .x-form-trigger-click{
background-position:-85px 0;
}
.x-form fieldset legend{
color:#333;
}
/* Buttons */
.x-btn button{
color:#fff;
}
.x-btn-over button{
color:#fff;
}
.x-btn-focus button{
color:#fff8da;
}
.x-btn-left{
background-image:url(/themes/slate/button/btn-sprite.gif);
}
.x-btn-right{
background-image:url(/themes/slate/button/btn-sprite.gif);
}
.x-btn-center{
background-image:url(/themes/slate/button/btn-sprite.gif);
}
.x-btn-text-icon .x-btn-with-menu .x-btn-center em{
background:transparent url(/themes/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
}
.x-btn-with-menu .x-btn-center em{
background:transparent url(/themes/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
}
.x-btn-menu-arrow-wrap .x-btn-center button{
background:transparent url(/themes/slate/button/btn-arrow.gif) no-repeat left 3px;
}
/* Toolbars */
.x-toolbar{
border-color:#abc;
background:#f0f4f5 url(/themes/slate/toolbar/bg.gif) repeat-x top left;
}
.x-toolbar button{
color:#f4f4f4;
}
.x-toolbar .ytb-text{
color:#f4f4f4;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
background-image:url(/themes/slate/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button{
background-image:url(/themes/slate/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-over .x-btn-left{
background-image:url(/themes/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-right{
background-image:url(/themes/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-center{
background-image:url(/themes/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over button{
color:#fff;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
background-image:url(/themes/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
background-image:url(/themes/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
background-image:url(/themes/slate/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .ytb-sep{
background-image:url(/themes/slate/grid/grid-split.gif);
}
.x-statusbar .x-status-text-panel{
border-color:#9ab #9ab #9ab #9ab;
}
.x-statusbar .x-status-text{
color:#ddc;
}
/* Resizable Handles */
.x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{
background:url(/themes/slate/sizer/e-handle.gif);background-position:left;
}
.x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{
background:url(/themes/slate/sizer/e-handle.gif);background-position:left;
}
.x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{
background:url(/themes/slate/sizer/s-handle.gif);background-position:top;
}
.x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{
background:url(/themes/slate/sizer/s-handle.gif);background-position:top;
}
.x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{
background:url(/themes/slate/sizer/se-handle.gif);background-position:top left;
}
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
background:url(/themes/slate/sizer/nw-handle.gif);background-position:bottom right;
}
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
background:url(/themes/slate/sizer/ne-handle.gif);background-position:bottom left;
}
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
background:url(/themes/slate/sizer/sw-handle.gif);background-position:top right;
}
.x-resizable-proxy{
border:1px dashed #748296;
}
/* Grids */
.x-grid-panel .x-panel-mc .x-panel-body{
border:1px solid #abc;
}
.x-grid3-row-selected{
background:#fbf0d2 !important;
border:1px dotted #ccc;
}
.x-grid3-hd-btn{
background:#f7ecc1 url(/themes/slate/grid/grid3-hd-btn.gif) no-repeat left center;
}
.x-grid3-header{
background:#f9f9f9 url(/themes/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
}
td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner{
background:#ebf3fd url(/themes/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
}
.sort-asc .x-grid3-sort-icon{
background-image:url(/themes/slate/grid/sort_asc.gif);
}
.sort-desc .x-grid3-sort-icon{
background-image:url(/themes/slate/grid/sort_desc.gif);
}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open{
border-left:1px solid #fff;
border-right:1px solid #ccc;
}
.x-grid3-check-col{
background-image:url(/themes/slate/menu/unchecked.gif);
}
.x-grid3-check-col-on{
background-image:url(/themes/slate/menu/checked.gif);
}
.x-grid3-cell-selected{
background-color:#e0eaee!important;
}
.x-grid3-body .x-grid3-td-expander{
background:transparent url(/themes/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-checker{
background:transparent url(/themes/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-numberer{
background:transparent url(/themes/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{
background:transparent url(/themes/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
}
.x-grid-group-hd{
border-bottom:2px solid #abb;
}
.x-grid-group-hd div{
color:#456;
}
.x-dd-drag-proxy .x-grid3-hd-inner{
background:#ebf3fd url(/themes/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
border:1px solid #abc;
}
.x-tbar-page-first{
background-image:url(/themes/slate/grid/page-first.gif)!important;
}
.x-tbar-page-last{
background-image:url(/themes/slate/grid/page-last.gif)!important;
}
.x-tbar-page-next{
background-image:url(/themes/slate/grid/page-next.gif)!important;
}
.x-tbar-page-prev{
background-image:url(/themes/slate/grid/page-prev.gif)!important;
}
.x-tbar-loading{
background-image:url(/themes/slate/grid/refresh.gif)!important;
}
.x-paging-info{
color:#ffffff;
}
/* Trees */
.x-tree-node .x-tree-selected{
background-color:#f7ecc1;
}
.x-tree-node .x-tree-selected a span{
background-color:#f7ecc1;
color:black;
}
.x-tree-arrows .x-tree-elbow-plus{
background:transparent url(/themes/slate/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-minus{
background:transparent url(/themes/slate/tree/arrows.gif) no-repeat -16px 0;
}
.x-tree-arrows .x-tree-elbow-end-plus{
background:transparent url(/themes/slate/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-end-minus{
background:transparent url(/themes/slate/tree/arrows.gif) no-repeat -16px 0;
}
/* Date Pickers */
.x-date-middle,.x-date-left,.x-date-right{
background:url(/themes/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
}
.x-date-bottom{
background:#dfecfb url(/themes/slate/shared/glass-bg.gif) repeat-x scroll left top;
border-top:1px solid #abc;
}
.x-date-right a{
background-image:url(/themes/slate/shared/right-btn.gif);
}
.x-date-left a{
background-image:url(/themes/slate/shared/left-btn.gif);
}
.x-date-inner th{
background:#dfecfb url(/themes/slate/shared/glass-bg.gif) repeat-x left top;
border-bottom:1px solid #abc;
color:#345;
}
.x-date-inner .x-date-selected a{
background:#dfecfb url(/themes/slate/shared/glass-bg.gif) repeat-x scroll left top;
border:1px solid #89a;
}
.x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{
background:#faedc0;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{
color:#123;
background:#faedc0;
}
.x-date-mp-ybtn a{
background:transparent url(/themes/slate/panel/tool-sprites.gif) no-repeat;
}
.x-date-mp-btns{
background:#dfecfb url(/themes/slate/shared/glass-bg.gif) repeat-x scroll left top;
}
td.x-date-mp-sel a{
background:#dfecfb url(/themes/slate/shared/glass-bg.gif) repeat-x left top;
border:1px solid #abc;
}
.x-date-mp-btns button{
background:#405574;
border:1px solid;
border-color:#abc #055 #055 #abc;
}
/* Tips */
.x-tip .x-tip-close{
background-image:url(/themes/slate/qtip/close.gif);
}
.x-tip .x-tip-tc{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
}
.x-tip .x-tip-tl{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat 0 0;
}
.x-tip .x-tip-tr{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat right 0;
}
.x-tip .x-tip-bc{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
}
.x-tip .x-tip-bl{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
}
.x-tip .x-tip-br{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat right -59px;
}
.x-tip .x-tip-ml{
background:#fff url(/themes/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
}
.x-tip .x-tip-mr{
background:transparent url(/themes/slate/qtip/tip-sprite.gif) no-repeat right -124px;
}
.x-form-invalid-tip .x-tip-tc{
background:url(/themes/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;
}
.x-form-invalid-tip .x-tip-tl{
background-image:url(/themes/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-tr{
background-image:url(/themes/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bc{
background:url(/themes/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;
}
.x-form-invalid-tip .x-tip-bl{
background:url(/themes/default/form/error-tip-corners.gif) no-repeat 0 -6px;
}
.x-form-invalid-tip .x-tip-br{
background:url(/themes/default/form/error-tip-corners.gif) no-repeat right -6px;
}
.x-form-invalid-tip .x-tip-ml{
background-image:url(/themes/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-mr{
background-image:url(/themes/default/form/error-tip-corners.gif);
}
/* Menus */
.x-menu{
border:1px solid #aaa;
background:#f0f0f0 url(/themes/slate/menu/menu.gif) repeat-y;
}
.x-menu-item-active{
background:#ebf3fd url(/themes/slate/menu/item-over.gif) repeat-x left bottom;
border:1px solid #c2cbd2;
}
.x-menu-item-arrow{
background:transparent url(/themes/slate/menu/menu-parent.gif) no-repeat right;
}
.x-menu-check-item .x-menu-item-icon{
background:transparent url(/themes/slate/menu/unchecked.gif) no-repeat center;
}
.x-menu-item-checked .x-menu-item-icon{
background-image:url(/themes/slate/menu/checked.gif);
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
background:transparent url(/themes/slate/menu/group-checked.gif)
}
.x-menu-group-item .x-menu-item-icon{
background:transparent none repeat scroll 0 0;
}
/* Combos */
.x-combo-list{
border:1px solid #89a;
background:#bdcbd4 none repeat scroll 0 0;
}
.x-combo-list .x-combo-selected{
border:1px dotted #ccc!important;
background:#fbf0d2;
}
.x-resizable-pinned .x-combo-list-inner{
border-bottom:1px solid #9ab;
}
/* Panels */
.x-panel{
border-style:solid;
border-color:#abc;
border-width:0;
}
.x-panel-header{
color:#f8f8f8;
border:1px solid #abc;
background-image:url(/themes/slate/panel/white-top-bottom.gif);
}
.x-panel-body{
border-color:#abc;
}
.x-panel-bbar .x-toolbar{
border-color:#abc;
}
.x-panel-tbar .x-toolbar{
border-color:#abc;
}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar{
border-color:#abc;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body{
border-color:#abc;
}
.x-panel-tl .x-panel-header{
color:#f4f4f4;
}
.x-panel-tc{
background-image:url(/themes/slate/panel/top-bottom.gif);
}
.x-panel-tl{
background-image:url(/themes/slate/panel/corners-sprite.gif);
border-color:#abc;
}
.x-panel-tr{
background-image:url(/themes/slate/panel/corners-sprite.gif);
}
.x-panel-bc{
background-image:url(/themes/slate/panel/top-bottom.gif);
}
.x-panel-bl{
background-image:url(/themes/slate/panel/corners-sprite.gif);
}
.x-panel-br{
background-image:url(/themes/slate/panel/corners-sprite.gif);
}
.x-panel-mc{
background:#dde5e9;
}
.x-panel-mc .x-panel-body{
background:transparent;
border:0 none;
}
.x-panel-ml{
background-image:url(/themes/slate/panel/left-right.gif);
}
.x-panel-mr{
background-image:url(/themes/slate/panel/left-right.gif);
}
.x-panel-dd-spacer{
border:2px dashed #89a;
}
.x-tool{
background-image:url(/themes/slate/panel/tool-sprites.gif);
}
.x-panel-ghost{
background:#e0e0e0;
}
.x-panel-ghost ul{
border-color:#b0b0b0;
}
/* Windows */
.x-window-proxy{
background:#e4e8ec;
border-color:#abc;
}
.x-window-tl .x-window-header{
color:#fafafa;
}
.x-window-tc{
background-image:url(/themes/slate/window/top-bottom.png);
}
.x-window-tl{
background-image:url(/themes/slate/window/left-corners.png);
}
.x-window-tr{
background-image:url(/themes/slate/window/right-corners.png);
}
.x-window-bc{
background-image:url(/themes/slate/window/top-bottom.png);
}
.x-window-bl{
background-image:url(/themes/slate/window/left-corners.png);
}
.x-window-br{
background-image:url(/themes/slate/window/right-corners.png);
}
.x-window-mc{
border:1px solid #abc;
background:#e8e8e8;
}
.x-window-ml{
background-image:url(/themes/slate/window/left-right.png);
}
.x-window-mr{
background-image:url(/themes/slate/window/left-right.png);
}
.x-panel-ghost .x-window-tl{
border-color:#abc;
}
.x-panel-collapsed .x-window-tl{
border-color:#abc;
}
.x-window-plain .x-window-mc{
background:#e8e8e8;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
border-top:1px solid #abc;
border-left:1px solid #abc;
}
.x-window-plain .x-window-body{
border-left:1px solid #ddd;
border-top:1px solid #ddd;
border-bottom:1px solid #abc;
border-right:1px solid #abc;
background:transparent !important;
}
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc{
background-color:#eceef0;
}
/* HTML Editors */
.x-html-editor-wrap{
border-color:#abc;
}
.x-html-editor-tb .x-btn-text{
background:transparent url(/themes/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
}
/* Panel Borders */
.x-panel-noborder .x-panel-body-noborder{
border-width:0;
}
.x-panel-noborder .x-panel-header-noborder{
border-width:0;
border-bottom:1px solid #abc;
}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar{
border-width:0;
border-bottom:1px solid #abc;
}
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar{
border-width:0;
border-top:1px solid #abc;
}
.x-window-noborder .x-window-mc{
border-width:0;
}
.x-window-plain .x-window-body-noborder{
border-width:0;
}
.x-tab-panel-noborder .x-tab-panel-body-noborder{
border-width:0;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder{
border-top-width:0;
border-left-width:0;
border-right-width:0;
}
.x-tab-panel-noborder .x-tab-panel-footer-noborder{
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
}
.x-tab-panel-bbar-noborder .x-toolbar{
border-width:0;
border-top:1px solid #abc;
}
.x-tab-panel-tbar-noborder .x-toolbar{
border-width:0;
border-bottom:1px solid #abc;
}
/* Layout */
.x-border-layout-ct{
background:#f0f0f0;
}
.x-accordion-hd{
background-image:url(/themes/slate/panel/light-hd.gif);
}
.x-layout-collapsed{
background-color:#567;
border-color:#e0e0e0;
}
.x-layout-collapsed-over{
background-color:#789;
}
/* Progress Bars */
.x-progress-bar{
background:#fbefb4 url(/themes/slate/progress/progress-bg.gif) repeat-x left center;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
}
.x-progress-inner{
background:#e0e8f3 url(/themes/slate/qtip/bg.gif) repeat-x scroll 0 0;
}
.x-progress-text{
color:#9ab;
}
.x-progress-text-back{
color:#789;
}
.x-progress-wrap{
border:1px solid #b0b8c4;
}
/* Sliders */
.x-slider-horz .x-slider-thumb{
background:transparent url(/themes/slate/slider/slider-thumb.png) no-repeat 0 0;
}
.x-slider-vert .x-slider-thumb{
background:transparent url(/themes/slate/slider/slider-v-thumb.png) no-repeat 0 0;
}
.x-slider-horz .x-slider-thumb-over{
background-position:-14px -15px;
}
.x-slider-horz .x-slider-thumb-drag{
background-position:-28px -30px;
}
.x-slider-vert .x-slider-thumb-over{
background-position:-15px -14px;
}
.x-slider-vert .x-slider-thumb-drag{
background-position:-30px -28px;
}
.x-slider-horz{
background:transparent url(/themes/slate/slider/slider-bg.png) no-repeat 0 -22px;
}
.x-slider-horz .x-slider-end{
background:transparent url(/themes/slate/slider/slider-bg.png) no-repeat right -44px;
}
.x-slider-horz .x-slider-inner{
background:transparent url(/themes/slate/slider/slider-bg.png) repeat-x 0 0;
}
.x-slider-vert{
background:transparent url(/themes/slate/slider/slider-v-bg.png) no-repeat -44px 0;
}
.x-slider-vert .x-slider-end{
background:transparent url(/themes/slate/slider/slider-v-bg.png) no-repeat -22px bottom;
}
.x-slider-vert .x-slider-inner{
background:transparent url(/themes/slate/slider/slider-v-bg.png) repeat-y 0 0;
}

70
deluge/ui/web/gettext.js Normal file
View File

@ -0,0 +1,70 @@
/*
* Script: gettext.js
* A script file that is run through the template renderer in order for
* translated strings to be retrieved.
*
* Copyright:
* Damien Churchill (c) 2008
*/
GetText = {
maps: {},
add: function(string, translation) {
this.maps[string] = translation;
},
get: function(string) {
if (this.maps[string]) {
return this.maps[string];
} else {
return string;
}
}
}
// Torrent Menu Strings //
GetText.add('Pause', '${_("Pause")}');
GetText.add('Resume', '${_("Resume")}');
GetText.add('Options', '${_("Options")}');
GetText.add('D/L Speed Limit', '${_("D/L Speed Limit")}');
GetText.add('U/L Speed Limit', '${_("U/L Speed Limit")}');
GetText.add('Unlimited', '${_("Unlimited")}');
GetText.add('Connection Limit', '${_("Connection Limit")}');
GetText.add('Upload Slot Limit', '${_("Upload Slot Limit")}');
GetText.add('Auto Managed', '${_("Auto Managed")}');
GetText.add('Queue', '${_("Queue")}');
GetText.add('Top', '${_("Top")}');
GetText.add('Up', '${_("Up")}');
GetText.add('Down', '${_("Down")}');
GetText.add('Bottom', '${_("Bottom")}');
GetText.add('Update Tracker', '${_("Update Tracker")}');
GetText.add('Edit Trackers', '${_("Edit Trackers")}');
GetText.add('Remove Torrent', '${_("Remove Torrent")}');
GetText.add('From Session', '${_("From Session")}');
GetText.add('... and delete Torrent file',
'${_("... and delete Torrent file")}');
GetText.add('... and delete Downloaded files',
'${_("... and delete Downloaded files")}');
GetText.add('... and delete All files',
'${_("... and delete All files")}');
GetText.add('Force Recheck', '${_("Force Recheck")}');
GetText.add('Move Storage', '${_("Move Storage")}');
// Add Torrents Window //
GetText.add('Add Torrents', '${_("Add Torrents")}');
GetText.add('Create Torrent', '${_("Create Torrent")}');
GetText.add('Torrents Window', '${_("Torrents Window")}');
GetText.add('From Url', '${_("From Url")}');
GetText.add('Ok', '${_("Ok")}');
GetText.add('Cancel', '${_("Cancel")}');
// Details //
GetText.add('Statistics', '${_("Statistics")}');
GetText.add('Details', '${_("Details")}');
GetText.add('Files', '${_("Files")}');
GetText.add('Peers', '${_("Peers")}');
GetText.add('Options', '${_("Options")}');
function _(string) {
return GetText.get(string);
}

View File

@ -0,0 +1,14 @@
icons in this folder are copied from the kde oxygen set
http://www.oxygen-icons.org/?page_id=4
LICENCE:
Oxygen icon theme is dual licensed.
You may copy it under the Creative Common Attribution-ShareAlike 3.0 License
or the GNU Library General Public License.
ICONS NOT UNDER THIS LICENCE:
*none yet
*add them here if needed.

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

View File

@ -0,0 +1,5 @@
images from the kde-oxygen set.
See webui/scripts/copy_icons.py for mapping.
See LICENSE for a list of icons not taken from oxygen.

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

View File

@ -0,0 +1,14 @@
icons in this folder are copied from the kde oxygen set
http://www.oxygen-icons.org/?page_id=4
LICENCE:
Oxygen icon theme is dual licensed.
You may copy it under the Creative Common Attribution-ShareAlike 3.0 License
or the GNU Library General Public License.
ICONS NOT UNDER THIS LICENCE:
*none yet
*add them here if needed.

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

View File

@ -0,0 +1,5 @@
images from the kde-oxygen set.
See webui/scripts/copy_icons.py for mapping.
See LICENSE for a list of icons not taken from oxygen.

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

BIN
deluge/ui/web/images/up.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

27
deluge/ui/web/index.html Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<title>Deluge: AJAX UI (alpha) ${version}</title>
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="/css/xtheme-slate.css" />
<link rel="stylesheet" type="text/css" href="/css/deluge.css" />
<!-- Javascript -->
<script type="text/javascript" src="/js/mootools-1.2.1-core-yc.js"></script>
<script type="text/javascript" src="/js/ext-mootools-adapter.js"></script>
<script type="text/javascript" src="/js/ext-all.js"></script>
<script type="text/javascript" src="/js/rpc.js"></script>
<script type="text/javascript" src="/gettext.js"></script>
<script type="text/javascript" src="/js/deluge.js"></script>
<script type="text/javascript" src="/js/deluge-menus.js"></script>
<script type="text/javascript" src="/js/deluge-bars.js"></script>
<script type="text/javascript" src="/js/deluge-torrents.js"></script>
<script type="text/javascript" src="/js/deluge-details.js"></script>
<script type="text/javascript" src="/js/deluge-ui.js"></script>
</head>
<body>
<div id="torrents"></div>
<div id="details"></div>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More