mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
- Update to MochaUI svn/trunk
* Fixes IE7/8 compatibility - Use Yui compressor on mocha.js
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
<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');
|
||||
function hideAll() {
|
||||
window.parent.closeWindows();
|
||||
}
|
||||
</script>
|
||||
@@ -18,11 +14,7 @@ function showSuccess() {
|
||||
<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">
|
||||
<iframe src="uploadframe.html" frameborder="0" style="padding: 10px; height: 70px; width: 450px;" id="myiframe">
|
||||
<p>Your Web browser does not support iframes</p>
|
||||
</iframe>
|
||||
</center>
|
||||
|
||||
Reference in New Issue
Block a user