forked from turtle0x1/block-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (184 loc) · 6.58 KB
/
index.html
File metadata and controls
216 lines (184 loc) · 6.58 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="./assets/favicon.ico">
<title>Athena [ATHX] Block Explorer</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.4.0/jquery.timeago.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-sparklines/2.1.2/jquery.sparkline.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="stylesheet" href="./assets/css/themes/athena/style.css" id="theme_link">
<link rel="stylesheet" href="./assets/css/themes/athena/bulma-badge.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
<script src="./config.js"></script>
<script src="./assets/js/main.js"></script>
<script src="./assets/js/search.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
if ($navbarBurgers.length > 0) {
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</head>
<body >
<section class="hero is-white is-fullheight">
<div class="hero-head">
<header class="navbar" style="padding-top:10px;">
<div class="container">
<div class="navbar-brand">
<a href="http://athx.org" class="navbar-item">
<p class="is-size-3 has-text-weight-semibold">Athena</p>
</a>
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<span class="navbar-item">
<a data-page="home.html" href="#" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-cubes"></i>
</span>
<span>Explorer</span>
</a>
</span>
<span class="navbar-item">
<a data-page="pools.html" href="#pools" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-users"></i>
</span>
<span>Pools</span>
</a>
</span>
<span class="navbar-item">
<a href="http://wallet.athx.org" class="button is-light">
<span class="icon">
<i class="fa fa-wallet"></i>
</span>
<span>Wallet</span>
</a>
</span>
<span class="navbar-item">
<a href="http://mining.athx.org" class="button is-light">
<span class="icon">
<i class="fa fa-server"></i>
</span>
<span>Mining</span>
</a>
</span>
<span class="navbar-item" style="display:none;">
<a data-page="api.html" href="#api" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-code"></i>
</span>
<span>API</span>
</a>
</span>
<span class="navbar-item" style="display:none;">
<a data-page="blockchain_block.html" href="#blockchain_block" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-cubes"></i>
</span>
<span>Block</span>
</a>
</span>
<span class="navbar-item" style="display:none;">
<a data-page="blockchain_transaction.html" href="#blockchain_transaction" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-cubes"></i>
</span>
<span>Transaction</span>
</a>
</span>
<span class="navbar-item" style="display:none;">
<a data-page="blockchain_payment_id.html" href="#blockchain_payment_id" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-cubes"></i>
</span>
<span>Transactions by Payment ID</span>
</a>
</span>
<span class="navbar-item" style="display:none;">
<a data-page="support.html" href="#support" class="button is-light hot_link">
<span class="icon">
<i class="fa fa-comments"></i>
</span>
<span>Support</span>
</a>
</span>
<span class="navbar-item">
<div class="field has-addons ">
<p class="control is-expanded">
<input class="input" placeholder="Height/Hash/Payment ID" id="txt_search">
</p>
<p class="control">
<a id="goto-height-go" href="#" class="button is-dark">
<i class="fa fa-search"></i>
</a>
</p>
</div>
</span>
</div>
</div>
</div>
</header>
</div>
<div class="hero-body">
<div class="container">
<div id="page"></div>
<p id="loading" class="has-text-centered"><i class="fa fa-circle-o-notch fa-spin"></i></p>
</div>
</div>
<footer class="footer hero-foot">
<div class="container">
<div class="columns">
<div class="column has-text-left">
© 2018 <a href="http://athx.org">Athena Foundation </a>
</div>
<div class="column has-text-right">
<a href="http://explorer.athx.org/#api" class="button is-light">
<span class="icon">
<i class="fa fa-plug"></i>
</span>
<span>API</span>
</a>
<a href="http://chat.athx.org" class="button is-dark" style="background: #6c81ca;">
<span class="icon">
<i class="fab fa-discord"></i>
</span>
<span>Discord</span>
</a>
<a href="https://reddit.com/r/athxnetwork" class="button is-dark" style="background: #ff4500;">
<span class="icon">
<i class="fab fa-reddit"></i>
</span>
<span>Reddit</span>
</a>
<a href="https://github.com/athena-network/athena" class="button is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Github</span>
</a>
</div>
</div>
</div>
</footer>
</section>
</body>
</html>