jellyfin-web/src/forgotpassword.html

25 lines
1.0 KiB
HTML
Raw Normal View History

2019-01-23 04:33:34 -07:00
<div data-role="page" id="forgotPasswordPage" class="page standalonePage forgotPasswordPage">
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<form class="forgotPasswordForm" style="text-align: center; margin: 0 auto;">
<div style="text-align: left;">
<h1>${HeaderForgotPassword}</h1>
2016-06-11 08:56:15 -07:00
<div class="inputContainer">
<input is="emby-input" type="text" id="txtName" label="${LabelUser}" autocomplete="off"/>
2016-03-15 22:33:31 -07:00
<div class="fieldDescription">${LabelForgotPasswordUsernameHelp}</div>
</div>
2016-03-15 22:33:31 -07:00
<div>
2016-06-18 13:31:22 -07:00
<button is="emby-button" type="submit" class="raised submit block">
<span>${ButtonSubmit}</span>
</button>
2016-06-18 13:31:22 -07:00
<button is="emby-button" type="button" class="raised cancel block btnCancel" onclick="history.back();">
<span>${ButtonCancel}</span>
</button>
</div>
2016-03-15 22:33:31 -07:00
</div>
</form>
</div>
2019-12-15 08:07:55 -07:00
</div>