-
Notifications
You must be signed in to change notification settings - Fork 0
/
withdrawal_history.html
521 lines (479 loc) · 25.2 KB
/
withdrawal_history.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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE HTML>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<meta name = "format-detection" content = "telephone=no" />
<meta name="viewport" content="width=1230">
<meta name="HandheldFriendly" content="true">
<title>Cryptopatriots</title>
<meta name="Description" content="">
<meta name="Keywords" content="">
<style>
.loaded .wrapper, .loaded footer {
visibility: hidden;
}
.icon-load {
background: url("img/loading.svg?ver1.2") no-repeat;
background-size: 100%;
width: 50px;
height: 50px;
position: fixed;
left: 50%;
top: 50%;
margin-left: -25px;
margin-top: -25px;
display: none;
}
.loaded .icon-load {
display: block;
}
</style>
</head>
<body class="loaded">
<div class="icon-load"></div>
<div class="wrapper">
<header>
<div class="header-top">
<div class="container">
<div class="row wow bounceInLeft">
<div class="col-xs-pull-5 pull-left">
<span class="registr"><strong>Cryptopatriots Limited</strong> is <a href="#">registered in the UK #<strong>12312334</strong></a></span>
</div>
<div class="col-xs-pull-4 pull-left">
<div class="socials">
<a href="#" class="tw"></a>
<a href="#" class="telegram"></a>
<a href="#" class="yt"></a>
</div>
</div>
<div class="col-xs-pull-4 pull-right">
<span class="syster">Our syster are: <strong>Aug 25, 201802:05PM</strong></span>
</div>
</div>
</div>
</div>
<div class="header-bottom">
<div class="container">
<div class="row wow bounceInRight">
<a href="#" class="logo pull-left"><img src="img/logo.png?ver1.2" alt=""></a>
<ul class="nav pull-left">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Payment Proofs</a></li>
<li><a href="#">Referral Program</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<a href="#" class="logout"></a>
<a href="#" class="account">Your account</a>
</div>
</div>
</div>
</header>
<main>
<div class="container">
<div class="row">
<aside class="sidebar pull-left sidebar-summary">
<ul>
<li><a href="#">Account Summary</a></li>
<li><a href="#">Make Deposit</a></li>
<li><a href="#">Active Deposits</a></li>
<li><a href="#">Deposit History</a></li>
<li><a href="#">Earning History</a></li>
<li><a href="#">Withdraw Funds</a></li>
<li><a href="#" class="active">Withdrawal History</a></li>
<li><a href="#">Your Referrals</a></li>
<li><a href="#">Referral Links</a></li>
<li><a href="#">Account Settings</a></li>
<li><a href="#">Logout</a></li>
</ul>
</aside>
<div class="main-content pull-right">
<div class="text-center set-header">
<h1>WITHDRAWAL HISTORY</h1>
</div>
<div class="select-container">
<div class="row select-row">
<div class="select-box">
<select class="custom">
<option>Withdrawal</option>
<option>DEPOSITES</option>
<option>DEPOSITES</option>
<option>DEPOSITES</option>
<option>DEPOSITES</option>
<option>DEPOSITES</option>
</select>
</div>
</div>
<div class="row select-row select-row-2">
<label>From</label>
<div class="select-box select-sm pull-left">
<select class="custom">
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
</select>
</div>
<div class="select-box select-sm pull-left">
<select class="custom">
<option>July</option>
<option>July</option>
<option>July</option>
<option>July</option>
<option>July</option>
<option>July</option>
</select>
</div>
<div class="select-box select-sm pull-left">
<select class="custom">
<option>2014</option>
<option>2015</option>
<option>2016</option>
<option>2017</option>
<option>2018</option>
<option>2019</option>
</select>
</div>
</div>
<div class="row select-row">
<label>To</label>
<div class="select-box select-sm pull-left">
<select class="custom">
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
</select>
</div>
<div class="select-box select-sm pull-left">
<select class="custom">
<option>July</option>
<option>July</option>
<option>July</option>
<option>July</option>
<option>July</option>
<option>July</option>
</select>
</div>
<div class="select-box select-sm pull-left">
<select class="custom">
<option>2014</option>
<option>2015</option>
<option>2016</option>
<option>2017</option>
<option>2018</option>
<option>2019</option>
</select>
</div>
<button type="button" class="btn-default btn-big btn-blue pull-left">Go</button>
</div>
</div>
<table class="table table-3 table-5">
<thead>
<tr>
<th class="th">Type</th>
<th class="th">Amound</th>
<th class="th">Date</th>
</tr>
</thead>
<tbody>
<tr class="withdrawal-state">
<td>
<strong class="withdrawal">Withdrawal request</strong>
<span class="cancel">Cancel</span>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td>
<strong class="withdrawal">Withdrawal</strong>
<div class="withdrawal-request"><span>Withdraw to account:</span> 3252G8eonktXv6P74PBUPuqfrtV9gvZbM6 <span>Batch is:</span> 43399903ec0d8b691b6726f1d40825c8d39e392b0b14fd8d1cd93b36b1287fd2</div>
</td>
<td><span class="bitcoins"><span class="icon-bitcoin"></span> 0.00667791</span></td>
<td>Apr-11-2017 04:44:46 am</td>
</tr>
<tr>
<td colspan="3" class="no-pad">
<table>
<tr>
<td class="total-td">
<span class="total-label">For this period:</span>
<span class="bitcoins"><span class="icon-bitcoin"></span> <strong>0.00667791</strong></span>
</td>
<td class="total-td">
<span class="total-label">Total Profit:</span>
<span class="bitcoins"><span class="icon-bitcoin"></span> <strong>0.00667791</strong></span>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<ul class="pagination">
<!--<li><a href="#" class="arr-prev"></a></li>-->
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#" class="active">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">6</a></li>
<li><a href="#">7</a></li>
<li><a href="#">8</a></li>
<li><a href="#">9</a></li>
<li><a href="#" class="arr-next"></a></li>
</ul>
</div>
</div>
</div>
</main>
<div class="protection protection-in-2 protection-in-3">
<div class="container">
<div class="row">
<div class="col-sm-3">
<a href="#" class="protection1 wow zoomIn"><img src="img/symantec.png" alt=""></a>
</div>
<div class="col-sm-3">
<a href="#" class="protection2 wow zoomIn" data-wow-delay="0.2s"><img src="img/ddos-guard.png" alt=""></a>
</div>
<div class="col-sm-3">
<a href="#" class="protection3 wow zoomIn" data-wow-delay="0.4s"><img src="img/bitcoin1.png" alt=""></a>
</div>
<div class="col-sm-3">
<a href="#" class="protection4 wow zoomIn" data-wow-delay="0.6s"><img src="img/bitcoin2.png" alt=""></a>
</div>
</div>
</div>
</div>
<div class="push"></div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 wow bounceInLeft">
<a href="#" class="logo"><img src="img/logo.png?ver1.2" alt=""></a>
<span class="copy">Copyright @ Cryptopatriots Ltd 2018 All rights reserved 2020</span>
</div>
<div class="col-sm-7 pull-right wow bounceInRight">
<ul class="nav pull-right">
<li><a href="#" class="active">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Payment Proofs</a></li>
<li><a href="#">Referral Program</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<div class="socials pull-right">
<a href="#" class="tw"></a>
<a href="#" class="telegram"></a>
<a href="#" class="yt"></a>
</div>
</div>
</div>
</div>
</footer>
<div class="modal" id="loginModal">
<div class="modal-dialog">
<div class="modal-content">
<a href="#" class="bClose"></a>
<div class="modal-header">
<h3>Login</h3>
</div>
<div class="modal-body">
<form action="#" method="post" class="modal_form" id="login_form">
<fieldset>
<div class="input-box input-username">
<input type="text" class="input-sm" name="username" placeholder="Username" id="username">
</div>
<div class="input-box input-password">
<input type="password" class="input-sm" name="password" placeholder="Password" id="password">
</div>
<div class="btn-group">
<button class="btn-default btn-big btn-blue"><span>Login</span></button>
<button class="btn-default btn-big link_forgot">Forgot your password?</button>
</div>
<div class="error_message"></div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<div class="modal" id="forgotPassModal">
<div class="modal-dialog">
<div class="modal-content">
<a href="#" class="bClose"></a>
<div class="modal-header">
<h3>Forgot password</h3>
</div>
<div class="modal-body">
<form action="#" method="post" class="modal_form forgot_pass_form" id="forgot_pass_form">
<fieldset>
<div class="input-box input-email">
<input type="text" class="input-sm" name="forgot_email" placeholder="Your e-Mail">
</div>
<div class="btn-group">
<button class="btn-default btn-big btn-blue">sEND</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<div class="modal" id="newPassModal">
<div class="modal-dialog">
<div class="modal-content">
<a href="#" class="bClose"></a>
<div class="modal-header">
<h3>Forgot password</h3>
</div>
<div class="modal-body">
<p class="new-pass-message">Your new password was successfully sanded on your e-mail address</p>
<div class="btn-group">
<button type="button" class="btn-default btn-big btn-ok bClose">OK</button>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="signupModal">
<div class="modal-dialog">
<div class="modal-content">
<a href="#" class="bClose"></a>
<div class="modal-header">
<h3>Registration</h3>
</div>
<div class="modal-body">
<form action="#" method="post" class="modal_form signup_form" id="signup_form">
<fieldset>
<div class="form-col pull-left">
<div class="form_headline form_headline_account">Account information</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="full_name" placeholder="Your Full Name">
</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="sign_username" placeholder="Your Username">
</div>
<div class="input-box input-no-icon">
<input type="password" class="input-sm" name="sign_pass" placeholder="Define Password" id="sign_password">
</div>
<div class="input-box input-no-icon">
<input type="password" class="input-sm" name="sign_pass_retype" placeholder="Retype Password">
</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="sign_email" placeholder="Your E-mail" id="sign_email">
</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="sign_email_retype" placeholder="Retype E-mail">
</div>
</div>
<div class="form-col pull-right">
<div class="form_headline form_headline_payment">Payment systems</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="system_address" placeholder="System Adress">
</div>
<div class="form_headline form_headline_security">Security</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="secret_question" placeholder="Secret question">
</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="secret_answer" placeholder="Secret answer">
</div>
<div class="input-box input-no-icon">
<input type="text" class="input-sm" name="secret_answer" placeholder="Your upline: You have no upline.">
</div>
<div class="input_box input_checkbox">
<input type="checkbox" id="terms_agree" class="checkbox" name="terms_agree">
<label for="terms_agree" class="terms_agree">I agree with <a href="#">Terms and conditions</a></label>
</div>
</div>
<div class="clear"></div>
<div class="btn-group">
<button class="btn-default btn-big btn-blue">SignIn</button>
<button class="btn-default btn-big btn-modal-login">Login</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.min.css?ver1.2" />
<script src="js/scripts.min.js?ver1.2"></script>
<script src="js/custom.js?ver1.2"></script>
</body>
</html>