2016-06-04 20:50:07 -07:00
|
|
|
|
<div data-role="page" id="forgotPasswordPage" class="page standalonePage forgotPasswordPage" data-theme="b" data-require="scripts/forgotpassword,paper-input,emby-button">
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form class="forgotPasswordForm" style="text-align: center; margin: 0 auto;">
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="text-align: left;">
|
|
|
|
|
<h1>${HeaderForgotPassword}</h1>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="text" id="txtName" label="${LabelUser}" autocomplete="off"></paper-input>
|
|
|
|
|
<div class="fieldDescription">${LabelForgotPasswordUsernameHelp}</div>
|
|
|
|
|
</div>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSubmit}</span></button>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></button>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|