2014-11-08 20:18:14 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleForgotPassword}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<div data-role="page" id="forgotPasswordPage" class="page standalonePage forgotPasswordPage" data-theme="b" data-require="scripts/forgotpassword,paper-input">
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<form class="forgotPasswordForm" style="text-align: center; margin: 0 auto;">
|
|
|
|
|
|
|
|
|
|
<div style="text-align: left;">
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<h1>${HeaderForgotPassword}</h1>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div>
|
2015-09-07 09:53:58 -07:00
|
|
|
|
<paper-input type="text" id="txtName" label="${LabelUser}" autocomplete="off"></paper-input>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div class="fieldDescription">${LabelForgotPasswordUsernameHelp}</div>
|
|
|
|
|
</div>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
2015-09-07 09:53:58 -07:00
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSubmit}</span></paper-button>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2015-09-07 09:53:58 -07:00
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
|
|
|
|
</div>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
2015-09-20 10:36:09 -07:00
|
|
|
|
</html>
|