mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<div data-role="page" id="forgotPasswordPage" class="page standalonePage forgotPasswordPage">
|
|
<div>
|
|
<form class="forgotPasswordForm" style="text-align: center; margin: 0 auto;">
|
|
<div style="text-align: left;">
|
|
<h1>${HeaderForgotPassword}</h1>
|
|
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtName" label="${LabelUser}" autocomplete="off"/>
|
|
<div class="fieldDescription">${LabelForgotPasswordUsernameHelp}</div>
|
|
</div>
|
|
|
|
<div>
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
<span>${ButtonSubmit}</span>
|
|
</button>
|
|
|
|
<button is="emby-button" type="button" class="raised cancel block btnCancel" onclick="history.back();">
|
|
<span>${ButtonCancel}</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|