forked from mediaprogramer/xembook
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
155 lines (155 loc) · 6.7 KB
/
index.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
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<link rel="apple-touch-icon" href="icon.png">
<title>XEMBook</title>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5.3/clipboard.min.js"></script>
<script src="xembook2.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100421513-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>XEMBook</h1>
<hr class="zigzag-orange-white">
<div class="container">
<div class="row">
<div class="account col-sm-4">
<span id="information"></span>
<!--
<dl>
<dt>[NEM PR]</dt>
<dd><a href="http://chain.nem.ninja/#/search/NBZNQL-2JDWTG-UAW237-PXV4SS-XSPORY-43GUSW-GSB7" ><img src="320x50.png" ></a></dd>
<dd>ここにメッセージが入ります。ここにメッセージが入ります。</dd>
</dl>
-->
<h2>アカウント</h2>
<dl>
<dt>口座名</dt><dd><span id="account_address"></span></dd>
<dt>残高</dt><dd><span id="account_balance"></span></dd>
<dt>時価総額</dt><dd><span id="polo_price"></span></dd>
<dt>重要度</dt><dd><span id="account_importance"></span></dd>
<dt id="comsa_label">COMSA</dt><dd><span id="account_balance_cms"></span></dd>
<dd><span id="account_balance_cms_jpy"></span></dd>
</dl>
<h2>取引所</h2>
<dl>
<dt><a href="https://zaif.jp/trade_xem_jpy">Zaif</a></dt><dd><span id="zaif_lastprice"></span></dd>
<dt><a href="https://upbit.com/home">UPbit</a></dt><dd><span id="upbit_lastprice"></span></dd>
<dt><a href="https://www.binance.com/trade.html?symbol=XEM_BTC">Binance</a></dt><dd><span id="binance_lastprice"></span></dd>
<!-- <dt><a href="https://coincheck.com/ja/exchange">coincheck</a></dt><dd><span id="coincheck_lastprice"></span></dd>-->
<dt><a href="https://bittrex.com/Market/Index?MarketName=BTC-XEM">BITTREX</a></dt><dd><span id="bittrex_lastprice"></span></dd>
<dt><a href="https://poloniex.com/exchange#BTC_XEM">Poloniex</a></dt><dd><span id="polo_lastprice"></span></dd>
<dt><a href="https://www.huobi.pro/ja-jp/">Huobi</a></dt><dd><span id="huobi_lastprice"></span></dd>
<!-- <dt><a href="https://www.okex.com/spot.html">OKEX</a></dt><dd><span id="okex_lastprice"></span></dd> -->
</dl>
</div>
<div class="col-sm-4">
<h2>ハーベスト</h2>
<dl>
<dt>重要度</dt><dd><span id="account_importance2"></span></dd>
<dt>直近のハーベスト</dt>
<dd><span id="last_harvest"></span></dd>
</dl>
<table id="harvests">
<thead><tr><th>日時</th><th>金額</th></tr></thead>
<tbody></tbody>
</table>
<dl>
<dd><a id="harvests_more" href="javascript:void(0)" >さらに読み込む</a></dd>
</dl>
</div>
<div class="col-sm-4">
<h2>入出金履歴</h2>
<table id="transfers">
<thead><tr><th>日時</th><th>区分</th><th>金額</th></tr></thead>
<tbody></tbody>
</table>
<dl>
<dt>ここまでの入金総額:</dt><dd><span id="sum_income"></span></dd>
<dt>ここまでの出金総額:</dt><dd><span id="sum_outcome"></span></dd>
<dd><a id="transfers_more" href="javascript:void(0)" >さらに読み込む</a></dd>
<dd><a id="transfers_nembex">explorerで確認</a></dd>
</dl>
</div>
</div>
<div class="faucet">
<h2>リンク</h2>
<dl>
<dd><a id="nemqrip" href="nemqrip.html">NEMQRip</a></dd>
<dd><a id="tipnem" href="">TipNEM</a></dd>
<dd><a id="nemgallery" href="">NEMGallery</a></dd>
<dd><a id="xemtax" href="">XEMTax</a></dd>
<dd><a id="xemmessage" href="">XEMMessage</a></dd>
<dd><a id="xemreceiver" href="">XEMReceiver</a></dd>
<dd><a id="xembooken" href="">XEMBook English</a></dd>
<dd><a id="openapostille" target="_blank" href="">OpenApostille</a></dd>
<dd><a target="_blank" href="https://nem-login.com/login">NEM Login</a></dd>
<!-- <dd><a target="_blank" href="http://namuyan.dip.jp/nem/mainnet_nodb/">NEM Mainnet Faucet</a></dd> -->
<!-- <dd><a target="_blank" href="https://sen.xemstore.net/">XEM専</a></dd> -->
<dd><a target="_blank" href="https://www.nemche.com">nemche</a></dd>
</dl>
</div>
<div class="qr">
<h2>QRコード</h2>
<div class="row">
<div class="col-sm-4">
<h4>XEMBook URL</h4>
<img id="qr_xembook" src="" alt="QRコード">
</div>
<div class="col-sm-4">
<h4>NEMアドレス</h4>
<img id="qr_address" src="" alt="QRコード">
</div>
<div class="col-sm-4">
<h4>XEM割り</h4>
<input type="text" value="0" id="xs_amount">円を
<select name="member" id="xs_member">
<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>
</select>で割る<br>
<img id="qr_xemsplit" src="" alt="QRコード" width="0" height="0">
</div>
</div>
</div>
<div>
<h2>アドレス(コピー用)</h2>
<ul class="list-inline">
<li><input id="full_address" type="textarea" value="" onclick="this.setSelectionRange(0,9999);" readonly></li>
<li><button id="clipboard" type="button" class="btn btn-default" data-clipboard-target="#full_address">Copy</button></li>
</ul>
</div>
<div>
<h2>開発者への寄付</h2>
<ul class="list-inline">
<li><input id="dev_address" type="textarea" value="NBZNQL2JDWTGUAW237PXV4SSXSPORY43GUSWGSB7" onclick="this.setSelectionRange(0,9999);" readonly></li>
<li><button id="clipboard" type="button" class="btn btn-default" data-clipboard-target="#dev_address">Copy</button></li>
</ul>
<dl>
<dt>収支報告</dt>
<dd><a href="http://chain.nem.ninja/#/search/NBZNQL-2JDWTG-UAW237-PXV4SS-XSPORY-43GUSW-GSB7" >nembexで確認</a></dd>
<dd><a href="?address=NBZNQL-2JDWTG-UAW237-PXV4SS-XSPORY-43GUSW-GSB7" >XEMBookで確認</a></dd>
</dl>
</div>
</div>
</body>
</html>