2016-06-11 08:56:15 -07:00
|
|
|
|
<div data-role="page" class="page standalonePage forgotPasswordPinPage" data-theme="b" data-require="scripts/forgotpasswordpin,emby-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="forgotPasswordPinForm" 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;">
|
|
|
|
|
<h2>${HeaderPasswordReset}</h2>
|
2015-09-20 10:30:39 -07:00
|
|
|
|
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtPin" label="${LabelPasswordRecoveryPinCode}" autocomplete="off" required="required"/>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
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>
|