|
|
@ -1,7 +1,7 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="${LANG}"> |
|
|
|
<html lang="${LANG}"> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|
|
|
<meta charset="UTF-8" /> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=10" /> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=10" /> |
|
|
|
<title>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</title> |
|
|
|
<title>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</title> |
|
|
|
<link rel="icon" type="image/png" href="images/skin/qbittorrent16.png" /> |
|
|
|
<link rel="icon" type="image/png" href="images/skin/qbittorrent16.png" /> |
|
|
@ -12,19 +12,19 @@ |
|
|
|
<link rel="stylesheet" type="text/css" href="css/Layout.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/Layout.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/Window.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/Window.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/Tabs.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/Tabs.css" /> |
|
|
|
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script> |
|
|
|
<script src="scripts/mootools-1.2-core-yc.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/mootools-1.2-more.js" charset="utf-8"></script> |
|
|
|
<script src="scripts/mootools-1.2-more.js"></script> |
|
|
|
<!--[if IE]> |
|
|
|
<!--[if IE]> |
|
|
|
<script type="text/javascript" src="scripts/excanvas-compressed.js"></script> |
|
|
|
<script src="scripts/excanvas-compressed.js"></script> |
|
|
|
<![endif]--> |
|
|
|
<![endif]--> |
|
|
|
<script type="text/javascript" src="scripts/mocha-yc.js"></script> |
|
|
|
<script src="scripts/mocha-yc.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/mocha-init.js"></script> |
|
|
|
<script src="scripts/mocha-init.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/clipboard.min.js"></script> |
|
|
|
<script src="scripts/clipboard.min.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/misc.js"></script> |
|
|
|
<script src="scripts/misc.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/progressbar.js"></script> |
|
|
|
<script src="scripts/progressbar.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/dynamicTable.js" charset="utf-8"></script> |
|
|
|
<script src="scripts/dynamicTable.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/client.js" charset="utf-8"></script> |
|
|
|
<script src="scripts/client.js"></script> |
|
|
|
<script type="text/javascript" src="scripts/contextmenu.js" charset="utf-8"></script> |
|
|
|
<script src="scripts/contextmenu.js"></script> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<body> |
|
|
|
<div id="desktop"> |
|
|
|
<div id="desktop"> |
|
|
|