mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Remove html tags from inline page
This page's content is inserted into the existing page, so the presence of an <html> tag is incorrect.
This commit is contained in:
parent
2d28f50acd
commit
3f8f9a3962
1 changed files with 41 additions and 58 deletions
|
@ -1,19 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!-- preferences -->
|
||||||
<html lang="${LANG}">
|
<div class="toolbarTabs">
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<title>QBT_TR(Download from URLs)QBT_TR[CONTEXT=downloadFromURL]</title>
|
|
||||||
<link rel="stylesheet" href="css/style.css?v=${CACHEID}" type="text/css" />
|
|
||||||
<link rel="stylesheet" href="css/Tabs.css?v=${CACHEID}" type="text/css" />
|
|
||||||
<script src="scripts/lib/mootools-1.2-core-yc.js"></script>
|
|
||||||
<script src="scripts/lib/mootools-1.2-more.js"></script>
|
|
||||||
<script src="scripts/lib/mocha-0.9.6-yc.js"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body style="padding: 5px;">
|
|
||||||
<!-- preferences -->
|
|
||||||
<div class="toolbarTabs">
|
|
||||||
<ul id="preferencesTabs" class="tab-menu">
|
<ul id="preferencesTabs" class="tab-menu">
|
||||||
<li id="PrefDownloadsLink" class="selected"><a>QBT_TR(Downloads)QBT_TR[CONTEXT=OptionsDialog]</a></li>
|
<li id="PrefDownloadsLink" class="selected"><a>QBT_TR(Downloads)QBT_TR[CONTEXT=OptionsDialog]</a></li>
|
||||||
<li id="PrefConnectionLink"><a>QBT_TR(Connection)QBT_TR[CONTEXT=OptionsDialog]</a></li>
|
<li id="PrefConnectionLink"><a>QBT_TR(Connection)QBT_TR[CONTEXT=OptionsDialog]</a></li>
|
||||||
|
@ -23,9 +9,9 @@
|
||||||
<li id="PrefAdvancedLink"><a>QBT_TR(Advanced)QBT_TR[CONTEXT=OptionsDialog]</a></li>
|
<li id="PrefAdvancedLink"><a>QBT_TR(Advanced)QBT_TR[CONTEXT=OptionsDialog]</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Tabs
|
// Tabs
|
||||||
|
@ -55,7 +41,4 @@
|
||||||
$$('.PrefTab').addClass('invisible');
|
$$('.PrefTab').addClass('invisible');
|
||||||
$('AdvancedTab').removeClass('invisible');
|
$('AdvancedTab').removeClass('invisible');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue