-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
710 lines (650 loc) · 30.4 KB
/
Copy pathindex.html
File metadata and controls
710 lines (650 loc) · 30.4 KB
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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
<!DOCTYPE html>
<html lang="en">
<head>
<title>Etho Protocol - Node Lending Dashboard</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/etho.png" />
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/perfect-scrollbar/perfect-scrollbar.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body>
<div class="limiter">
<div class="container-table100">
<div class="wrap-table100" style="background: url('images/background.png') no-repeat fixed center; background-size: contain;">
<div class="row header">
<div class="cell" style="width: 500px; height: 100px; background-color: #362f31;">
<img height="100" width="100" src="images/etho.png"></img>
<h3 style="padding: 15px;">Staking Market (Beta Testing)</h3>
<h4 style="font-size: 18px;"><span id="total-lending"></span></h4>
<h4 style="font-size: 18px;"><span id="total-available"></span></h4>
<h4 style="font-size: 18px;"><span id="login-account"></span></h4>
</div>
</div><br>
<div class="cell" style="float: right; padding-right: 10px; padding-left: 10px;">
<button type="button" class="btn btn-primary" id="connect-button" onclick="window.initiateLogin();">Select account</button>
</div>
<div class="cell" style="float: right; padding-right: 10px; padding-left: 10px;">
<button type="button" class="btn btn-primary" id="terms-button">Terms</button>
</div>
<div class="cell" style="float: right; padding-right: 10px; padding-left: 10px;">
<button type="button" class="btn btn-primary" id="help-button">Help</button>
</div>
<div class="row header" id="available-header1">
<div class="cell">
All Contracts
</div>
<div class="cell" style="padding-right: 10px; padding-left: 10px;">
<div class="dropdown">
<button type="button" class="btn btn-primary dropdown-toggle" id="filter-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Filter Contracts</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton" style="padding-left: 20%;">
<button type="button" class="btn btn-success" id="filter-all-button" style="width: 80%;">All</button><br><br>
<button type="button" class="btn btn-success" id="filter-open-button" style="width: 80%;">Open</button><br><br>
<button type="button" class="btn btn-success" id="filter-closed-button" style="width: 80%;">Closed</button><br><br>
</div>
</div>
</div>
</div>
<div class="table" id="available-data-table">
<div class="row header" id="available-header2">
<div class="cell" style="width: 20%;">
Type
</div>
<div class="cell" style="width: 10%;">
Fee
</div>
<div class="cell" style="width: 10%;">
Lender %
</div>
<div class="cell" style="width: 15%;">
Availability
</div>
<div class="cell">
Lender Address
</div>
<div class="cell" style="padding-right: 15px;">
</div>
</div>
</div>
<br>
<div class="row header" id="lender-header1">
<div class="cell">
Lender Contracts
</div>
<div class="cell" style="padding-right: 10px; padding-left: 10px;">
<button type="button" class="btn btn-primary" id="add-contract-button" style="display: none;" onclick="window.newLendingContractSetup();">Add Contract</button>
</div>
</div>
<div class="table" id="lender-data-table">
<div class="row header" id="lender-header2">
<div class="cell" style="width: 20%;">
Type
</div>
<div class="cell" style="width: 15%;">
Last Paid
</div>
<div class="cell" style="width: 10%;">
Lender %
</div>
<div class="cell" style="width: 12%;">
Availability
</div>
<div class="cell">
Borrower Address
</div>
<div class="cell" style="width: 30%;">
</div>
</div>
</div>
<br>
<div class="row header" id="borrower-header1">
<div class="cell">
Borrower Contracts
</div>
</div>
<div class="table" id="borrower-data-table">
<div class="row header" id="borrower-header2">
<div class="cell" style="width: 20%;">
Type
</div>
<div class="cell" style="width: 20%;">
Last Paid
</div>
<div class="cell" style="width: 15%;">
Lender %
</div>
<div class="cell">
Contract Address
</div>
<div class="cell" style="width: 30%;">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal: modalLogin -->
<div class="modal fade" id="modalLogin" tabindex="-1" role="dialog" aria-labelledby="modalLogin" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="loginModalTitle">Borrower/Lender Login</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="purchase-private-key">Enter Private Key To Login:</label>
<input type="text" id="private-key" class="form-control validate" style="background-color: #e0dce0;" required>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
<button type="button" class="btn btn-primary" id="loginModalButton" style="border-color: #840032; background-color: #840032;">Login</button>
</div>
</div>
</div>
</div>
<!-- Modal: modalLogin -->
<!-- Modal: modalDetails -->
<div class="modal fade" id="modalDetails" tabindex="-1" role="dialog" aria-labelledby="modalDetails" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="detailsModalTitle">Contract Details</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="node-type">Node Type:</label>
<div style="background-color: #ffffff;"><span id="node-type"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="contract-address">Contract Address:</label>
<div style="background-color: #ffffff;"><span id="contract-address"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="borrower-address">Borrower Address:</label>
<div style="background-color: #ffffff;"><span id="borrower-address"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="deploy-block">Deployment Block Height:</label>
<div style="background-color: #ffffff;"><span id="deploy-block"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="blocks-since">Blocks Since Deployment:</label>
<div style="background-color: #ffffff;"><span id="blocks-since"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="node-status">Node Status:</label>
<div style="background-color: #ffffff;"><span id="node-status"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="original-origination-fee">Origination Fee:</label>
<div style="background-color: #ffffff;"><span id="original-origination-fee"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="last-lender-reward">Last Lender Reward Amount:</label>
<div style="background-color: #ffffff;"><span id="last-lender-reward"></span></div>
<hr>
<label data-error="wrong" data-success="right" for="last-borrower-reward">Last Borrower Reward Amount:</label>
<div style="background-color: #ffffff;"><span id="last-borrower-reward"></span></div>
<hr>
<!--<label data-error="wrong" data-success="right" for="reset-block">Lender Reset Eligibility Block Height:</label>
<div style="background-color: #ffffff;"><span id="reset-block"></span></div>
<hr>-->
<label data-error="wrong" data-success="right" for="contract-text">Additional Terms/Details:</label>
<div style="background-color: #ffffff;"><span id="contract-text"></span></div>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal: modalDetails -->
<!-- Modal: modalMessage -->
<div class="modal fade" id="modalMessage" tabindex="-1" role="dialog" aria-labelledby="modalMessage" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="loginModalTitle">Borrower/Lender Messaging</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="new-message">Messages:</label>
<div id="message-data-table" style="background-color: #e0dce0; overflow-y:auto; height:200px;"></div>
</div>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="new-message">Enter Message:</label>
<textarea name="new-message" id="new-message" rows="5" style="background-color: #ffffff; width:100%;"></textarea>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
<button type="button" class="btn btn-primary" id="sendMessageModalButton" style="border-color: #840032; background-color: #840032;">Send Message</button>
</div>
</div>
</div>
</div>
<!-- Modal: modalMessage -->
<!-- Modal: verifyNodeModal -->
<div class="modal fade" id="verifyNodeModal" tabindex="-1" role="dialog" aria-labelledby="verifyNodeModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="verifyNodeModalTitle">Node Verification TX</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="verify-node-address">Enter Node Verification Address (From Node Dashboard):</label>
<input type="text" id="verify-node-address" class="form-control validate" style="background-color: #e0dce0;" required>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
<button type="button" class="btn btn-primary" id="verifyNodeConfirmButton" style="border-color: #840032; background-color: #840032;">Send TX</button>
</div>
</div>
</div>
</div>
<!-- Modal: verifyNodeModal -->
<!-- Modal: minedBlockTrackerModal -->
<div class="modal fade" id="minedBlockTrackerModal" tabindex="-1" role="dialog" aria-labelledby="minedBlockTrackerModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="minedBlockTrackerModalTitle">Etho Protocol Transaction Tracker</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<br>
<h4 class="modal-title" style="font-size: 20px;">Etho Protocol Transaction Status: <span id="status" style="color: #9c2877; font-weight: bold;">In Progress</span></h4>
<h4 class="modal-title" style="font-size: 20px;">Waiting For Transaction Confirmation</h4>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal: minedBlockTrackerModal -->
<!-- Modal: costConfirmationModal -->
<div class="modal fade" id="costConfirmationModal" tabindex="-1" role="dialog" aria-labelledby="costConfirmationModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="costConfirmationModalTitle">Etho Protocol Transaction Cost Confirmation</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<br>
<h4 class="modal-title" style="font-size: 20px;">Transaction Cost:  <span id="confirm-cost" style="color: #9c2877; font-weight: bold;">0</span>  ETHO</h4>
<h4 class="modal-title" style="font-size: 20px;">Do You Wish To Continue?</h4>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
<button type="button" class="btn btn-primary" id="confirmButton" style="border-color: #840032; background-color: #840032;">Continue</button>
</div>
</div>
</div>
</div>
<!-- Modal: costConfirmationModal -->
<!-- Modal: confirmationModal -->
<div class="modal fade" id="confirmationModal" tabindex="-1" role="dialog" aria-labelledby="confirmationModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="confirmationModalTitle">Etho Protocol Transaction Confirmation</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<br>
<h4 class="modal-title" style="font-size: 20px;">Action Confirmation:  <span id="confirm-message" style="color: #9c2877; font-weight: bold;">Abandon</span>  Contract</h4>
<h4 class="modal-title" style="font-size: 20px;">Do You Wish To Continue?</h4>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
<button type="button" class="btn btn-primary" id="generalConfirmButton" style="border-color: #840032; background-color: #840032;">Continue</button>
</div>
</div>
</div>
</div>
<!-- Modal: confirmModal -->
<!-- Modal: helpModal -->
<div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="helpModalTitle">Etho Protocol Staking/Lending Help</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<br>
<h4 class="modal-title" style="font-size: 20px;">Become an  <span id="etho-message" style="color: #9c2877; font-weight: bold;">ETHO</span>  Lender</h4>
<ol>
<li><b>1.)</b> Login with your private key</li>
<li><b>2.)</b> Click “Add Contract”</li>
<li><b>3.)</b> Select desired fees and submit</li>
</ol>
<h5 class="modal-title" style="font-size: 18px;">Lender Contracts Buttons</h5>
<ul>
<li><b>• Reset</b> - put contract back on market and keep or return origination fee based on terms</li>
<li><b>• Remove</b> - delete contract from market and keep or return origination fee based on terms</li>
<li><b>• Message</b> - send message to borrower</li>
<li><i>(note: forfeited borrower fees do not get paid out until the contract is removed)</i></li>
</ul>
<hr>
<h4 class="modal-title" style="font-size: 20px;">Become an  <span id="etho-message" style="color: #9c2877; font-weight: bold;">ETHO</span>  Borrower</h4>
<ol>
<li><b>1.)</b> Login with your private key</li>
<li><b>2.)</b> Select desired available contract</li>
<li><b>3.)</b> Confirm fee payment and submit to reserve contract</li>
<li><b>4.)</b> Setup your node at <a href="https://nodes.ether1.org/">https://nodes.ether1.org</a></li>
<li><b>5.)</b> Use your staking dashboard to send node verification tx (click “Send TX” button) and enter verification address from node dashboard registration. Use resulting tx hash for verification</li>
</ol>
<h5 class="modal-title" style="font-size: 18px;">Borrower Contracts Buttons</h5>
<ul>
<li><b>• Abandon</b> - withdraw offer to host node and keep or return origination fee based on terms</li>
<li><b>• Verify Node</b> - use for node dashboard verification transaction & resultant hash</li>
<li><b>• Message</b> - send message to lender</li>
</ul>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal: helpModal -->
<!-- Modal: termsModal -->
<div class="modal fade" id="termsModal" tabindex="-1" role="dialog" aria-labelledby="termsModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="termsModalTitle">Etho Protocol Staking/Lending Terms & Conditions</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<br>
<h4 class="modal-title" style="font-size: 20px;">Terms & Conditions</h4>
<hr>
<ol>
<li><b>1.</b> Borrower and Lender both agree they understand and consent to the terms and conditions below upon entering their private keys on this website.</li>
<li><b>2.</b> After claiming an available staking contract, Borrower has 50,000 blocks to setup an active and paying Etho Protocol node using Lender's smart contract stake. Failure to do so gives Lender the option to collect Borrower's origination fee.
</li>
<li><b>3.</b> When Borrower's Etho Protocol node produces its first reward payment within 50,000 blocks, contract status is changed from inactive to active. The contract status is changed back to inactive if the Borrower's node loses its paying status for a single payment period. Lender has the option to reset/remove an inactive contract between 50,000 and 199,999 blocks and collect Borrower’s origination fee.</li>
<li><b>4.</b> Lender can reset/remove an active contract after 200,000 blocks with the origination fee returned to the Borrower. Borrower can abandon an active contract after 200,000 blocks with the origination fee returned to the Borrower.</li>
<li><b>5.</b> If Borrower abandons an active contract within the first 200,000 blocks, security deposit is forfeited to the Lender.</li>
<li><b>6.</b> Lender can cancel an active contract only after 200,000 blocks, with 95% of the origination fee returned to the Borrower.</li>
<li> <b>-</b> Lender has the option to stipulate additional Terms and Conditions within each staking contract. By claiming the staking contract, Borrower agrees to Lender's additional Term and Conditions.</li>
<li> <b>-</b> Lender's additional stipulated Terms and Conditions do not supersede Smart Contract rules (1) through (6) listed above.</li>
</ol>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal: termsModal -->
<!-- Modal: transactionHashModal -->
<div class="modal fade" id="transactionHashModal" tabindex="-1" role="dialog" aria-labelledby="transactionHashModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="transactionHashModalTitle">Ether-1 Node Verification</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<br>
<h4 class="modal-title" style="font-size: 20px;">TX Hash:  <span id="verification-tx-hash" style="font-size: 12px; color: #9c2877; font-weight: bold;"></span></h4>
<h4 class="modal-title" style="font-size: 20px;">Copy This Hash For Node Dashboard Use</h4>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal: transactionHashModal -->
<!-- Modal: modalNewContractSetup -->
<div class="modal fade" id="modalNewContractSetup" tabindex="-1" role="dialog" aria-labelledby="modalNewContractSetup" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h4 class="modal-title" id="newContractSetupModalTitle">New Lending Contract Setup</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<table class="table table-hover">
<tbody>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="node-type">Select NodeType</label>
<select class="selectpicker form-control" data-style="btn-primary" id="node-type-selection">
<option value="GN">Gateway Node</option>
<option value="MN">Masternode</option>
<option value="SN">Service Node</option>
</select>
<label data-error="wrong" data-success="right" for="node-type">Select Desired Origination Fee</label>
<select class="selectpicker form-control" data-style="btn-primary" id="fee-selection">
<option value="100">100 ETHO</option>
<option value="150">150 ETHO</option>
<option value="200">200 ETHO</option>
<option value="500">500 ETHO</option>
<option value="1000">1000 ETHO</option>
<option value="2000">2000 ETHO</option>
</select>
<label data-error="wrong" data-success="right" for="node-type">Select Desired Lender Split % (Amount Lender Receives)</label>
<select class="selectpicker form-control" data-style="btn-primary" id="split-value-selection">
<option value="1">1%</option>
<option value="2">2%</option>
<option value="3">3%</option>
<option value="4">4%</option>
<option value="5">5%</option>
<option value="6">6%</option>
<option value="7">7%</option>
<option value="8">8%</option>
<option value="9">9%</option>
<option value="10">10%</option>
<option value="11">11%</option>
<option value="12">12%</option>
<option value="13">13%</option>
<option value="14">14%</option>
<option value="15">15%</option>
<option value="16">16%</option>
<option value="17">17%</option>
<option value="18">18%</option>
<option value="19">19%</option>
<option value="20">20%</option>
<option value="21">21%</option>
<option value="22">22%</option>
<option value="23">23%</option>
<option value="24">24%</option>
<option value="25">25%</option>
<option value="26">26%</option>
<option value="27">27%</option>
<option value="28">28%</option>
<option value="29">29%</option>
<option value="30">30%</option>
<option value="31">31%</option>
<option value="32">32%</option>
<option value="33">33%</option>
<option value="34">34%</option>
<option value="35">35%</option>
<option value="36">36%</option>
<option value="37">37%</option>
<option value="38">38%</option>
<option value="39">39%</option>
<option value="40">40%</option>
<option value="41">41%</option>
<option value="42">42%</option>
<option value="43">43%</option>
<option value="44">44%</option>
<option value="45">45%</option>
<option value="46">46%</option>
<option value="47">47%</option>
<option value="48">48%</option>
<option value="49">49%</option>
<option value="50">50%</option>
</select>
<hr><br>
<label data-error="wrong" data-success="right" for="new-message">Additional Terms/Information:</label>
<textarea name="additional-terms" id="additional-terms" rows="10" style="background-color: #ffffff; width:100%;"></textarea>
<hr><br>
<h4 class="modal-title" style="font-size: 20px;">Required Collateral For Contract Deployment:<br><span id="required-collateral" style="color: #9c2877; font-weight: bold;">30000</span>  ETHO</h4>
</div>
</tbody>
</table>
</div>
<!--Footer-->
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" style="border-color: #840032; background-color: #840032;">Close</button>
<button type="button" class="btn btn-primary" id="submitNewContractButton" style="border-color: #840032; background-color: #840032;">Submit</button>
</div>
</div>
</div>
</div>
<!-- Modal: modalNewContractSetup -->
<!-- Modal -->
<div class="modal fade" id="loadingDataModal" tabindex="-1" role="dialog" aria-labelledby="loadingDataModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="loadingDataModalTitle"><i class="fa fa-clock-o"></i> Syncing Staking Contract Data</h4>
</div>
<div class="modal-body center-block">
<div class="progress">
<div class="progress-bar bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!--===============================================================================================-->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/select2/select2.min.js"></script>
<!--===============================================================================================-->
<script src="js/main.js"></script>
<script src="js/bundle.js"></script>
</body>
</html>