2013-10-22 05:10:18 -04:00
< div class = "view-login view-login-existing" >
2013-10-21 12:50:19 -04:00
< div class = "logo-wrapper" >
< div class = "logo" > < / div >
< / div > <!-- /logo -->
2013-10-21 07:10:42 -04:00
< div class = "content" >
2013-10-21 12:50:19 -04:00
< h1 > Unlock mailbox< / h1 >
< p > Please enter your passphrase to unlock the mailbox.< / p >
< form >
< div >
2013-11-04 09:56:27 -05:00
< input type = "password" ng-model = "passphrase" ng-change = "change()" ng-class = "{error:incorrect}" placeholder = "Passphrase" tabindex = "1" focus-me = "true" >
2013-12-04 08:47:04 -05:00
< span class = "popover-info" data-icon-append = "" popover = "#passphrase-info" > < / span >
2013-10-21 12:50:19 -04:00
< / div >
< div >
2013-11-04 15:07:32 -05:00
< button type = "submit" ng-click = "confirmPassphrase()" class = "btn" data-icon = "" ng-disabled = "!buttonEnabled" tabindex = "2" > Unlock< / button >
2013-10-21 12:50:19 -04:00
< / div >
< / form >
< / div > <!-- /content -->
2013-11-14 14:44:57 -05:00
< / div >
2013-10-21 12:50:19 -04:00
2013-11-14 14:44:57 -05:00
<!-- lightbox -->
< div class = "lightbox-overlay" ng-class = "{'show': state.dialog.open}" >
< div class = "lightbox lightbox-effect view-dialog" ng-include = "'tpl/dialog.html'" > < / div >
2013-12-04 08:47:04 -05:00
< / div >
<!-- popovers -->
< div id = "passphrase-info" class = "popover right" ng-controller = "PopoverCtrl" >
< div class = "arrow" > < / div >
< div class = "popover-title" > < b > What is this?< / b > < / div >
< div class = "popover-content" >
< p > The passphrase protects your encrypted mailbox.< / p >
< p > There is no way to access your messages without your passphrase.< / p >
< p > If you have forgotten your passphrase, please request an account reset by sending an email to < b > support@whiteout.io< / b > . You will not be able to read previous messages after a reset.< / p >
< / div >
< / div > <!-- /.popover -->