1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/login.html

62 lines
2.5 KiB
HTML
Raw Normal View History

2017-08-12 22:09:07 -04:00
<div id="loginPage" data-role="page" class="page standalonePage" data-backbutton="false">
2013-02-20 20:33:05 -05:00
2017-04-18 13:48:27 -04:00
<div class="padded-left padded-right padded-bottom-page">
2013-07-08 12:13:21 -04:00
2016-06-18 13:26:42 -04:00
<form class="manualLoginForm hide" style="margin: 0 auto;">
2015-05-05 19:15:47 -04:00
2017-10-01 13:24:10 -04:00
<h1 style="margin-top:.25em;text-align: left;">${HeaderPleaseSignIn}</h1>
2013-07-08 12:13:21 -04:00
2016-05-28 15:47:56 -04:00
<div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered" tabindex="-1" /><input type="password" name="fakepasswordremembered" tabindex="-1" /></div>
2015-11-14 23:35:44 -05:00
2016-05-28 15:47:56 -04:00
<div class="inputContainer">
2016-06-24 16:07:45 -04:00
<input is="emby-input" type="text" id="txtManualName" required="required" label="${LabelUser}" />
2016-05-28 15:47:56 -04:00
</div>
2013-07-08 12:13:21 -04:00
2016-05-28 15:47:56 -04:00
<div class="inputContainer">
2017-04-18 13:48:27 -04:00
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
2016-05-28 15:47:56 -04:00
</div>
2015-07-28 23:42:03 -04:00
2016-08-20 02:58:35 -04:00
<label class="checkboxContainer">
<input is="emby-checkbox" type="checkbox" class="chkRememberLogin" checked />
<span>${RememberMe}</span>
</label>
2016-09-09 02:59:23 -04:00
<button is="emby-button" type="submit" class="raised button-submit block">
2016-06-18 16:31:22 -04:00
<span>${ButtonSignIn}</span>
</button>
2016-03-16 01:33:31 -04:00
<div style="margin-top:.5em;">
2016-06-18 16:31:22 -04:00
<button is="emby-button" type="button" class="raised cancel block btnCancel">
<span>${ButtonCancel}</span>
</button>
2016-03-16 01:33:31 -04:00
</div>
<br />
<br />
</form>
2013-07-08 12:13:21 -04:00
2016-03-16 01:33:31 -04:00
<div class="visualLoginForm" style="text-align: center;">
2017-10-01 13:24:10 -04:00
<h1 style="margin-top:.25em;">${HeaderPleaseSignIn}</h1>
2016-07-30 02:06:01 -04:00
<div id="divUsers" class="itemsContainer vertical-wrap centered"></div>
2016-03-16 01:33:31 -04:00
<div class="readOnlyContent" style="margin: 2em auto 0;">
2016-06-18 16:31:22 -04:00
<button is="emby-button" type="button" class="raised cancel block btnManual">
<span>${ButtonManualLogin}</span>
</button>
2015-05-05 19:15:47 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>
2015-05-05 19:15:47 -04:00
2016-03-16 01:33:31 -04:00
<div class="readOnlyContent" style="margin: .5em auto 1em;">
2016-06-18 16:31:22 -04:00
<button is="emby-button" type="button" class="raised cancel block btnForgotPassword">
<span>${ButtonForgotPassword}</span>
</button>
2015-06-17 11:39:46 -04:00
2016-06-18 13:26:42 -04:00
<div class="connectButtons hide">
2017-10-01 13:24:10 -04:00
<a is="emby-linkbutton" href="selectserver.html" class="raised block">
<span>${ButtonChangeServer}</span>
2016-03-16 01:33:31 -04:00
</a>
</div>
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<p class="disclaimer" style="text-align: center; margin-top: 2em;"></p>
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
</div>