2017-11-02 12:14:27 +03:00
<!DOCTYPE html>
< html lang = "${LANG}" >
2018-04-05 06:59:31 +03:00
2008-05-17 16:44:42 +04:00
< head >
2018-03-21 09:34:37 +03:00
< meta charset = "UTF-8" / >
2017-11-02 12:14:27 +03:00
< meta http-equiv = "X-UA-Compatible" content = "IE=10" / >
2019-04-17 15:09:03 +03:00
< title > qBittorrent Web UI< / title >
2018-05-08 16:05:48 +03:00
< link rel = "icon" type = "image/png" href = "images/skin/qbittorrent32.png" / >
2019-04-17 15:09:03 +03:00
< link rel = "stylesheet" type = "text/css" href = "css/dynamicTable.css?v=${CACHEID}" / >
< link rel = "stylesheet" type = "text/css" href = "css/style.css?v=${CACHEID}" / >
2014-12-08 00:14:55 +03:00
<!-- <link rel="stylesheet" type="text/css" href="css/Content.css" /> -->
2019-04-17 15:09:03 +03:00
< link rel = "stylesheet" type = "text/css" href = "css/Core.css?v=${CACHEID}" / >
< link rel = "stylesheet" type = "text/css" href = "css/Layout.css?v=${CACHEID}" / >
< link rel = "stylesheet" type = "text/css" href = "css/Window.css?v=${CACHEID}" / >
< link rel = "stylesheet" type = "text/css" href = "css/Tabs.css?v=${CACHEID}" / >
2019-01-29 11:53:46 +03:00
< noscript >
2019-04-17 15:09:03 +03:00
< link rel = "stylesheet" type = "text/css" href = "css/noscript.css?v=${CACHEID}" / >
2019-01-29 11:53:46 +03:00
< / noscript >
2018-04-01 20:04:42 +03:00
< script src = "scripts/lib/mootools-1.2-core-yc.js" > < / script >
< script src = "scripts/lib/mootools-1.2-more.js" > < / script >
2018-12-28 21:34:48 +03:00
< script src = "scripts/lib/mocha-0.9.6-yc.js" > < / script >
2019-04-17 15:09:03 +03:00
< script src = "scripts/mocha-init.js?locale=${LANG}&v=${CACHEID}" > < / script >
2018-12-28 21:34:48 +03:00
< script src = "scripts/lib/clipboard-2.0.0.min.js" > < / script >
2019-04-17 15:09:03 +03:00
< script src = "scripts/misc.js?locale=${LANG}&v=${CACHEID}" > < / script >
< script src = "scripts/progressbar.js?v=${CACHEID}" > < / script >
< script src = "scripts/dynamicTable.js?locale=${LANG}&v=${CACHEID}" > < / script >
< script src = "scripts/client.js?locale=${LANG}&v=${CACHEID}" > < / script >
< script src = "scripts/contextmenu.js?locale=${LANG}&v=${CACHEID}" > < / script >
2008-05-17 16:44:42 +04:00
< / head >
2018-04-05 06:59:31 +03:00
2008-05-17 16:44:42 +04:00
< body >
2019-01-29 11:53:46 +03:00
< noscript id = "noscript" >
< h1 > QBT_TR(JavaScript Required! You must enable JavaScript for the Web UI to work properly)QBT_TR[CONTEXT=HttpServer]< / h1 >
< / noscript >
2014-12-08 00:14:55 +03:00
< div id = "desktop" >
< div id = "desktopHeader" >
<!-- <div id="desktopTitlebar">
< h1 class = "applicationTitle" > qBittorrent Web User Interface < span class = "version" > version 2.0.0< / span > < / h1 >
< / div > -->
< div id = "desktopNavbar" >
< ul >
< li >
2018-06-07 20:07:28 +03:00
< a class = "returnFalse" > QBT_TR(File)QBT_TR[CONTEXT=MainWindow]< / a >
2014-12-08 00:14:55 +03:00
< ul >
2018-06-07 20:07:28 +03:00
< li > < a id = "uploadLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Add Torrent File...)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/list-add.svg" width = "16" height = "16" / > QBT_TR(Add Torrent File...)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li > < a id = "downloadLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Add Torrent Link...)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/insert-link.svg" width = "16" height = "16" / > QBT_TR(Add Torrent Link...)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2018-07-23 07:28:14 +03:00
< li class = "divider" > < a id = "logoutLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Logout)QBT_TR[CONTEXT=HttpServer]" src = "images/qbt-theme/system-log-out.svg" width = "16" height = "16" / > QBT_TR(Logout)QBT_TR[CONTEXT=HttpServer]< / a > < / li >
< li > < a id = "shutdownLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Exit qBittorrent)QBT_TR[CONTEXT=HttpServer]" src = "images/qbt-theme/application-exit.svg" width = "16" height = "16" / > QBT_TR(Exit qBittorrent)QBT_TR[CONTEXT=HttpServer]< / a > < / li >
2014-12-08 00:14:55 +03:00
< / ul >
< / li >
< li >
2018-06-07 20:07:28 +03:00
< a class = "returnFalse" > QBT_TR(Edit)QBT_TR[CONTEXT=MainWindow]< / a >
2014-12-08 00:14:55 +03:00
< ul >
2018-06-07 20:07:28 +03:00
< li > < a id = "resumeAllLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Resume All)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/media-playback-start.svg" width = "16" height = "16" / > QBT_TR(Resume All)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li > < a id = "pauseAllLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Pause All)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/media-playback-pause.svg" width = "16" height = "16" / > QBT_TR(Pause All)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li class = "divider" > < a id = "resumeLink" > < img class = "MyMenuIcon" alt = "QBT_TR(Resume)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/media-playback-start.svg" width = "16" height = "16" / > QBT_TR(Resume)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li > < a id = "pauseLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/media-playback-pause.svg" alt = "QBT_TR(Pause)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Pause)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li class = "divider" > < a id = "deleteLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/list-remove.svg" alt = "QBT_TR(Delete)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Delete)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2018-12-08 02:01:09 +03:00
< li id = "topQueuePosItem" class = "divider" > < a id = "topPrioLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/go-top.svg" alt = "QBT_TR(Top of Queue)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Top of Queue)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li id = "increaseQueuePosItem" > < a id = "increasePrioLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/go-up.svg" alt = "QBT_TR(Move Up Queue)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Move Up Queue)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2019-07-15 03:41:11 +03:00
< li id = "decreaseQueuePosItem" > < a id = "decreasePrioLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/go-down.svg" alt = "QBT_TR(Move Down Queue)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Move Down Queue)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2018-12-08 02:01:09 +03:00
< li id = "bottomQueuePosItem" > < a id = "bottomPrioLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/go-bottom.svg" alt = "QBT_TR(Bottom of Queue)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Bottom of Queue)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2018-07-23 07:28:14 +03:00
< li class = "divider" > < a id = "recheckLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/document-edit-verify.svg" alt = "QBT_TR(Force Recheck)QBT_TR[CONTEXT=TransferListWidget]" width = "16" height = "16" / > QBT_TR(Force recheck)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
2014-12-08 00:14:55 +03:00
< / ul >
< / li >
< li >
2018-06-07 20:07:28 +03:00
< a class = "returnFalse" > QBT_TR(View)QBT_TR[CONTEXT=MainWindow]< / a >
2014-12-08 00:14:55 +03:00
< ul >
2018-06-07 20:07:28 +03:00
< li > < a id = "showTopToolbarLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Top Toolbar)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Top Toolbar)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li > < a id = "showStatusBarLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Status Bar)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Status Bar)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li > < a id = "speedInBrowserTitleBarLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Speed in Title Bar)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Speed in Title Bar)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2017-12-28 21:05:36 +03:00
< li class = "divider" > < a id = "showSearchEngineLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Search Engine)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Search Engine)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li class = "divider" > < a id = "StatisticsLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/view-statistics.svg" alt = "QBT_TR(Statistics)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Statistics)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2014-12-08 00:14:55 +03:00
< / ul >
< / li >
< li >
2018-06-07 20:07:28 +03:00
< a class = "returnFalse" > QBT_TR(Tools)QBT_TR[CONTEXT=MainWindow]< / a >
2014-12-08 00:14:55 +03:00
< ul >
2018-06-07 20:07:28 +03:00
< li > < a id = "preferencesLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/configure.svg" alt = "QBT_TR(Options...)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Options...)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2019-07-15 03:40:42 +03:00
< li > < a id = "registerMagnetHandlerLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/kt-magnet.svg" alt = "QBT_TR(Register to handle magnet links...)QBT_TR[CONTEXT=HttpServer]" width = "16" height = "16" / > QBT_TR(Register to handle magnet links...)QBT_TR[CONTEXT=HttpServer]< / a > < / li >
2014-12-08 00:14:55 +03:00
< / ul >
< / li >
< li >
2018-06-07 20:07:28 +03:00
< a class = "returnFalse" > QBT_TR(Help)QBT_TR[CONTEXT=MainWindow]< / a >
2014-12-08 00:14:55 +03:00
< ul >
2018-06-07 20:07:28 +03:00
< li > < a id = "docsLink" target = "_blank" href = "http://wiki.qbittorrent.org/" > < img class = "MyMenuIcon" src = "images/qbt-theme/help-contents.svg" alt = "QBT_TR(Documentation)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Documentation)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li class = "divider" > < a id = "bugLink" target = "_blank" href = "https://www.qbittorrent.org/donate" > < img class = "MyMenuIcon" src = "images/qbt-theme/wallet-open.svg" alt = "QBT_TR(Donate!)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(Donate!)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li > < a id = "aboutLink" > < img class = "MyMenuIcon" src = "images/qbt-theme/help-about.svg" alt = "QBT_TR(About)QBT_TR[CONTEXT=MainWindow]" width = "16" height = "16" / > QBT_TR(About)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
2014-12-08 00:14:55 +03:00
< / ul >
< / li >
< / ul >
< / div >
< div id = "mochaToolbar" >
2018-06-07 20:07:28 +03:00
< a id = "downloadButton" > < img class = "mochaToolButton" title = "QBT_TR(Add Torrent Link...)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/insert-link.svg" alt = "QBT_TR(Add Torrent Link...)QBT_TR[CONTEXT=MainWindow]" width = "24" height = "24" / > < / a >
< a id = "uploadButton" > < img class = "mochaToolButton" title = "QBT_TR(Add Torrent File...)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/list-add.svg" alt = "QBT_TR(Add Torrent File...)QBT_TR[CONTEXT=MainWindow]" width = "24" height = "24" / > < / a >
2018-07-23 07:28:14 +03:00
< a id = "deleteButton" class = "divider" > < img class = "mochaToolButton" title = "QBT_TR(Delete)QBT_TR[CONTEXT=TransferListWidget]" src = "images/qbt-theme/list-remove.svg" alt = "QBT_TR(Delete)QBT_TR[CONTEXT=TransferListWidget]" width = "24" height = "24" / > < / a >
< a id = "resumeButton" class = "divider" > < img class = "mochaToolButton" title = "QBT_TR(Resume)QBT_TR[CONTEXT=TransferListWidget]" src = "images/qbt-theme/media-playback-start.svg" alt = "QBT_TR(Resume)QBT_TR[CONTEXT=TransferListWidget]" width = "24" height = "24" / > < / a >
< a id = "pauseButton" > < img class = "mochaToolButton" title = "QBT_TR(Pause)QBT_TR[CONTEXT=TransferListWidget]" src = "images/qbt-theme/media-playback-pause.svg" alt = "QBT_TR(Pause)QBT_TR[CONTEXT=TransferListWidget]" width = "24" height = "24" / > < / a >
2014-12-08 00:14:55 +03:00
< span id = "queueingButtons" >
2018-12-08 02:01:09 +03:00
< a id = "topPrioButton" class = "divider" > < img class = "mochaToolButton" title = "QBT_TR(Move to the top of the queue)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/go-top.svg" alt = "QBT_TR(Top of Queue)QBT_TR[CONTEXT=MainWindow]" width = "24" height = "24" / > < / a >
< a id = "increasePrioButton" > < img class = "mochaToolButton" title = "QBT_TR(Move up in the queue)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/go-up.svg" alt = "QBT_TR(Move Up Queue)QBT_TR[CONTEXT=MainWindow]" width = "24" height = "24" / > < / a >
< a id = "decreasePrioButton" > < img class = "mochaToolButton" title = "QBT_TR(Move down in the queue)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/go-down.svg" alt = "QBT_TR(Move Down Queue)QBT_TR[CONTEXT=MainWindow]" width = "24" height = "24" / > < / a >
< a id = "bottomPrioButton" > < img class = "mochaToolButton" title = "QBT_TR(Move to the bottom of the queue)QBT_TR[CONTEXT=MainWindow]" src = "images/qbt-theme/go-bottom.svg" alt = "QBT_TR(Bottom of Queue)QBT_TR[CONTEXT=MainWindow]" width = "24" height = "24" / > < / a >
2014-12-08 00:14:55 +03:00
< / span >
2018-07-23 07:28:14 +03:00
< a id = "preferencesButton" class = "divider" > < img class = "mochaToolButton" title = "QBT_TR(Options)QBT_TR[CONTEXT=OptionsDialog]" src = "images/qbt-theme/configure.svg" alt = "QBT_TR(Options)QBT_TR[CONTEXT=OptionsDialog]" width = "24" height = "24" / > < / a >
2017-12-28 21:05:36 +03:00
< div id = "mainWindowTabs" class = "toolbarTabs" >
< ul id = "mainWindowTabsList" class = "tab-menu" >
< li id = "transfersTabLink" class = "selected" > < a class = "tab" > QBT_TR(Transfers)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< li id = "searchTabLink" > < a class = "tab" > QBT_TR(Search)QBT_TR[CONTEXT=MainWindow]< / a > < / li >
< / ul >
< div class = "clear" > < / div >
< / div >
2018-12-08 06:41:20 +03:00
< div id = "torrentsFilterToolbar" >
< input type = "text" id = "torrentsFilterInput" placeholder = "QBT_TR(Filter torrent list...)QBT_TR[CONTEXT=MainWindow]" autocorrect = "off" autocapitalize = "none" / >
< / div >
2014-12-08 00:14:55 +03:00
< / div >
< / div >
< div id = "pageWrapper" >
< / div >
< / div >
2016-01-20 22:57:42 +03:00
< ul id = "torrentsTableMenu" class = "contextMenu" >
2018-12-28 20:51:17 +03:00
< li > < a href = "#start" > < img src = "images/qbt-theme/media-playback-start.svg" alt = "QBT_TR(Resume)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Resume)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#pause" > < img src = "images/qbt-theme/media-playback-pause.svg" alt = "QBT_TR(Pause)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Pause)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#forceStart" > < img src = "images/qbt-theme/media-seek-forward.svg" alt = "QBT_TR(Force Resume)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Force Resume)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li class = "separator" > < a href = "#delete" > < img src = "images/qbt-theme/list-remove.svg" alt = "QBT_TR(Delete)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Delete)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
2015-02-15 00:19:54 +03:00
< li class = "separator" >
2018-12-28 20:51:17 +03:00
< a href = "#setLocation" > < img src = "images/qbt-theme/inode-directory.svg" alt = "QBT_TR(Set location...)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Set location...)QBT_TR[CONTEXT=TransferListWidget]< / a >
< a href = "#rename" > < img src = "images/qbt-theme/edit-rename.svg" alt = "QBT_TR(Rename...)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Rename...)QBT_TR[CONTEXT=TransferListWidget]< / a >
2017-08-06 12:04:39 +03:00
< / li >
< li >
2018-07-23 07:28:14 +03:00
< a href = "#Category" class = "arrow-right" > < img src = "images/qbt-theme/view-categories.svg" alt = "QBT_TR(Category)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Category)QBT_TR[CONTEXT=TransferListWidget]< / a >
2016-07-18 22:33:16 +03:00
< ul id = "contextCategoryList" class = "scrollableMenu" > < / ul >
2015-02-15 00:19:54 +03:00
< / li >
2017-07-05 08:47:23 +03:00
< li >
2018-12-28 20:51:17 +03:00
< a href = "#autoTorrentManagement" > < img src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]< / a >
2017-07-05 08:47:23 +03:00
< / li >
2018-12-28 20:51:17 +03:00
< li class = "separator" > < a href = "#downloadLimit" > < img src = "images/qbt-theme/kt-set-max-download-speed.svg" alt = "QBT_TR(Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#uploadLimit" > < img src = "images/qbt-theme/kt-set-max-upload-speed.svg" alt = "QBT_TR(Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#shareRatio" > < img src = "images/skin/ratio.svg" alt = "QBT_TR(Limit share ratio...)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Limit share ratio...)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#superSeeding" > < img src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Super seeding mode)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Super seeding mode)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li class = "separator" > < a href = "#sequentialDownload" > < img src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Download in sequential order)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Download in sequential order)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#firstLastPiecePrio" > < img src = "images/qbt-theme/checked.svg" alt = "QBT_TR(Download first and last pieces first)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Download first and last pieces first)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li class = "separator" > < a href = "#forceRecheck" > < img src = "images/qbt-theme/document-edit-verify.svg" alt = "QBT_TR(Force recheck)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Force recheck)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#forceReannounce" > < img src = "images/qbt-theme/document-edit-verify.svg" alt = "QBT_TR(Force reannounce)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Force reannounce)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
2014-12-08 00:46:07 +03:00
< li id = "queueingMenuItems" class = "separator" >
2018-12-08 02:01:09 +03:00
< a href = "#queue" class = "arrow-right" > < span style = "display: inline-block; width:16px" > < / span > QBT_TR(Queue)QBT_TR[CONTEXT=TransferListWidget]< / a >
2014-12-08 00:46:07 +03:00
< ul >
2018-12-28 20:51:17 +03:00
< li > < a href = "#queueTop" > < img src = "images/qbt-theme/go-top.svg" alt = "QBT_TR(Move to top)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Move to top)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#queueUp" > < img src = "images/qbt-theme/go-up.svg" alt = "QBT_TR(Move up)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Move up)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#queueDown" > < img src = "images/qbt-theme/go-down.svg" alt = "QBT_TR(Move down)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Move down)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#queueBottom" > < img src = "images/qbt-theme/go-bottom.svg" alt = "QBT_TR(Move to bottom)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Move to bottom)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
2014-12-08 00:46:07 +03:00
< / ul >
2014-12-08 00:14:55 +03:00
< / li >
2019-07-15 06:21:43 +03:00
< li >
< a href = "#" class = "arrow-right" > < img src = "images/qbt-theme/edit-copy.svg" alt = "QBT_TR(Copy)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Copy)QBT_TR[CONTEXT=TransferListWidget]< / a >
< ul >
< li > < a href = "#" id = "copyName" class = "copyToClipboard" > < img src = "images/qbt-theme/edit-copy.svg" alt = "QBT_TR(Name)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Name)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#" id = "copyHash" class = "copyToClipboard" > < img src = "images/qbt-theme/edit-copy.svg" alt = "QBT_TR(Hash)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Hash)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< li > < a href = "#" id = "copyMagnetLink" class = "copyToClipboard" > < img src = "images/qbt-theme/kt-magnet.svg" alt = "QBT_TR(Magnet link)QBT_TR[CONTEXT=TransferListWidget]" / > QBT_TR(Magnet link)QBT_TR[CONTEXT=TransferListWidget]< / a > < / li >
< / ul >
< / li >
2014-12-08 00:14:55 +03:00
< / ul >
2016-01-20 22:57:42 +03:00
< ul id = "categoriesFilterMenu" class = "contextMenu" >
2018-12-28 20:51:17 +03:00
< li > < a href = "#createCategory" > < img src = "images/qbt-theme/list-add.svg" alt = "QBT_TR(Add category...)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Add category...)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
< li > < a href = "#editCategory" > < img src = "images/qbt-theme/document-edit.svg" alt = "QBT_TR(Edit category...)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Edit category...)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
< li > < a href = "#deleteCategory" > < img src = "images/qbt-theme/list-remove.svg" alt = "QBT_TR(Remove category)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Remove category)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
< li > < a href = "#deleteUnusedCategories" > < img src = "images/qbt-theme/list-remove.svg" alt = "QBT_TR(Remove unused categories)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Remove unused categories)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
< li class = "separator" > < a href = "#startTorrentsByCategory" > < img src = "images/qbt-theme/media-playback-start.svg" alt = "QBT_TR(Resume torrents)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Resume torrents)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
< li > < a href = "#pauseTorrentsByCategory" > < img src = "images/qbt-theme/media-playback-pause.svg" alt = "QBT_TR(Pause torrents)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Pause torrents)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
< li > < a href = "#deleteTorrentsByCategory" > < img src = "images/qbt-theme/edit-delete.svg" alt = "QBT_TR(Delete torrents)QBT_TR[CONTEXT=CategoryFilterWidget]" / > QBT_TR(Delete torrents)QBT_TR[CONTEXT=CategoryFilterWidget]< / a > < / li >
2016-01-20 22:57:42 +03:00
< / ul >
2018-10-22 02:42:56 +03:00
< ul id = "torrentTrackersMenu" class = "contextMenu" >
< li > < a href = "#AddTracker" > < img src = "images/qbt-theme/list-add.svg" alt = "QBT_TR(Add a new tracker...)QBT_TR[CONTEXT=TrackerListWidget]" / > QBT_TR(Add a new tracker...)QBT_TR[CONTEXT=TrackerListWidget]< / a > < / li >
< li class = "separator" > < a href = "#EditTracker" > < img src = "images/qbt-theme/document-edit.svg" alt = "QBT_TR(Edit tracker URL...)QBT_TR[CONTEXT=TrackerListWidget]" / > QBT_TR(Edit tracker URL...)QBT_TR[CONTEXT=TrackerListWidget]< / a > < / li >
< li > < a href = "#RemoveTracker" > < img src = "images/qbt-theme/list-remove.svg" alt = "QBT_TR(Remove tracker)QBT_TR[CONTEXT=TrackerListWidget]" / > QBT_TR(Remove tracker)QBT_TR[CONTEXT=TrackerListWidget]< / a > < / li >
< li > < a href = "#CopyTrackerUrl" id = "CopyTrackerUrl" > < img src = "images/qbt-theme/edit-copy.svg" alt = "QBT_TR(Copy tracker URL)QBT_TR[CONTEXT=TrackerListWidget]" / > QBT_TR(Copy tracker URL)QBT_TR[CONTEXT=TrackerListWidget]< / a > < / li >
< / ul >
2018-12-27 11:08:58 +03:00
< ul id = "torrentFilesMenu" class = "contextMenu" >
< li class = "separator" >
< a href = "#FilePrio" class = "arrow-right" > < span style = "display: inline-block; width: 16px;" > < / span > QBT_TR(Priority)QBT_TR[CONTEXT=PropertiesWidget]< / a >
< ul >
< li > < a href = "#FilePrioIgnore" > < span style = "display: inline-block; width: 16px;" > < / span > QBT_TR(Do not download)QBT_TR[CONTEXT=PropListDelegate]< / a > < / li >
< li > < a href = "#FilePrioNormal" > < span style = "display: inline-block; width: 16px;" > < / span > QBT_TR(Normal)QBT_TR[CONTEXT=PropListDelegate]< / a > < / li >
< li > < a href = "#FilePrioHigh" > < span style = "display: inline-block; width: 16px;" > < / span > QBT_TR(High)QBT_TR[CONTEXT=PropListDelegate]< / a > < / li >
< li > < a href = "#FilePrioMaximum" > < span style = "display: inline-block; width: 16px;" > < / span > QBT_TR(Maximum)QBT_TR[CONTEXT=PropListDelegate]< / a > < / li >
< / ul >
< / li >
< / ul >
2014-12-08 00:14:55 +03:00
< div id = "desktopFooterWrapper" >
< div id = "desktopFooter" >
< span id = "error_div" > < / span >
< table style = "position: absolute; right: 5px;" >
2014-12-14 12:00:00 +03:00
< tr >
2018-09-23 03:21:04 +03:00
< td id = "freeSpaceOnDisk" > < / td >
< td class = "statusBarSeparator" > < / td >
2014-12-14 12:00:00 +03:00
< td id = "DHTNodes" > < / td >
2016-01-07 10:07:50 +03:00
< td class = "statusBarSeparator" > < / td >
2018-07-23 07:28:14 +03:00
< td > < img id = "connectionStatus" alt = "Connection Status" src = "images/skin/firewalled.svg" style = "height: 1.5em;" / > < / td >
2016-01-07 10:07:50 +03:00
< td class = "statusBarSeparator" > < / td >
2019-01-07 08:43:45 +03:00
< td style = "cursor:pointer;" > < img id = "alternativeSpeedLimits" alt = "QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow]" src = "images/slow_off.svg" style = "height: 1em;" / > < / td >
2016-01-07 10:07:50 +03:00
< td class = "statusBarSeparator" > < / td >
2018-07-23 07:28:14 +03:00
< td class = "speedLabel" > < img src = "images/skin/download.svg" alt = "" style = "height: 1.4em; padding-right: 5px; margin-bottom: -4px;" > < span id = "DlInfos" > < / span > < / td >
2016-01-07 10:07:50 +03:00
< td class = "statusBarSeparator" > < / td >
2018-07-23 07:28:14 +03:00
< td class = "speedLabel" > < img src = "images/skin/seeding.svg" alt = "" style = "height: 1.4em; padding-right: 5px; margin-bottom: -3px;" > < span id = "UpInfos" > < / span > < / td >
2016-01-13 23:12:28 +03:00
< / tr >
2014-12-08 00:14:55 +03:00
< / table >
< / div >
< / div >
2008-05-17 16:44:42 +04:00
< / body >
2018-04-05 06:59:31 +03:00
2008-05-17 16:44:42 +04:00
< / html >