bitcoin-atm
bitcoin atm for pyc inc.
git clone https://9o.is/git/bitcoin-atm.git
LimitReached.html
(1356B)
1 <wz-step screen="LimitReached">
2 <div class="top-area">
3 <div class="title margin-top-50 text-primary">
4 <h3>Exceeded Limit</h3>
5 </div>
6 <p class="margin-bottom-100">
7 The inserted bill surpasses your {{ fsm.data.currencySymbol + fsm.data.userInfo.purchaseLimit }}
8 per 24-hour purchase limit.
9 </p>
10 </div>
11 <div class="low-area with-close">
12 <div > <!-- ng-show="config.phoneVerifiedBuyLimit > fsm.data.userInfo.purchaseLimit" -->
13 <p class="small">
14 Verify your phone number via SMS to increase limit to
15 {{ config.currencySymbol + config.phoneVerifiedBuyLimit }}
16 </p>
17 <button ng-click="unwrapInput('verify-phone')" class="btn btn-primary solo-btn small margin-0">Verify Phone</button>
18 </div>
19 <div ng-show="config.phoneVerifiedBuyLimit <= fsm.data.userInfo.purchaseLimit">
20 <p class="small margin-bottom-50">
21 Nothing can be done to raise the limit.
22 <br>
23 Sorry for the inconvenience.
24 </p>
25 <i class="fa fa-frown-o fa-5x text-primary"></i>
26 </div>
27 </div>
28
29 <div class="btn-help with-close">
30 <h2>HELP</h2>
31 </div>
32
33 <div class="btn-close" ng-click="previousScreen(true)">
34 <h5><i class="fa fa-close"></i></h5>
35 </div>
36
37 <span data-lift="embed?what=/templates-hidden/input/verify-phone"></span>
38 <span data-lift="embed?what=/templates-hidden/input/verify-sms"></span>
39 </wz-step>