forked from bank2bank/Shifty
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
178 lines (167 loc) · 9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ShapeShift for Business | Shape Shift | The fastest way to swap cryptocurrencies. No account required.</title>
<link rel="icon" type="image/png" href="/fav_icon.png">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/dd.css" rel="stylesheet" type="text/css">
<link href="css/payment.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53373201-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1393236207652693');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1393236207652693&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body class="admin business tk-proxima-nova">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="col-md-8 col-lg-8 shifty-container">
<div class="panel panel-default">
<div class="panel-body">
<div class="non-row clearfix">
<div class="col-md-4 col-lg-4 col-sm-4 col-xs-4 coin-container">
<div class="left">
<div class="coin">
<strong>Shift To</strong>
<img class="outputCoin" src="https://shapeshift.io/legacy/images/coins/bitcoin.png">
<div class="dropdown other-dropdown">
<button class="btn btn-default dropdown-toggle btn-full" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
OR
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1" id="others">
</ul>
</div>
</div>
<a class="qr-link">
<div id="qr-code">
</div>
</a>
</div>
</div>
<div class="col-md-8 col-sm-8 col-lg-8 col-xs-8 coin-fields">
<div class="right">
<div class="input-form">
<div class="row">
<div class="col-xs-7">
<div class="form-item">
<select class='ssio-currency-dropdown'>
<option value='---'>Pay with:</option>"
</select>
</div>
</div>
<div class="col-xs-5 amount">
<div class="form-item">
<input type="text" class="form-control disabled" id="amount" placeholder="Amount BTC (optional)">
</div>
</div>
</div>
<div class="form-item return-address-input">
<input type="text" class="form-control" id="return-address" placeholder="Return Address (optional)">
</div>
<div class="form-item email-input">
<input type="email" class="form-control" id="email" placeholder="Email for Receipt (optional)">
</div>
<div class="actions" style="text-align: right;">
<button class="btn btn-success form-submit">Submit</button>
</div>
</div>
<div class="instructions">
<p class="first"></p>
<p class="last"></p>
</div>
</div>
</div>
</div>
<div class="status-window">
<div class="status-message">
</div>
<div class="status-inner">
<div class="deposit-address">
<strong class="depo-label">Deposit Address</strong> <span class="depo-address-block"></span>
<span class="pull-right timer"></span>
</div>
<ul class="list-unstyled inline" id="steps">
<li id="deposit" class="pending">
<span class="status"><span class="status-icon"></span></span>
<span class="glyphicon glyphicon-save"></span>
Awaiting Deposit</li>
<li id="exchange" class="pending">
<span class="status"><span class="status-icon"></span></span>
<span class="glyphicon glyphicon-transfer"></span>
Awaiting Exchange</li>
<li id="complete" class="pending">
<span class="status"><span class="status-icon"></span></span>
<span class="glyphicon glyphicon-ok"></span>
Complete</li>
</ul>
</div>
</div>
<div class="pane-header">
<div class="row">
<div class="payment-info col-md-5">
<strong>Destination</strong>
<input value="" id="withdraw-address" class="form-control" disabled>
</div>
<div class="col-md-7 limits">
<div class="row">
<div class="deposit-limit col-md-3 col-sm-2">
<strong>Deposit Limit</strong>
<p></p>
</div>
<div class="exchange-rate col-md-3 col-sm-3">
<strong>Exchange Rate</strong>
<p></p>
</div>
<div class="min-limit col-md-3 col-sm-3">
<strong>Deposit Minimum</strong>
<p></p>
</div>
<div class="depo-max col-md-3 col-sm-3">
<strong>Deposit Maximum</strong>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="payment-footer" style="text-align:right;">Powered by ShapeShift.io <img width="40" style="position:relative;top:-3px;" class="logo" src="https://shapeshift.io/legacy/images/lens_icon.png"></p>
</div><!-- /container -->
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.js" type="text/javascript"></script>
<script src="js/jquery.dd.min.js" type="text/javascript"></script>
<script src="js/qrcode.js" type="text/javascript"></script>
<script src="js/environ.js" type="text/javascript"></script>
<script src="js/payment.js" type="text/javascript"></script>
<script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
<script type="text/javascript">twttr.conversion.trackPid('l6c28', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=l6c28&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
<img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=l6c28&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
</noscript>
</body>
</html>