copay/index.html

158 lines
5.8 KiB
HTML
Raw Normal View History

2015-01-03 16:04:00 -08:00
<!doctype html>
2014-12-30 07:19:16 -08:00
<html lang="en" ng-app="copayApp" ng-csp>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
2015-01-15 15:35:31 -08:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="msapplication-tap-highlight" content="no">
<title>Copay - Multisignature Wallet</title>
<style type="text/css">
.loadingpage {
height:100%;
overflow-y: auto;
overflow-x: none;
background: #2C3E50;
padding-top: 20%;
text-align: center;
}
2014-12-16 12:21:37 -08:00
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
</style>
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body
ng-controller="IndexController"
2014-12-11 15:10:03 -08:00
ng-swipe-disable-mouse
2015-01-30 04:34:11 -08:00
ng-swipe-left="closeMenu()"
ng-swipe-right="openMenu()">
2014-12-02 05:40:24 -08:00
<div id="loading" class="loadingpage">
<img src="img/ajax-loader.gif" alt="Loading...">
</div>
<div ng-cloak class="page ng-cloak">
2014-11-19 10:45:08 -08:00
<div ng-show="signingOut">
<div ng-include="'views/includes/loading.html'" ng-init="title = 'Signing out'"></div>
</div>
2014-11-19 10:45:08 -08:00
<div ng-show="sessionExpired" class="session-expired">
<i class="fi-clock size-72 text-gray"></i>
<p class="text-gray size-18" translate>Your session is about to expire due to inactivity in {{countdown}} seconds</p>
</div>
<div class="off-canvas-wrap" id="off-canvas-wrap" ng-show="!signingOut">
2014-07-23 15:49:06 -07:00
<div class="inner-wrap">
2015-01-15 21:25:33 -08:00
<div class="status" ng-if="$root.needsEmailConfirmation && !$root.pleaseConfirmEmailAck">
<a class="close-notification text-white" ng-click="$root.pleaseConfirmEmailAck=true">&#215;</a>
<div class="row">
<div class="large-10 medium-9 small-12 columns m5b">
<i class="fi-alert size-36 left m20r"></i>
<strong class="size-16" translate>Email not confirmed</strong>.<br>
<span translate>
Please confirm your email address using the confirmation link at the message we sent you
</span>
2015-01-15 21:25:33 -08:00
</div>
<div class="large-2 medium-3 small-12 columns text-center">
<button class="text-white warning tiny m0"
ng-click="resendVerificationEmail()"
ng-disabled="loading"
ng-show="!hideReSendButton">
{{ loading ? 'Resending...' : 'Resend' }}
</button>
</div>
</div>
</div>
<div class="status" ng-if="$root.pleaseConfirmEmail">
2014-12-19 04:27:54 -08:00
<a class="close-notification text-white" ng-click="$root.pleaseConfirmEmail=null">&#215;</a>
<i class="fi-alert size-36 left m20r"></i>
<strong class="size-16" translate>Confirm your email address</strong>.<br>
<span translate>An email was sent to</span> {{$root.iden.getName()}}.
<span translate>Please follow the link on it to confirm it. Unconfirmed profiles could be deleted from server.</span>
2015-01-15 21:25:33 -08:00
</div>
<div class="status" ng-if="$root.reconnecting">
<i class="fi-loop icon-rotate"></i>
<strong class="size-16" translate>Network Error</strong>.<br>
<span translate>Attempting to reconnect...</span>
2015-01-15 21:25:33 -08:00
</div>
2014-12-01 12:21:39 -08:00
2015-02-04 07:30:12 -08:00
<div ng-if="$root.iden">
<div ng-controller="SidebarController" ng-show="!$root.hideNavigation && !$root.wpInputFocused">
<nav class="tab-bar">
<section class="left-small">
<a class="p10"
ng-click="openMenu()"><i class="fi-list size-24"></i></a>
</section>
2014-12-17 14:36:35 -08:00
<section class="right-small"
2015-02-04 07:30:12 -08:00
ng-show="$root.wallet.isComplete() && !$root.hideWalletNavigation && isCordova">
<a class="p10"
ng-click="openScanner()"><i class="fi-camera size-24"></i></a>
2015-01-03 16:04:00 -08:00
</section>
2015-02-04 07:30:12 -08:00
<section class="middle tab-bar-section">
2015-02-04 09:41:15 -08:00
<h1 class="title ellipsis" ng-show="$root.wallet && !$root.hideWalletNavigation">
2015-02-04 07:30:12 -08:00
{{$root.wallet.getName()}}
2015-01-03 16:04:00 -08:00
</h1>
2015-02-04 07:30:12 -08:00
</section>
</nav>
2015-02-04 07:30:12 -08:00
<nav class="left-off-canvas-menu">
<div ng-include="'views/includes/sidebar-mobile.html'"></div>
</nav>
2015-02-04 07:30:12 -08:00
<div ng-include="'views/includes/sidebar.html'"
role='navigation'
class="sidebar"></div>
<div class="bottom-bar" ng-if="$root.wallet &&
$root.wallet.isComplete() && !$root.wallet.isLocked && !$root.hideWalletNavigation">
<div ng-include="'views/includes/bottombar-mobile.html'"></div>
</div>
</div>
</div>
2014-07-23 15:49:06 -07:00
<div notifications="right top"></div>
2014-07-23 15:49:06 -07:00
2014-10-27 12:13:06 -07:00
<div
ng-controller="HeadController"
class="head show-for-large-up"
ng-include="'views/includes/head.html'"
2014-12-03 07:40:13 -08:00
ng-if="$root.iden"
2015-01-03 14:41:01 -08:00
ng-class="{'dni':$root.hideNavigation || $root.wpInputFocused}"
2014-12-03 07:40:13 -08:00
></div>
2014-10-27 12:13:06 -07:00
2015-01-15 12:16:51 -08:00
<section
ng-class="{'main':$root.iden && !$root.starting && !$root.hideNavigation && !$root.wpInputFocused}"
ng-view></section>
2014-11-22 12:34:28 -08:00
2015-01-30 04:34:11 -08:00
<a class="close-menu" ng-click="closeMenu()"></a>
2014-07-23 15:49:06 -07:00
</div>
</div>
2014-03-26 05:18:42 -07:00
</div>
2014-10-29 05:33:16 -07:00
<link rel="stylesheet" href="css/vendors.min.css">
<link rel="stylesheet" href="css/copay.min.css">
2014-03-19 09:17:18 -07:00
<script src="lib/vendors.js"></script>
<script src="lib/angularjs-all.js"></script>
2014-09-26 07:09:23 -07:00
<!-- DO NOT DELETE THIS COMMET -->
<!-- PLACEHOLDER: CORDOVA SRIPT -->
2014-09-29 09:09:10 -07:00
<script src="init.js"></script>
<script src="config.js"></script>
<script src="js/copayBundle.js"></script>
<script src="js/copayMain.js"></script>
</body>
2014-03-14 13:38:27 -07:00
</html>