4 Commits

Author SHA1 Message Date
1d7a04933b fix Nanning SQLGenerator 2021-09-29 23:38:37 +08:00
CaiHQ
cdce5f0a9d Merge branch 'master' of https://phabricator.internetapi.cn/source/bdcontract-web-client into proj/nanning
# Conflicts:
#	BaaSClient.html
#	bdwareclient.html
2021-09-18 13:31:04 +08:00
839972f77a change router 2021-09-07 10:30:48 +08:00
root
bc8a9c2df1 feat: support function permission 2021-08-06 15:45:45 +08:00
7 changed files with 26 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache" />
<title>数瑞浏览器</title> <title>可信共享浏览器</title>
<script src="./js/createWS.js"></script> <script src="./js/createWS.js"></script>
<script src="./js/cryptico.js"></script> <script src="./js/cryptico.js"></script>
<script src="./js/jquery-2.1.4.js"></script> <script src="./js/jquery-2.1.4.js"></script>
@@ -21,7 +21,7 @@
<div class="input-group"> <div class="input-group">
<a class="navbar-brand" href="#"> <img alt="Brand" <a class="navbar-brand" href="#"> <img alt="Brand"
src="./img/logo-1.png" style="height: 30px"> src="./img/logo-1.png" style="height: 30px">
</a><a class="navbar-brand">智能合约浏览器&nbsp;&nbsp; </a> <input id="urlInput" </a><a class="navbar-brand">可信共享浏览器&nbsp;&nbsp; </a> <input id="urlInput"
type="text" class="form-control" placeholder="输入地址" style="display: none;"> type="text" class="form-control" placeholder="输入地址" style="display: none;">
<button class="btn btn-outline-secondary" type="button" <button class="btn btn-outline-secondary" type="button"

View File

@@ -2,7 +2,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-cache"/> <meta http-equiv="Cache-Control" content="no-cache"/>
<title>智能合约浏览器</title> <title>可信共享浏览器</title>
<script src="./js/createWS.js"></script> <script src="./js/createWS.js"></script>
<script src="./js/cryptico.js"></script> <script src="./js/cryptico.js"></script>
<script src="./js/jquery-2.1.4.js"></script> <script src="./js/jquery-2.1.4.js"></script>
@@ -23,7 +23,7 @@
<img alt="Brand" <img alt="Brand"
src="./img/logo-1.png" style="height: 30px"> src="./img/logo-1.png" style="height: 30px">
</a> </a>
<a class="navbar-brand">智能合约浏览器&nbsp;&nbsp; </a> <a class="navbar-brand">可信共享浏览器&nbsp;&nbsp; </a>
<div class="input-group-prepend"> <div class="input-group-prepend">
<input id="urlInput" style="border-top-left-radius: 5px; border-bottom-left-radius: 5px" <input id="urlInput" style="border-top-left-radius: 5px; border-bottom-left-radius: 5px"
type="text" placeholder="输入地址"> type="text" placeholder="输入地址">

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
border: 1px solid rgba(0, 0, 0, .125); border: 1px solid rgba(0, 0, 0, .125);
border-radius: 5px; border-radius: 5px;
background: white; background: white;
color: #304156; color: #2E324C;
} }
.userName:hover { .userName:hover {
@@ -85,16 +85,16 @@ div .card {
.projectLine.collapsed { .projectLine.collapsed {
background: #D5D6DB; background: #D5D6DB;
color: #304156; color: #2E324C;
} }
.projectLine { .projectLine {
background: #304156; background: #2E324C;
color: white; color: white;
} }
.projectLine.collapsed:hover { .projectLine.collapsed:hover {
background: #304156; background: #2E324C;
color: white; color: white;
} }
@@ -113,7 +113,7 @@ div .card {
} }
.headerFooter { .headerFooter {
background: #304156; background: #2E324C;
color: white; color: white;
} }

BIN
img/logo-1.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -399,7 +399,10 @@ function changeAppInternal(requireRendering) {
+ " <div class=\"row\">\n" + " <div class=\"row\">\n"
+ " <div class=\"col-sm-12 d-flex justify-content-center\">\n" + " <div class=\"col-sm-12 d-flex justify-content-center\">\n"
+ " <div class=\"input-group mb-2\">\n" + " <div class=\"input-group mb-2\">\n"
+ " <div class=\"input-group-prepend\">\n" + " <div class=\"input-group-prepend input-group-text\">\n"
+ "<input type=\"checkbox\" id=\"showIOInput\" onchange=\"filterIOFunction()\" checked=\"on\" aria-label=\"Checkbox for ShowIO\" data-toggle=\"tooltip\" title=\"仅显示有IO函数\"></input>"
+ " </div>\n"
+ " <div class=\"input-group-append\">\n"
+ " <select id=\"selectAction\" onchange=\"showDescription()\" class=\"custom-select\" style=\"-webkit-appearance: none;\"><option value=\"-1\">选择方法</option></select> \n" + " <select id=\"selectAction\" onchange=\"showDescription()\" class=\"custom-select\" style=\"-webkit-appearance: none;\"><option value=\"-1\">选择方法</option></select> \n"
+ " </div>\n" + " </div>\n"
+ " <input type=\"text\" class=\"form-control\" id=\"argInput\" placeholder=\"填写参数\" >\n" + " <input type=\"text\" class=\"form-control\" id=\"argInput\" placeholder=\"填写参数\" >\n"
@@ -437,11 +440,17 @@ function changeAppInternal(requireRendering) {
+ " </div>\n" + " </div>\n"
+ " </div></div>\n" + ""; + " </div></div>\n" + "";
$("#mainDiv")[0].innerHTML = html; $("#mainDiv")[0].innerHTML = html;
filterIOFunction();
}
}
function filterIOFunction(){
var showIO = showIOInput.checked;
$('#selectAction').html("<option value=\"-1\">选择方法</option>");
for (const f of global.currentContract.exportedFunctions) { for (const f of global.currentContract.exportedFunctions) {
if (!showIO || f.relatedPermission.length!=0)
$('#selectAction') $('#selectAction')
.append(`<option value="${f.functionName}">${f.functionName}</option>`); .append(`<option value="${f.functionName}">${f.functionName}</option>`);
} }
}
} }
function getContractDesp() { function getContractDesp() {
@@ -826,6 +835,7 @@ function getRequestParameters() {
} }
} }
function changeRender() { function changeRender() {
if (global.urlparam["noRender"] === "true") { if (global.urlparam["noRender"] === "true") {
global.urlparam["noRender"] = undefined; global.urlparam["noRender"] = undefined;

View File

@@ -3,7 +3,7 @@ var getDateDaysBefore = function (daysAgo) {
return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000; return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000;
}; };
let primaryColor = "#304156"; let primaryColor = "#2E324C";
// ======Vue start // ======Vue start
var headerVue = ""; var headerVue = "";