2014-07-24 15:31:07 -03:00
< div class = "waiting-copayers" ng-controller = "CopayersController" >
< div ng-if = '$root.wallet && $root.wallet.isReady()' ng-init = "goToWallet()" > < / div >
< div class = "row" ng-if = '$root.wallet && !$root.wallet.isReady() && !loading' >
< div class = "large-4 columns 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-16 17:59:28 -03:00
< / div >
2014-07-22 17:40:12 -03:00
< div class = "large-8 columns line-dashed-setup-v" >
< div class = "box-setup oh" >
< div ng-if = "!$root.wallet.publicKeyRing.isComplete()" >
2014-08-15 15:47:13 -03:00
< img ng-if = "$root.fromSetup && !isMobile" class = "right m15t" src = "img/step-3.svg" alt = "Step 3" >
2014-09-05 16:58:28 -03:00
< h1 translate class = "text-primary line-sidebar-b" > Waiting copayers< / h1 >
< h3 translate > Share this secret with your other copayers< / h3 >
2014-07-22 17:40:12 -03:00
< div class = "panel" >
2014-09-03 16:51:02 -03:00
< qrcode size = "350" data = "{{$root.wallet.getSecret()}}" > < / qrcode >
2014-07-31 16:40:26 -03:00
< div class = "secret text-gray size-14" >
{{$root.wallet.getSecret()}}
< span class = "btn-copy" clip-copy = "$root.wallet.getSecret()" > < / span >
< / div >
2014-07-30 02:55:59 -03:00
< div style = "clear:both;" > < / div >
2014-07-22 17:40:12 -03:00
< / div >
< / div >
2014-09-05 16:58:28 -03:00
< h1 class = "text-white line-sidebar-b" ng-if = "$root.wallet & &
$root.wallet.publicKeyRing.isComplete()" translate>New Wallet Created< / h1 >
2014-07-22 17:40:12 -03:00
< div class = "row" ng-show = "$root.wallet.publicKeyRing.isComplete()" >
2014-07-24 16:02:02 -03:00
< div class = "large-4 small-6 columns text-left" >
2014-09-05 16:58:28 -03:00
< h3 translate > Download Backup< / h3 >
2014-07-22 17:40:12 -03:00
< / div >
2014-07-24 16:02:02 -03:00
< div class = "large-8 small-6 columns text-right" >
< h3 class = "ellipsis" >
< small class = "text-gray" >
< b > {{$root.wallet.getName()}}< / b > :
2014-09-05 16:58:28 -03:00
{{$root.wallet.requiredCopayers}}-{{'of'|translate}}-{{$root.wallet.totalCopayers}}
2014-07-24 16:02:02 -03:00
< / small >
< / h3 >
2014-07-22 17:40:12 -03:00
< / div >
< / div >
< div class = "row" >
2014-07-24 16:02:02 -03:00
< div class = "large-10 small-9 columns text-left" >
2014-09-05 16:58:28 -03:00
< h4 translate class = "ellipsis" ng-show = "!$root.wallet.publicKeyRing.isComplete()" >
2014-07-24 16:02:02 -03:00
Waiting Copayers for {{$root.wallet.getName()}}
< / h4 >
2014-07-22 17:40:12 -03:00
< / div >
2014-07-24 16:02:02 -03:00
< div class = "large-2 small-3 columns text-right" >
< h4 ng-show = "$root.wallet && !$root.wallet.publicKeyRing.isComplete()" >
< small class = "text-gray" >
2014-09-05 16:58:28 -03:00
{{$root.wallet.requiredCopayers}}-{{'of'|translate}}-{{$root.wallet.totalCopayers}}
2014-07-24 16:02:02 -03:00
< / small >
< / h4 >
2014-07-22 17:40:12 -03:00
< / div >
< / div >
2014-07-16 17:59:28 -03:00
2014-07-22 18:15:19 -03:00
< div class = "box-setup-copayers p20" >
2014-09-11 15:22:24 -03:00
< p class = "text-primary m10b" ng-show = "$root.wallet && $root.wallet.publicKeyRing.isComplete()" translate > Creating and storing a backup will allow to restore funds of the wallet< / p >
2014-07-22 18:15:19 -03:00
< div class = "oh" >
2014-09-02 10:51:09 -03:00
< div ng-include = "'views/includes/copayer.html'" > < / div >
2014-07-22 18:15:19 -03:00
< div ng-if = "!$root.wallet.publicKeyRing.isComplete()" >
< img
2014-09-02 10:51:09 -03:00
class="waiting br100"
2014-07-22 18:15:19 -03:00
ng-if="!hasVideo(copayer)"
src="./img/satoshi.gif"
2014-07-24 15:31:07 -03:00
alt="Waiting Copayer"
2014-07-22 18:15:19 -03:00
width="70">
< p class = "size-12 text-white text-light m0" >
2014-07-22 17:40:12 -03:00
< i class = "fi-loop icon-rotate spinner" > < / i >
2014-09-05 16:58:28 -03:00
< span translate > Waiting...< / span >
2014-07-22 18:15:19 -03:00
< / p >
< / div >
< / div >
2014-07-24 16:02:02 -03:00
< div ng-show = "$root.wallet.publicKeyRing.remainingCopayers() > 1" >
2014-07-23 17:10:02 -03:00
< div class = "line-sidebar-b" ng-if = "$root.wallet && $root.wallet.publicKeyRing.isComplete()" > < / div >
2014-07-22 18:15:19 -03:00
< div class = "text-gray m10t" ng-if = "$root.wallet && $root.wallet.publicKeyRing.isComplete()" >
2014-09-05 16:58:28 -03:00
< i class = "text-white fi-loop icon-rotate spinner" > < / i >
< span translate > Waiting for other copayers to make a Backup< / span >
2014-07-22 17:40:12 -03:00
< / div >
2014-07-24 16:02:02 -03:00
< / div >
2014-07-22 17:40:12 -03:00
< / div >
2014-09-11 13:01:22 -03:00
< button class = "button primary right m0"
2014-07-22 17:40:12 -03:00
ng-click="backup()"
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"
ng-disabled="!$root.wallet.publicKeyRing.isComplete()">
2014-09-05 16:58:28 -03:00
< span translate ng-show = "$root.wallet.publicKeyRing.isComplete()" >
2014-07-22 17:40:12 -03:00
Backup wallet
< / span >
< span ng-show = "!$root.wallet.publicKeyRing.isComplete()" >
< span ng-show = "$root.wallet.publicKeyRing.remainingCopayers() > 1" >
2014-09-05 16:58:28 -03:00
{{ $root.wallet.publicKeyRing.remainingCopayers() }} < span
translate>people have< / span >
2014-07-22 17:40:12 -03:00
< / span >
2014-09-05 16:58:28 -03:00
< span translate ng-show = "$root.wallet.publicKeyRing.remainingCopayers() == 1" >
2014-07-22 17:40:12 -03:00
One person has
< / span >
2014-09-05 16:58:28 -03:00
< span translate > yet to join.< / span >
2014-07-22 17:40:12 -03:00
< / span >
< / button >
2014-09-11 13:01:22 -03:00
< a class = "text-primary m15t m20r right" ng-click = "skipBackup()"
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"
ng-disabled="!$root.wallet.publicKeyRing.isComplete()">
< span class = "size-12" translate ng-show = "$root.wallet.publicKeyRing.isComplete()" >
Skip Backup
< / span >
< / a >
2014-07-22 17:40:12 -03:00
< button class = "button primary"
disabled="disabled"
ng-show="$root.wallet.publicKeyRing.isBackupReady()">
< span ng-show = "$root.wallet.publicKeyRing.remainingBackups() > 1" >
2014-09-05 16:58:28 -03:00
{{ $root.wallet.publicKeyRing.remainingBackups() }} < span
translate>people have< / span >
2014-07-22 17:40:12 -03:00
< / span >
2014-09-05 16:58:28 -03:00
< span translate ng-show = "$root.wallet.publicKeyRing.remainingBackups() == 1" >
2014-07-22 18:15:19 -03:00
One person has
< / span >
2014-09-05 16:58:28 -03:00
< span translate > yet to backup the wallet.< / span >
2014-07-22 17:40:12 -03:00
< / button >
< / div >
< / div >
< / div >
< / div > <!-- end of row -->
2014-07-16 17:59:28 -03:00
< / div >