jellyfish-web/src/forgotpasswordpin.html

24 lines
959 B
HTML
Raw Normal View History

2019-01-23 11:33:34 +00:00
<div data-role="page" class="page standalonePage forgotPasswordPinPage">
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<form class="forgotPasswordPinForm" style="text-align: center; margin: 0 auto;">
<div style="text-align: left;">
<h2>${HeaderPasswordReset}</h2>
2015-09-20 13:30:39 -04:00
2016-06-11 11:56:15 -04:00
<div class="inputContainer">
<input is="emby-input" type="text" id="txtPin" label="${LabelPasswordRecoveryPinCode}" autocomplete="off" required="required"/>
2016-03-16 01:33:31 -04:00
</div>
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>
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>
</div>
2016-03-16 01:33:31 -04:00
</div>
</form>
</div>
2019-12-16 00:07:55 +09:00
</div>