2014-07-23 17:10:02 -03:00
|
|
|
<div class="home" ng-controller="HomeController">
|
2014-09-30 15:28:02 -03:00
|
|
|
|
2014-10-31 11:24:16 -03:00
|
|
|
<div data-alert class="loading-screen" ng-show="loading">
|
2014-09-04 16:23:37 -03:00
|
|
|
<i class="size-60 fi-bitcoin-circle icon-rotate spinner"></i>
|
2014-11-01 21:34:03 -03:00
|
|
|
<span translate>Accessing your profile...</span>
|
2014-09-04 16:23:37 -03:00
|
|
|
</div>
|
2014-11-03 14:10:59 -03:00
|
|
|
<div class="large-4 large-centered medium-6 medium-centered columns" ng-if="!loading && !retreiving">
|
2014-10-15 16:10:40 -03:00
|
|
|
<div class="logo-setup">
|
2014-08-20 15:32:09 -03:00
|
|
|
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
|
2014-08-05 11:52:51 -03:00
|
|
|
<div ng-include="'views/includes/version.html'"></div>
|
2014-07-23 17:10:02 -03:00
|
|
|
</div>
|
2014-11-04 15:56:50 -03:00
|
|
|
|
2014-11-04 15:24:56 -03:00
|
|
|
<div class="p10 box-setup bg-success m10b text-white" ng-show="pendingPayment">
|
|
|
|
|
<div class="left">
|
|
|
|
|
<i class="size-36 m10r"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="size-14">
|
|
|
|
|
Please sign in to make the payment
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-10-31 18:15:23 -03:00
|
|
|
<div class="p10 box-setup bg-success m10b text-white" ng-show="confirmedEmail">
|
2014-10-30 12:06:48 -03:00
|
|
|
<div class="left">
|
2014-11-01 21:34:03 -03:00
|
|
|
<i class="size-36 fi-check m10r"></i>
|
2014-10-30 12:06:48 -03:00
|
|
|
</div>
|
2014-11-01 21:34:03 -03:00
|
|
|
<div class="size-14">
|
|
|
|
|
<h3>
|
|
|
|
|
Your email was confimed!
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
Please sign in to access your wallets
|
2014-10-30 12:06:48 -03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-11-01 21:34:03 -03:00
|
|
|
<div class="p10 box-setup bg-success m10b text-white" ng-show="anyWallet && !confirmedEmail && !error">
|
2014-10-30 16:13:56 -03:00
|
|
|
<div class="left">
|
|
|
|
|
<i class="size-36 fi-alert m10r"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<b>Copay now needs a profile to access wallets.</b>
|
|
|
|
|
You can import your current wallets after
|
|
|
|
|
<a class="text-white" href="#!/createProfile">creating your profile</a>
|
|
|
|
|
</div>
|
2014-10-15 16:10:40 -03:00
|
|
|
<div class="box-setup">
|
2014-10-20 20:46:49 -03:00
|
|
|
<h1><span translate>Sign in to</span> <b>Copay</b></h1>
|
2014-10-15 16:10:40 -03:00
|
|
|
<form name="loginForm" ng-submit="openProfile(loginForm)" novalidate>
|
2014-11-01 21:34:03 -03:00
|
|
|
<p class="text-warning size-12"
|
|
|
|
|
ng-show="error">
|
|
|
|
|
<i class="fi-x"></i>
|
|
|
|
|
{{error|translate}}
|
|
|
|
|
</p>
|
|
|
|
|
|
2014-10-15 16:10:40 -03:00
|
|
|
<input type="email" ng-model="email" class="form-control"
|
|
|
|
|
name="email" placeholder="Email" required>
|
|
|
|
|
<input type="password" ng-model="password" class="form-control"
|
|
|
|
|
name="password" placeholder="Password" required>
|
|
|
|
|
|
2014-10-20 20:46:49 -03:00
|
|
|
<button translate type="submit" class="button primary radius expand m0"
|
|
|
|
|
ng-disabled="loginForm.$invalid || loading">
|
|
|
|
|
Sign in
|
|
|
|
|
</button>
|
2014-10-15 16:10:40 -03:00
|
|
|
</form>
|
|
|
|
|
<div class="box-setup-footer">
|
2014-10-31 19:39:01 -03:00
|
|
|
<div class="left m10r">
|
2014-10-20 20:46:49 -03:00
|
|
|
<a class="button-setup text-gray" href="#!/createProfile">
|
|
|
|
|
<i class="fi-torso"></i>
|
|
|
|
|
<span translate>Create a profile</span>
|
|
|
|
|
</a>
|
2014-10-15 16:10:40 -03:00
|
|
|
</div>
|
2014-10-31 19:39:01 -03:00
|
|
|
<div class="left">
|
|
|
|
|
<a class="button-setup text-gray" href="#!/importProfile">
|
|
|
|
|
<i class="fi-upload"></i>
|
|
|
|
|
<span translate>Import a profile</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2014-10-20 20:46:49 -03:00
|
|
|
<div class="right m10t">
|
|
|
|
|
<a class="text-gray" href="#!/settings">
|
|
|
|
|
<i class="fi-wrench"></i>
|
|
|
|
|
<span translate>Settings</span>
|
|
|
|
|
</a>
|
2014-10-15 16:10:40 -03:00
|
|
|
</div>
|
2014-07-23 17:10:02 -03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|