forked from bitox-exchange/bitox.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
340 lines (310 loc) · 14.7 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/bitox/images/favicon.ico" rel="icon" />
<link href="/bitox/assets/css/bootstrap24/css/bootstrap.min.css" rel="stylesheet" />
<link href="/bitox/css/font-awesome.min.css" rel="stylesheet" />
<link href="/bitox/css/ie10-viewport-bug-workaround.css" rel="stylesheet" />
<link href="/bitox/css/alertify.min.css" rel="stylesheet" />
<link href="/bitox/css/alertify-bootstrap.min.css" rel="stylesheet" />
<link href="/bitox/assets/css/black.css" rel="stylesheet" id="stylesheet" />
<link href="/bitox/assets/css/small.css" rel="stylesheet" media="only screen and (max-device-width: 991px)" />
<title>Bitox</title>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only" id="toggleNavigation" class="trn">toggle_navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/bitox/images/img/logoBitox.io@1x.png" />
</a>
<ul class="nav navbar-nav nav-tokensDropdown">
<li class="dropdown" id="tokensDropdown"></li>
</ul>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul id="js_nav_menu" class="nav navbar-nav navbar-right">
<li>
<a href="" class="b_tokens">
<div class="tokens28"></div>
<span>Tokens</span>
<a class="dropdown" id="tokenGuidesDropdown"></a>
</a>
</li>
<li>
<a href="javascript:;" class="b_chat js-gitter-toggle-chat-button">
<div class="chat28"></div>
<span>Chat</span>
</a>
</li>
<li>
<a href="" class="b_contract" data-key="b_contract">
<div class="contract28"></div>
<span>Contract</span>
</a>
</li>
<li>
<a href="" class="b_help" data-key="b_help">
<div class="help28"></div>
<span>Help</span>
</a>
</li>
<li>
<a href="" class="b_settings" data-key="b_settings">
<div class="settings28"></div>
<span>Settings</span>
</a>
</li>
<li class="li_current_accounts"></li>
<li class="li_accounts">
<a href="" class="b_accounts" data-key="b_accounts">
<div class="accounts28">
<i class="fa fa-user"></i>
</div>
<span>ACCOUNT</span>
</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<div class="menu_expand">
<div class="back_mobile">BACK</div>
<div class="menu_expand_after"></div>
<div class="b_acc pull-right" id="b_contract">
<div class="dropdown" id="connection"></div>
</div>
<div class="b_acc pull-right" id="b_help">
<div class="dropdown" id="helpDropdown"></div>
</div>
<div class="b_acc pull-right" id="b_settings">
<p>Theme</p>
<div class="row row-mode">
<a href="javascript:;" class="btn btn-mode-light pull-left js_mode-light" onclick="document.getElementById('stylesheet').setAttribute('href', '/bitox/assets/css/white.css')">LIGHT MODE</a>
<a href="javascript:;" class="btn btn-mode-dark pull-right js_mode-dark" onclick="document.getElementById('stylesheet').setAttribute('href', '/bitox/assets/css/black.css')">DARK MODE</a>
</div>
<p>Language</p>
<div class="dropdown" id="languages"></div>
</div>
<div class="b_acc pull-right" id="b_accounts">
<div class="dropdown" id="accounts"></div>
</div>
<div class="b_acc_2 pull-right"></div>
</div>
<!--<div class="row b_row">-->
<div class="b_row">
<div class="col-md-2 hidden-xs hidden-sm no-float b_block b_adv">
<div class="row-header">
<a href="https://github.com/amisdex/bitox/issues" target="_blank">List your token</a>
</div>
<div class="row-container">
<a href="https://goo.gl/forms/IicK1IGSRFs17tAx2" target="_blank">
<img src="/bitox/images/banners/airdrop-vertical@2x.png" style="max-width: 100%; max-height: 100%;"/>
</a>
</div>
</div>
<div class="col-md-22 col-xs-24 col-sm-24 no-float b_block">
<!--<div class="row">-->
<div class="col-md-14 col-xs-24 col-sm-24 no-padding">
<div class="col-md-15 col-xs-24 col-sm-24 no-padding">
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-price_chart">
<div class="row-container">
<div class="row-header trn">price_chart</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="price_chart" data-r_2="my_transactions" data-position="top"> </span>
<div class="row-box nav-header">
<ul class="nav nav-tabs two columns" role="tablist">
<li role="presentation" class="active"><a href="#chartPrice" aria-controls="chartPrice" role="tab" data-toggle="tab" class="trn">price</a></li>
<li role="presentation"><a href="#chartDepth" aria-controls="chartDepth" role="tab" data-toggle="tab" class="trn">depth</a></li>
</ul>
</div>
<div class="row-box height2">
<div class="tab-content" style="height: 100%;">
<div role="tabpanel" class="tab-pane active" id="chartPrice" style="height: 100%; width: 100%; background: #000;"></div>
<div role="tabpanel" class="tab-pane" id="chartDepth" style="height: 100%; width: 100%; background: #000;"></div>
</div>
</div>
</div>
</div>
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-my_transactions">
<div class="row-container">
<div class="row-header trn">my_transactions</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="price_chart" data-r_2="my_transactions" data-position="bot"> </span>
<div class="row-box nav-header">
<ul class="nav nav-tabs four columns" role="tablist">
<li role="presentation" class="active"><a href="#important" aria-controls="info" role="tab" data-toggle="tab" class="trn">important</a></li>
<li role="presentation"><a href="#myTrades" aria-controls="myTrades" role="tab" data-toggle="tab" class="trn">trades</a></li>
<li role="presentation"><a href="#myOrders" aria-controls="myOrders" role="tab" data-toggle="tab" class="trn">orders</a></li>
<li role="presentation"><a href="#myFunds" aria-controls="myFunds" role="tab" data-toggle="tab" class="trn">funds</a></li>
</ul>
</div>
<div class="row-box">
<div class="row-box height2 nice-boxscroll scroll">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="important">
<div style="margin: 12px;">
<p style="color: #f00; font-weight: bold;">Disclaimer</p>
<p style="font-size: 12px;">
BitoxIO is a decentralized trading platform that lets
you trade Ether and Ethereum-based tokens directly with other users.
You are responsible for your own account, funds, and private keys.
You are responsible for your own trading decisions, and the details
and mechanics of the tokens you trade.
BitoxIO is not responsible for your decisions, actions, or losses that result from
using BitoxIO. BitoxIO makes no guarantee about the tokens that you trade using
BitoxIO. BitoxIO does not hold your funds and does not offer refunds.
While the information contained on BitoxIO is periodically updated, no guarantee is given
that the information provided on BitoxIO is correct, complete, or up-to-date.
By using BitoxIO, you acknowledge this and agree to these terms.
</p>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="myTrades"></div>
<div role="tabpanel" class="tab-pane" id="myOrders"></div>
<div role="tabpanel" class="tab-pane" id="myFunds"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-9 col-xs-24 col-sm-24 no-padding">
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-orders">
<div class="row-container">
<div class="row-header trn">order_book</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="orders" data-r_2="new_order" data-position="top"> </span>
<div id="orders" class="nice-boxscroll"></div>
</div>
</div>
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-new_order">
<div class="row-container">
<div class="row-header trn">new_order</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="orders" data-r_2="new_order" data-position="bot"> </span>
<div class="row-box nav-header">
<ul class="nav nav-tabs two columns" role="tablist">
<li role="presentation" class="active"><a href="#buy" aria-controls="buy" role="tab" data-toggle="tab" class="trn">buy</a></li>
<li role="presentation"><a href="#sell" aria-controls="sell" role="tab" data-toggle="tab" class="trn">sell</a></li>
</ul>
</div>
<div class="row-box height3 padding nice-boxscroll scroll">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="buy"></div>
<div role="tabpanel" class="tab-pane" id="sell"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-10 col-xs-24 col-sm-24 no-padding">
<div class="col-md-13 col-xs-24 col-sm-24 no-padding">
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-balance">
<div class="row-container">
<div class="row-header trn">balance</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="balance" data-r_2="volume" data-position="top"> </span>
<div id="balance"></div>
</div>
</div>
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-volume">
<div class="row-container">
<div class="row-header trn">volume</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="balance" data-r_2="volume" data-position="bot"> </span>
<div id="volume" class="nice-boxscroll"></div>
</div>
</div>
</div>
<div class="col-md-11 col-xs-24 col-sm-24 no-padding">
<!--<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-trades single_block">-->
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-trades">
<div class="row-container">
<div class="row-header">
<span class="trn">trades</span>
</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="trades" data-r_2="updates" data-position="top"> </span>
<div class="row-box height7 nice-boxscroll">
<div id="trades"></div>
</div>
</div>
</div>
<div class="col-md-24 col-xs-24 col-sm-24 no-float add_float b_block bl-updates">
<div class="row-container">
<div class="row-header">
<span class="trn">updates</span>
</div>
<span class="rectangle-max"> </span>
<span class="rectangle-min" data-r_1="trades" data-r_2="updates" data-position="bot"> </span>
<div class="row-box height6 nice-boxscroll">
<a class="twitter-timeline" href="https://twitter.com/amis_erc20" data-chrome="noheader nofooter transparent">Tweets by AMIS_ERC20</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="buyTrade"></div>
<div id="sellTrade"></div>
<div id="importAccount"></div>
<div id="otherToken"></div>
<div id="gasPrice"></div>
<div id="tokenGuide"></div>
<div id="screencast"></div>
<div id="ledger"></div>
<div id="ledger_add">
<div class="col-md-5 leger_img">
<img src="/bitox/images/img/ledger.png" alt="Bitox supports Ledger Nano S">
</div>
<div class="col-md-19 leger_title">
The safest place your private keys can be is in hardware. That’s why BitoxIO supports Ladger Nano S.
</div>
<a class="btn-mode-dark btn-mode-green" href="https://www.ledgerwallet.com/r/be21?path=/products/ledger-nano-s" target="_blank">Buy Today</a>
<h3>How use Ledger Nano S with BitoxIO</h3>
<h4>Instructions</h4>
<ol><li>Plug in your Ledger Nano S.</li><li>On the Ledger Nano S, open the Ethereum app.</li><li>On the Ledger Nano S, go to "Settings" and turn on "Browser" and "Contract" modes.</li><li>Refresh Bitox.</li><li>Your Ledger Nano S address will appear in the account dropdown automatically, with a green "Ledger" box next to it.</li><li>When you deposit, withdraw, place an order, or trade, approve the transaction using your Ledger Nano S.</li></ol>
</div>
<script src="/bitox/js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="/bitox/js/jquery.translate.js" type="text/javascript"></script>
<script src="/bitox/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/bitox/js/alertify.min.js" type="text/javascript"></script>
<script src="/bitox/js/ejs_production.js" type="text/javascript"></script>
<script src="/bitox/js/chrome-u2f-api.js" type="text/javascript"></script>
<script src="/bitox/js/ledger.min.js" type="text/javascript"></script>
<script src="/bitox/js/main.js" type="text/javascript"></script>
<script src="/bitox/assets/js/customize.js" type="text/javascript"></script>
<script src="/bitox/assets/js/nicescroll/jquery.nicescroll.min.js" type="text/javascript"></script>
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', undefined, 'auto');
ga('send', 'pageview');
</script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'ERC20-AMIS/Lobby',
activationElement: false
};
</script>
<script src="/bitox/js/sidecar.v1.js" async defer></script>
</body>
</html>