pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 79d99d03d614747d355620d5122fe843f73cee17 parent f212f2ea72b74119fc85342bb507b6f33d1b233e Author: Jul <jul@9o.is> Date: Fri, 4 Jul 2014 21:29:26 -0400 removed uneeded verification html pages Diffstat:
| D | src/main/webapp/settings/verification.html | | | 13 | ------------- |
| D | src/main/webapp/settings/verified.html | | | 37 | ------------------------------------- |
2 files changed, 0 insertions(+), 50 deletions(-)
diff --git a/src/main/webapp/settings/verification.html b/src/main/webapp/settings/verification.html @@ -1,13 +0,0 @@ -<div data-lift="surround?with=settings-wrap&at=content"> - <div class="row margin-top-10"> - <div class="col-xs-12 col-sm-8 col-md-6 col-sm-offset-2 col-md-offset-0"> - <span data-lift="embed?what=/templates-hidden/parts/id-verification-form"></span> - </div> - <div class="col-xs-12 col-sm-8 col-md-6 col-sm-offset-2 col-md-offset-0"> - <div class="well"> - Prove your real identity to buy more bitcoin in one transaction. The transaction limits are shown below. - </div> - <img style="width:100%" src="https://s3.amazonaws.com/assets-pyc/identity-benefits-chart.jpg" /> - </div> - </div> -</div> diff --git a/src/main/webapp/settings/verified.html b/src/main/webapp/settings/verified.html @@ -1,36 +0,0 @@ -<div data-lift="surround?with=settings-wrap&at=content"> - <div class="row margin-top-10"> - <div class="col-xs-12 col-sm-8 col-md-6 col-sm-offset-2 col-md-offset-0"> - <div data-lift="IdVerification" ng-controller="IdVerificationCtrl" ng-cloak> - - <h2 class="text-primary"><b>Status: {{model.idverification}}</b></h2> - - <div data-lift="IdVerification.isPycVerified" class="padding-top-20"> - <button ng-click="thirdPartyVerify()" disabler ng-model="loading" type="button" class="btn btn-primary btn-lg">Verify with 3rd Party</button> - </div> - <p class="padding-top-20"> - <span data-lift="IdVerification.is3rdPartyVerified"> - Your identity has been completely verified. <br/> - You can now buy an unlimited amount of bitcoin! - </span> - <span data-lift="IdVerification.waiting3rdPartyVerification"> - Your identity is in the process of being verified. <br/> - We will notify you with updates. - </span> - <span data-lift="IdVerification.isPycVerified"> - Click the button to have your identity verified with a - third party company and buy unlimited amount of bitcoin. - <br/><br/> - Your current dollar to bitcoin limit is $2,999.99 per transaction. - </span> - </p> - </div> - </div> - <div class="col-xs-12 col-sm-8 col-md-6 col-sm-offset-2 col-md-offset-0"> - <div class="well"> - Prove your real identity to buy more bitcoin in one transaction. The transaction limits are shown below. - </div> - <img style="width:100%" src="https://s3.amazonaws.com/assets-pyc/identity-benefits-chart.jpg" /> - </div> - </div> -</div> -\ No newline at end of file