OSDN Git Service

delete page.html
authorChengcheng Zhang <943420582@qq.com>
Fri, 18 Jan 2019 02:25:15 +0000 (10:25 +0800)
committerChengcheng Zhang <943420582@qq.com>
Fri, 18 Jan 2019 02:25:15 +0000 (10:25 +0800)
page1.html [deleted file]
page2.html [deleted file]
page3.html [deleted file]

diff --git a/page1.html b/page1.html
deleted file mode 100644 (file)
index c5c98ab..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta http-equiv="X-UA-Compatible" content="ie=edge">
-  <title>Bytom</title>
-  <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
-  <link rel="stylesheet" href="./assets/main.css">
-  <script src="./node_modules/jquery/dist/jquery.min.js"></script>
-  <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
-  <script src="./node_modules/layer/layer.js"></script>
-  <script src="./assets/main.js"></script>
-</head>
-<body>
-  <nav class="navbar navbar-default">
-    <div class="navbar-header">
-      <a href="#" class="navbar-brand">Bytom</a>
-    </div>
-  </nav>
-  <div class="panel panel-default sc-bd">
-    <div class="panel-heading">
-      <h3 class="panel-title">创建公钥</h3>
-    </div>
-    <div class="panel-body">
-      <button id="btnCreate" class="btn btn-primary">创建公钥</button>
-    </div>
-    <table class="table table-bordered table-striped table-hover">
-      <thead>
-        <tr>
-          <td>公钥</td>
-          <td>私钥</td>
-        </tr>
-      </thead>
-      <tbody id="keyContainer"></tbody>
-    </table>
-  </div>
-</body>
-</html>
\ No newline at end of file
diff --git a/page2.html b/page2.html
deleted file mode 100644 (file)
index 8ffe331..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-  <meta charset="UTF-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta http-equiv="X-UA-Compatible" content="ie=edge">
-  <title>Bytom</title>
-  <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
-  <link rel="stylesheet" href="./assets/main.css">
-  <script src="./node_modules/jquery/dist/jquery.min.js"></script>
-  <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
-  <script src="./node_modules/layer/layer.js"></script>
-  <script src="./assets/main.js"></script>
-</head>
-
-<body>
-  <nav class="navbar navbar-default">
-    <div class="navbar-header">
-      <a href="#" class="navbar-brand">Bytom</a>
-    </div>
-  </nav>
-  <div class="panel panel-default sc-bd">
-    <div class="panel-heading">
-      <h3 class="panel-title">创建主网地址赎回脚本</h3>
-    </div>
-    <div class="panel-body">
-      <button id="btnCreateScript" class="btn btn-primary">创建脚本</button>
-    </div>
-    <table class="table table-bordered table-striped table-hover">
-      <thead>
-        <tr>
-          <td>地址</td>
-          <td>脚本</td>
-        </tr>
-      </thead>
-      <tbody id="scriptContainer"></tbody>
-    </table>
-  </div>
-  <div class="panel panel-default sc-bd">
-    <div class="panel-heading">
-      <h3 class="panel-title">发送交易(主网 -> 侧链)</h3>
-    </div>
-    <div class="panel-body">
-      <form id="formToSide" class="form-horizontal">
-        <div class="form-group">
-          <label class="col-sm-1 control-label">脚本</label>
-          <div class="col-sm-11">
-            <input type="text" class="form-control" name="script" placeholder="请输入脚本">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-1 control-label">主网高度</label>
-          <div class="col-sm-11">
-            <input type="text" class="form-control" name="height" placeholder="请输入主网高度">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-1 control-label">交易ID</label>
-          <div class="col-sm-11">
-            <input type="text" class="form-control" name="id" placeholder="请输入交易ID">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-1 control-label">密码</label>
-          <div class="col-sm-11">
-            <input type="text" class="form-control" name="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <div class="col-sm-offset-1 col-sm-10">
-            <button id="btnSendToSide" class="btn btn-primary">发送</button>
-          </div>
-        </div>
-      </form>
-      
-    </div>
-  </div>
-</body>
-
-</html>
\ No newline at end of file
diff --git a/page3.html b/page3.html
deleted file mode 100644 (file)
index 44f1e8b..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-  <meta charset="UTF-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta http-equiv="X-UA-Compatible" content="ie=edge">
-  <title>Bytom Kit</title>
-  <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
-  <link rel="stylesheet" href="./assets/main.css">
-  <script src="./node_modules/jquery/dist/jquery.min.js"></script>
-  <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
-  <script src="./node_modules/layer/layer.js"></script>
-  <script src="./assets/main.js"></script>
-</head>
-
-<body>
-  <nav class="navbar navbar-default">
-    <div class="navbar-header">
-      <a href="#" class="navbar-brand">Bytom Kit</a>
-    </div>
-  </nav>
-  <div class="panel panel-default sc-bd">
-    <div class="panel-heading">
-      <h3 class="panel-title">发送交易(侧链 -> 主网)</h3>
-    </div>
-    <div class="panel-body">
-      <form class="form-horizontal">
-        <div class="well well-sm">主网参数</div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">TX ID</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="script" placeholder="请输入脚本">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">ID</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="height" placeholder="请输入主网高度">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">高度</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="id" placeholder="请输入交易ID">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">地址</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">Control_Program</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="well well-sm">侧链参数</div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">TX ID</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">高度</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">Name</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">脚本</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">公钥</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <label class="col-sm-2 control-label">私钥</label>
-          <div class="col-sm-10">
-            <input type="text" class="form-control" id="password" placeholder="请输入密码">
-          </div>
-        </div>
-        <div class="form-group">
-          <div class="col-sm-offset-2 col-sm-10">
-            <button id="btnSendToMain" type="submit" class="btn btn-primary">发送</button>
-          </div>
-        </div>
-      </form>
-    </div>
-  </div>
-</body>
-
-</html>
\ No newline at end of file