|
|
@ -50,13 +50,19 @@ |
|
|
|
<div id="main"> |
|
|
|
<div id="main"> |
|
|
|
<h1>qBittorrent QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</h1> |
|
|
|
<h1>qBittorrent QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</h1> |
|
|
|
<div id="logo" class="col"> |
|
|
|
<div id="logo" class="col"> |
|
|
|
<img src="images/skin/qbittorrent-tray.svg" alt="qBittorrent logo" style="height: 11em;"/> |
|
|
|
<img src="images/skin/qbittorrent-tray.svg" alt="qBittorrent logo"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="formplace" class="col"> |
|
|
|
<div id="formplace" class="col"> |
|
|
|
<form id="loginform"> |
|
|
|
<form id="loginform"> |
|
|
|
<div class="row"><label for="username">QBT_TR(Username)QBT_TR[CONTEXT=HttpServer]</label><br /><input type="text" id="username" name="username" /></div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"><label for="password">QBT_TR(Password)QBT_TR[CONTEXT=HttpServer]</label><br /><input type="password" id="password" name="password" /></div> |
|
|
|
<label for="username">QBT_TR(Username)QBT_TR[CONTEXT=HttpServer]</label><br /> |
|
|
|
<div class="row"><input type="submit" id="login" value="QBT_TR(Login)QBT_TR[CONTEXT=HttpServer]" /></div> |
|
|
|
<input type="text" id="username" name="username" /></div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<label for="password">QBT_TR(Password)QBT_TR[CONTEXT=HttpServer]</label><br /> |
|
|
|
|
|
|
|
<input type="password" id="password" name="password" /></div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<input type="submit" id="login" value="QBT_TR(Login)QBT_TR[CONTEXT=HttpServer]" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="error_msg"></div> |
|
|
|
<div id="error_msg"></div> |
|
|
|