1 Star 0 Fork 11

C-Band / Fund-tool

forked from PESCMS / Fund-tool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bak.html 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<title>备份基金数据</title>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="assets/css/amazeui.min.css">
<script type="text/javascript" src="js/jquery-1.8.3.js"></script>
<script type="text/javascript" src="js/dialog.js"></script>
<script type="text/javascript" src="js/moment.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/bak.js"></script>
<style>
.list-btn{
padding: .25em .625em;
min-width: 10px;
font-size: 1.2rem;
font-weight: 700;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
border-radius: 0;
}
.am-u-sm-2:not(:nth-child(3)){
text-align: center;
border-right: 1px solid #c7c7c7;
}
</style>
</head>
<body>
<div class="am-padding">
<div>
<strong class="am-text-primary">
备份与还原
</strong>
</div>
<hr class="am-divider am-divider-dashed">
<div class="am-panel am-panel-default">
<div class="am-panel-hd">云备份设置</div>
<div class="am-panel-bd am-text-sm">
<div class="am-margin-bottom">
<div class="am-margin-bottom">
<p><strong>接口API:</strong></p>
<p><input type="text" class="am-form-field am-input-sm apikey" placeholder="" /></p>
<button type="button" class="am-btn am-btn-danger am-btn-xs record-api">保存</button>
<button type="button" class="am-btn am-btn-xs signup">申请接口</button>
</div>
<div class="am-backup-hide" style="display: none">
<hr class="am-divider am-divider-dashed">
<p class="am-margin-0"><strong>备份列表:</strong></p>
<ul class="am-list am-margin-top-sm am-list-static am-list-border backup-list am-scrollable-vertical">
<li>
读取备份数据中...
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="am-panel am-panel-default">
<div class="am-panel-hd">手动备份与还原</div>
<div class="am-panel-bd am-text-sm">
<div class="am-margin-bottom">
<textarea class="am-form-field am-margin-bottom restore-content" rows="9" placeholder="将您备份好的代码,粘贴到此处,点击还原数据按钮,进行数据还原"></textarea>
<button type="submit" class="am-btn am-btn-primary restore am-btn-sm">还原数据</button>
</div>
<div>
将如下代码复制并保存于文本
<pre class="am-pre-scrollable">
</pre>
</div>
</div>
</div>
</div>
</body>
</html>
JavaScript
1
https://gitee.com/C-BAND/Fund-tool.git
git@gitee.com:C-BAND/Fund-tool.git
C-BAND
Fund-tool
Fund-tool
master

搜索帮助