1 Star 0 Fork 0

ylic/bos_bid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
en.html 5.62 KB
一键复制 编辑 原始数据 按行查看 历史
ylic 提交于 2019-03-10 10:44 . 初始文件
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="static/css/app.css" rel="stylesheet">
<link href="static/css/index.css" rel="stylesheet">
<script src="static/js/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/popper.js/1.9.3/umd/popper.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
<script src="static/js/scatter.min.js"></script>
<script src="static/js/eos.min.js"></script>
<script src="static/js/showText.js"></script>
</head>
<body style="padding-top: 20px;">
<div id="app">
<div class="notifications" style="width: 300px; top: 0px; left: calc(50% - 150px);"><span></span></div>
<div class="hello"><h2><span class="e">BOS</span> nice account regedit<a href="/" id="language">简体中文</a></h2>
<p class="tips">Bos is a very short account, easy to remember the name of the account, more can show your taste, a large number of early quality account broadcast, the first priority!</p>
<hr>
<div class="form-row">
<label class="form-label">Account:</label>
<div class="form-content">
<span id="currentaccount"></span> Balance
<span id="balance"></span>
<a href="javascript:;" class="btn" id="logout_button">Logout</a>
</div>
</div>
<div class="form-row"><label class="form-label">Account singup:</label>
<div class="form-content"><input type="text" placeholder="1-10位" maxlength="10" class="account-input" id="account_prefix" onchange="verify()"><span class="point">.</span>
<div class="select">
<select name="make" id="make" onchange="verify()">
</select>
<div class="triangle-down"></div>
</div>
<button class="btn" onclick="checkAccount()">Check</button>
</div>
</div>
<div class="form-row"><label class="form-label">Fee:</label>
<div class="form-content"><label id="fee">0 BOS</label></div>
</div>
<div class="form-row"><label class="form-label">Public Key:</label>
<div class="form-content">
<textarea rows="3" cols="25" class="pubkey-input" maxlength="53" id="public_key"></textarea>
</div>
</div>
<div class="form-row">
<label class="form-label">Active Key:</label>
<span id="activekey" class="public_key"></span>
<a href="javascript:;" class="login_btn" id="activekey_copy">Select this</a>
</div>
<div class="form-row">
<label class="form-label">Owner Key:</label>
<span id="ownerkey" class="public_key"></span>
<a href="javascript:;" class="login_btn" id="ownerkey_copy">Select this</a>
</div>
<div class="form-row"><a target="_blank" href="https://eos-key.mytokenpocket.vip/" class="btn">Generate public key</a>
<a href="#end" class="btn" id="order_list" onclick="list()">The latest record</a></div>
<div class="form-row confirm-panel"><label>Order confirmation:</label>
<ul id="order-check">
</ul>
</div>
<div class="form-row">
<button class="confirm-btn disabled-btn" disabled="disabled" id="confirm-btn" onclick="transfer()">Register now</button>
</div>
<hr>
<h4>Recommend a friend to register account, can get 5% registration fee reward.</h4>
<p><span id="ref_url">Bos is a very short account, easy to remember the name of the account, more can show your taste, a large number of early quality account broadcast, the first priority!<br>https://bos.dgshds.com</span> <a href="javascript:;" class="login_btn" id="url_copy">copy url</a></p>
<p class="ref_tip">Copy your exclusive link above to the wallet DAPP browser to use</p>
<hr>
<div class="form-row"><h4>Account price list</h4>
<table class="gridtable" id="gridtable">
<tr>
<th>Account suffix</th><th>1 word</th><th>2 words</th><th>3 words</th><th>More</th>
</tr>
</table>
<h4>Note: if any of the following occurs, your bos will not be deducted.</h4>
<ul>
<li>The public key is filled in incorrectly, even if one digit is filled in incorrectly.</li>
<li>The number of accounts to register does not correspond to the price.</li>
<li>The transfer amount is inconsistent with the stipulated price.</li>
<li>The account to be registered has been registered.</li>
<li>The number of accounts to be registered is not in the specified range</li>
<li>The memo field is empty.</li>
<li>System error due to insufficient CPU or RAM.</li>
</ul>
</div>
<div class="form-row"><h4>The latest record</h4>
<div id="regeditlist"></div>
</div>
</div>
</div>
<a id="end"></a>
</body>
<script src="static/js/lang_en.js"></script>
<script src="static/js/index.js"></script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/ylic/bos_bid.git
git@gitee.com:ylic/bos_bid.git
ylic
bos_bid
bos_bid
master

搜索帮助