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}" />
12 <link rel=
"stylesheet" type=
"text/css" href=
"css/noscript.css?v=${CACHEID}" />
14 <script defer
src=
"scripts/login.js?locale=${LANG}&v=${CACHEID}"></script>
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>
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" />
26 <div id=
"formplace" class=
"col">
27 <form id=
"loginform" method=
"post" onsubmit=
"submitLoginForm(event);">
29 <label for=
"username">QBT_TR(Username)QBT_TR[CONTEXT=HttpServer]
</label><br />
30 <input type=
"text" id=
"username" name=
"username" autocomplete=
"username" required
/>
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
/>
37 <input type=
"submit" id=
"login" value=
"QBT_TR(Login)QBT_TR[CONTEXT=HttpServer]" />
41 <div id=
"error_msg"></div>