This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
getblocksorders.html
193 lines (169 loc) · 8.26 KB
/
getblocksorders.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="600">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Noso Explorer</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"
integrity="sha512-d9xgZrVZpmmQlfonhQUvTR7lMPtO7NkZMkA0ABN3PHCbKA5nqylQ/yWlFAyY6hYgdF1Qh6nYiuADWwKB4C2WSw=="
crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!---chart-->
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/sb-admin.css" rel="stylesheet">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<!-- Page Specific CSS -->
<link rel="stylesheet" href="http://cdn.oesmith.co.uk/morris-0.4.3.min.css">
<style>
/* CSS to style the table header cells */
.order-table th {
background-color: #222222 ;
color: gray; /* Dark grey color */
padding: 4px;
text-align: center;
border: 0px solid #ddd;
max-width: 3048px; /* Set max-width for header cells */
white-space: nowrap; /* Prevent wrapping */
overflow: hidden; /* Hide overflow */
text-overflow: ellipsis; /* Display ellipsis for overflow text */
}
/* CSS to style the table data cells */
.order-table td {
padding: 4px;
color: gray;
text-align: center;
border: 0px solid #ddd;
max-width: 3048px; /* Set max-width for data cells */
white-space: nowrap; /* Prevent wrapping */
overflow: hidden; /* Hide overflow */
text-overflow: ellipsis; /* Display ellipsis for overflow text */
}
/* Change the background color of even rows */
.order-table tr:nth-child(odd) {
background-color: transparent;
}
/* Change the background color of odd rows */
.order-table tr:nth-child(even) {
background-color: #222222;
}
/* Styling for the table */
table {
width: 100%;
border-collapse: collapse;
}
th, td {
padding: 2px;
border-bottom: 0px solid #ddd;
text-align: left;
font-size: 12px;
}
th {
background-color: black;
border-bottom: 0px solid #ddd;
}
</style> <!--style-->
</head>
<body color="#222222" style=" background-image: url("");">
<div id="wrapper">
<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header"> <button type="button" class="navbar-toggle"
data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle
navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> </button><a class="navbar-brand" href="index.html"><img
src="img/logo_clearbg.png" alt="nosologo" title="nosologo" style="width: 20px; height: 20px;">
NOSO <span class="navbar-logo">Explorer</span> <font size="1px">Beta</font>
</a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav side-nav">
<!-- <li><a href="index.html"><i class="fa fa-dashboard"></i>
NosoStats</a></li> -->
<li><a href="index.html"><i class="fa fa-tachometer"></i> Overview</a></li>
<li><a href="blocks.html"> <i class="fa fa-th-large"></i> Blocks</a></li>
<li><a href="movements.html"><i class="fa fa-exchange"></i> Coin
Movements</a></li>
<li><a href="topaddresses.html"><i class="fa fa-star"></i> Top
Addresses </a></li>
<li><a href="masternodes.html"><i class="fa fa-globe"></i>
Masternodes</a></li>
<!-- <li><a href="chainstats.html"><i class="fa fa-bar-chart"></i>
Chain Statistics </a></li> -->
<li><a href="gvt.html"><i class="fa fa-gavel"></i> Governance</a></li>
</ul>
<!-- /.navbar-top-right -->
<div class="toprow">
<ul class="nav navbar-nav navbar-right navbar-user">
<li><a href="qr.html"> <img src="img/qr.png" style="width: 17px; height: 16px;"
alt="QR Scanner"></a> </li>
<li><a href="https://twitter.com/NosoCoin" target="_blank"> <img
src="img/twitter_bird.png" style="width: 20px; height: 16px;"
alt="Noso on Twitter"></a> </li>
<li><a href="https://discord.gg/weed5ePmfY" target="_blank"> <img
src="img/discord.png" style="width: 24px; height: 22px;" alt="Noso on Discord"></a></li>
<li><a href="https://t.me/nosocoin" target="_blank"> <img src="img/telegram.png"
style="width: 24px; height: 23px;" alt="Noso on telegram"></a></li>
<li><a href="https://github.com/Noso-Project/" target="_blank"> <img
src="img/gh.png" style="width: 28px; height: 17px;" alt="Noso on Github"></a></li>
<li><a href="https://nosocoin.com/"> <img src="img/nosoN.png" style="width: 24px; height: 23px;"
alt="Noso Website"></a></li>
<li><a href="https://docs.nosocoin.com/noso-developers-portal/rpc-connection/running-a-noso-json-rpc-node-for-development-utilizing-nosos-rest-api"
target="_blank"> <img src="img/doc.png" style="width: 14px; height: 16px;"
alt="Noso Developers"></a></li>
<li><a href="https://api.nosocoin.com/" target="_blank"> <img src="img/api.png"
style="width: 28px; height: 24px;" alt="Noso API"></a></li>
</ul>
</div>
</div>
<!-- /.navbar-collapse --> </nav>
<div id="page-wrapper">
<div class="col-lg-12"><br>
<div class="rowsearch">
<div class="exprow">
<h3>Orders from Blocks<br> <span id="gbo-firstblock"></span>
<span id="gbo-lastblock"></span></h3>
<br>
<div style="position: relative; width: 250px;"> <input id="blockHeightInput"
placeholder="Enter starting block number" style="width: 250px; display: inline-block;"
type="text"> <button type="submit1" onclick="searchBlock()" style="width: 40px; position: absolute; top: 0; right: 0; border-radius: 5px;"></button>
</div>
<br>
<br>
<div id="orders-chart"></div>
<!-- Results will be displayed here --> </div>
</div>
</div>
<div><br>
<br>
<div class="exprow">
<div>
<div class="row"> <img src="img/logo_clearbg.png" alt="nosologo"
title="nosologo" style="width: 15px; height: 15px;"> <font
size="1px" color="#bbb">Powered by NOSO Blockchain |
Built by the NOSO Community</font> </div>
</div>
</div>
<br>
</div>
</div>
<!-- /.row -->
<!-- /.row --> <font size="2">
<!-- /#page-wrapper -->
<!-- /#wrapper -->
<!-- JavaScript -->
<!--scripts for navbar hamburger below-->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/gbo-orders.js"></script>
<!--scripts for navbar hamburger above-->
<!-- Page Specific Plugins --> </font> </div>
</body>
</html>