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