Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
<!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" xml:lang="en" lang="en" dir="ltr"> |
|
<head> |
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|
<title>_(Download local torrent)</title> |
|
<link rel="stylesheet" href="css/style.css" type="text/css" /> |
|
<link rel="stylesheet" href="css/mocha.css" type="text/css" /> |
|
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script> |
|
<!-- <script type="text/javascript" src="scripts/upload.js" charset="utf-8"></script> --> |
|
<script type="text/javascript"> |
|
function showSuccess() { |
|
$('myiframe').addClass('invisible'); |
|
$('successMessage').removeClass('invisible'); |
|
window.parent.closeWindows(); |
|
} |
|
</script> |
|
</head> |
|
<body> |
|
<center> |
|
<h1 class="vcenter"><img class="vcenter" title="Download local torrent" src="images/skin/open.png"/>_(Download local torrent)</h1> |
|
<span style="padding: 10px;" class="invisible" id="successMessage"> |
|
<br/><br/> |
|
_(Torrent files were correctly added to download list.) |
|
</span> |
|
<iframe src="uploadframe.html" width="100%" frameborder="0" style="padding: 10px;" id="myiframe"> |
|
<p>Your Web browser does not support iframes</p> |
|
</iframe> |
|
</center> |
|
</body> |
|
</html>
|
|
|