-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodesList.html
More file actions
177 lines (148 loc) · 5.77 KB
/
nodesList.html
File metadata and controls
177 lines (148 loc) · 5.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<title>Wisdom Public Chain主链浏览器</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/particulars.css" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/index_vendors.css" />
<link rel="stylesheet" type="text/css" href="css/nav.css"/>
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.css"/>
<script src="js/jquery.min.js"></script>
<script src="js/template.js" type="text/javascript" charset="utf-8"></script>
<script src="js/public.js" type="text/javascript" charset="utf-8"></script>
<script src="js/nodesList.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="page_header"></div>
<script>
$("#page_header").load("header.html");
</script>
<section class="box">
<div class="wid-1200">
<div class="wid-75">
<div class="ant-bread">
<a href="index.html">
<i></i>
<span>Home</span></a>
<span class="arrows">></span>
<a href="nodes.html"><span>Node</span></a>
<span class="arrows">></span>
<span>Node Details</span>
<span class="in">
<input type="text"placeholder="Address/Trading hash" id="soso" style="width:50%;height:26px;"/>
<a style="min-width: 2%;"><span onclick="soso_tag()"><i class="fa fa-search"style="margin-left: -24px;"></i></span></a>
</span>
<span ></span>
</div>
</div>
<div class="blocks" style="margin-top: 2em;">
<div class="ant-row" style="margin-bottom: 28
px;">
<span class="detailLable"><span>Node address</span>:</span>
<span class="detailValue" style="position: relative;">
<i id="accountAddress"></i>
<canvas id="qrcode" style="display: none;"></canvas>
</span>
</div>
<div class="con-box" id="con-box-yu">
<script type="text/json" id="tpl"
<p class="" style="margin-bottom: 28px;"><span class="detailLable"><span>Balance(WDC)</span>:</span><span class="detailValue"><%=obj.dynamicCount%></span></p>
</script>
</div>
<div class="clear"></div>
<div class="wrapper">
<h5>Node vote list</h5>
<div class="ant-table-wrapper">
<div class="" style="position: relative;">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<table class="wid-1100" style="width: 100%;">
<thead class="ant-table-thead">
<tr>
<th class="ant-table-fixed-columns-in-body">
<div>NO.</div>
</th>
<th>
<div style="padding-left:80px;">Txn Hash</div>
</th>
<th class="" style="">
<div>Votes</div>
</th>
<th >
<div style="padding-left:60px;">Vote Address</div>
</th>
<!-- <th class="" style="text-align:center">
<div>节点地址</div>
</th> -->
<th class="">
<div>Block Number</div>
</th>
<th class="tr" style="text-align:center">
<div>Vote Time</div>
</th>
</tr>
</thead>
<tbody class="" id="block-content">
<script type="text/json" id="tpl2">
<%if(obj.length==0){%>
<tr>
<td class="" colspan="8">aaa</td>
</tr>
<%}else{%>
<% for(var i = 0;i<obj.length;i++){%>
<tr class="" data-row-key="1">
<td class=""><span class="" style="padding-left: 0px;"></span><%=i+1%></td>
<td class="cursor"><span><%=obj[i].coinHash%></span></td>
<td class=""><span><%=obj[i].amount%></span></td>
<td class="cursor"><span><%=obj[i].coinAddress%></span></td>
<!-- <td class="cursor"><span><%=obj[i].toAddress%></span></td> -->
<td class=""><span><%=obj[i].coinHeigth%></span></td>
<td class="tr"><span><%=obj[i].createTimeFmt%></span></td>
</tr>
<%}}%>
</script>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=" compontPagination___3HkDQ" style="margin-top: 47px;">
<i id="first_page"></i><i id="pre_page"></i>
<p><span>Current Page</span><span class="pageNum___HAhvB" id="curr_page">1</span>
<span>Total Pages</span>
<span class="pageNum___HAhvB" id="totalPage">1</span></p>
<i id="next_page"></i><i id="last_page"></i>
</div>
</div>
</div>
</div>
</section>
<div class="clear">
<div id="page_footer"></div>
<script>
$("#page_footer").load("footer.html");
</script>
<script>
function MyClick(flag) {
if (flag == 'show') {
document.getElementById('header-mobile-menu').setAttribute('class', 'header-mobile-menu show');
}
if (flag == 'hide') {
document.getElementById('header-mobile-menu').classList.remove('show')
}
}
</script>
<!-- <script src="js/public.js" type="text/javascript" charset="utf-8"></script>
<script src="js/coinaddress.js" type="text/javascript" charset="utf-8"></script> -->
</body>
</html>