2014-11-05 10:03:48 -05:00
|
|
|
<section class="page">
|
|
|
|
<div class="page__canvas">
|
|
|
|
<header class="page__header">
|
|
|
|
<img src="img/whiteout_logo.svg" alt="whiteout.io">
|
|
|
|
</header>
|
|
|
|
<main class="page__main">
|
|
|
|
<h2 class="typo-title">Unlock mailbox</h2>
|
|
|
|
<p class="typo-paragraph">Please enter your passphrase to unlock the mailbox.</p>
|
2014-11-12 10:12:26 -05:00
|
|
|
<form class="form" name="form">
|
|
|
|
<p class="form__error-message" ng-show="errMsg">{{errMsg}}</p>
|
2013-10-21 07:10:42 -04:00
|
|
|
|
2014-11-05 10:03:48 -05:00
|
|
|
<div class="form__row">
|
2014-11-12 10:12:26 -05:00
|
|
|
<input type="password" ng-model="passphrase"
|
|
|
|
class="input-text input-text--big" ng-class="{'input-text--error':incorrect}"
|
2014-11-10 08:14:34 -05:00
|
|
|
placeholder="Passphrase" tabindex="1" wo-focus-me="true" required>
|
2014-11-12 10:12:26 -05:00
|
|
|
</div>
|
|
|
|
<div class="spinner-block" ng-show="busy">
|
|
|
|
<span class="spinner spinner--big"></span>
|
2014-11-05 10:03:48 -05:00
|
|
|
</div>
|
|
|
|
<div class="form__row">
|
2014-11-12 10:12:26 -05:00
|
|
|
<button class="btn btn--big" type="submit" ng-click="confirmPassphrase()" tabindex="2">
|
2014-11-05 10:03:48 -05:00
|
|
|
<svg role="presentation"><use xlink:href="#icon-decrypted" /></svg>
|
|
|
|
Unlock
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<p class="typo-paragraph">
|
|
|
|
<a href="https://whiteout.io/revocation.html" title="Click here to reset your account." target="_blank">Forgot your passphrase?</a>
|
|
|
|
</p>
|
|
|
|
</main>
|
|
|
|
<div ng-include="'tpl/page-footer.html'"></div>
|
|
|
|
</div>
|
|
|
|
</section>
|