feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract
This commit is contained in:
166
index.html
Normal file
166
index.html
Normal file
@@ -0,0 +1,166 @@
|
||||
<html>
|
||||
<header>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<title>数瑞智能合约</title>
|
||||
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
||||
|
||||
|
||||
<style>
|
||||
.halfDiv {
|
||||
float: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.projectTreeDiv {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.halfDivRight {
|
||||
float: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui-tabs {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-accordion .ui-accordion-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#tabs-1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.context-menu-root {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#projectDiv {
|
||||
height: 83%;
|
||||
width: 20%;
|
||||
border: 0px solid grey;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: auto
|
||||
}
|
||||
|
||||
.logoimg {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
input {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.sendTransInput {
|
||||
background-color: #f0e4e4;
|
||||
border-radius: 5px;
|
||||
margin: 5px;
|
||||
width: 15%;
|
||||
margin-left: 4%;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.normalDiv {
|
||||
float: left;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
margin: 2%;
|
||||
padding: 5px;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
width: 28%;
|
||||
cursor: hand;
|
||||
background: #2E324C;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.iconimg {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 48px;
|
||||
max-height: 48px;
|
||||
vertical-align: middle;
|
||||
filter: invert(100%);
|
||||
}
|
||||
</style>
|
||||
|
||||
</header>
|
||||
<body style="background: #2E324C; color: white;">
|
||||
<div
|
||||
style="width: 90%; max-width: 1000px; min-width: 850px; margin: 0 auto; margin-top: 3%;">
|
||||
<div style="width: 20%; float: right; margin-right: 0%">
|
||||
<img src="./images/logo.png" class="logoimg"></img>
|
||||
</div>
|
||||
<div
|
||||
style="width: fit-content; margin: 0; font-size: 200%; background-color: white; color: black; border-radius: 10px; float: left; padding: 10px;">
|
||||
导航
|
||||
</div>
|
||||
|
||||
<div
|
||||
style="width: 100%; margin-top: 2%; float: left; background-color: white; border-radius: 10px;">
|
||||
<div class="normalDiv" onclick="jumpTo('./doc/index.html')">
|
||||
<img src="./images/index/document.png" class="iconimg"></img><br/>
|
||||
<span style="vertical-align: middle"> 说明文档</span>
|
||||
</div>
|
||||
<div class="normalDiv" onclick="jumpTo('./OnlineIDE.html')">
|
||||
<img src="./images/index/web.png" class="iconimg"></img><br/>
|
||||
<span style="vertical-align: middle">合约IDE</span>
|
||||
</div>
|
||||
<div class="normalDiv" onclick="jumpTo('./NodePortal.html')">
|
||||
<img src="./images/index/analysis.png" class="iconimg"></img><br/>
|
||||
<span style="vertical-align: middle">合约节点管理中心</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
jumpTo = function (addr) {
|
||||
document.location.href = addr;
|
||||
};
|
||||
</script>
|
||||
|
||||
<br/>
|
||||
<div
|
||||
style="width: fit-content; margin-top: 2%; float: right; border-radius: 10px; font-size: 50%">
|
||||
Icons made by <a href="https://www.flaticon.com/authors/monkik"
|
||||
title="monkik" style="color: white;">monkik</a> from <a
|
||||
href="https://www.flaticon.com/" title="Flaticon"
|
||||
style="color: white;">www.flaticon.com</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!--
|
||||
============ NodeCenter的一些链接:其中39.106.6.6监听的是1817端口。 查看节点是否启动
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=ping 查看NodeCenter当前连接的节点
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=listCMInfo
|
||||
|
||||
刷新NodeCenter已连接节点的合约数据
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=updateContract
|
||||
|
||||
检查节点是否已连接,删除断开连接的节点
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=checkAlive
|
||||
|
||||
获取某个合约的日志数量
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=getLogSize&contractID=BDCoin
|
||||
|
||||
获取某个合约的日志,从第offset条,取count条
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=requestLog&contractID=BDCoin&offset=16&count=10
|
||||
|
||||
获取某个合约的日志,取最新的count条
|
||||
http://39.106.6.6:18001/SCIDE/NodeCenter?action=requestLastLog&contractID=BDCoin&count=10
|
||||
-->
|
||||
Reference in New Issue
Block a user