Rename to WebUI
[qBittorrent.git] / src / webui / www / public / index.html
blob6f1a54824f6dd2b3bf7ed3a261760c695362db66
1 <!DOCTYPE html>
2 <html lang="${LANG}">
4 <head>
5 <meta charset="UTF-8" />
6 <meta name="color-scheme" content="light dark" />
7 <title>qBittorrent QBT_TR(WebUI)QBT_TR[CONTEXT=OptionsDialog]</title>
8 <link rel="icon" type="image/png" href="images/qbittorrent32.png" />
9 <link rel="icon" type="image/svg+xml" href="images/qbittorrent-tray.svg" />
10 <link rel="stylesheet" type="text/css" href="css/login.css?v=${CACHEID}" />
11 <noscript>
12 <link rel="stylesheet" type="text/css" href="css/noscript.css?v=${CACHEID}" />
13 </noscript>
14 <script defer src="scripts/login.js?locale=${LANG}&v=${CACHEID}"></script>
15 </head>
17 <body>
18 <noscript id="noscript">
19 <h1>QBT_TR(JavaScript Required! You must enable JavaScript for the WebUI to work properly)QBT_TR[CONTEXT=HttpServer]</h1>
20 </noscript>
21 <div id="main">
22 <h1>qBittorrent QBT_TR(WebUI)QBT_TR[CONTEXT=OptionsDialog]</h1>
23 <div id="logo" class="col">
24 <img src="images/qbittorrent-tray.svg" alt="qBittorrent logo" />
25 </div>
26 <div id="formplace" class="col">
27 <form id="loginform" method="post" onsubmit="submitLoginForm(event);">
28 <div class="row">
29 <label for="username">QBT_TR(Username)QBT_TR[CONTEXT=HttpServer]</label><br />
30 <input type="text" id="username" name="username" autocomplete="username" required />
31 </div>
32 <div class="row">
33 <label for="password">QBT_TR(Password)QBT_TR[CONTEXT=HttpServer]</label><br />
34 <input type="password" id="password" name="password" autocomplete="current-password" required />
35 </div>
36 <div class="row">
37 <input type="submit" id="login" value="QBT_TR(Login)QBT_TR[CONTEXT=HttpServer]" />
38 </div>
39 </form>
40 </div>
41 <div id="error_msg"></div>
42 </div>
43 </body>
45 </html>