14 changed files with 472 additions and 515 deletions
@ -1,113 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en"> |
|
||||
|
|
||||
<head> |
|
||||
<meta charset="UTF-8"> |
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
||||
<title>知识库</title> |
|
||||
<link rel="stylesheet" href="../../css/common.css?v={$smarty.const.CSS_JS_VERSION}"> |
|
||||
<link rel="stylesheet" href="../../css/subCount.css?v={$smarty.const.CSS_JS_VERSION}"> |
|
||||
<script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script> |
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> |
|
||||
<script src="../../js/jquery-3.6.0.min.js"></script> |
|
||||
|
|
||||
</head> |
|
||||
|
|
||||
<body> |
|
||||
<div class="subCount-page"> |
|
||||
{include file="include/header.html"} |
|
||||
<div class="subCount-main-content"> |
|
||||
<div class="subCount-main"> |
|
||||
<div class="tab-list flex"> |
|
||||
<b>子账号管理</b> |
|
||||
<button class="addNewBtn"> |
|
||||
<img src="../../images/add.svg" alt="">新增自子账号 |
|
||||
</button> |
|
||||
</div> |
|
||||
<table id="dataTable"> |
|
||||
<thead> |
|
||||
<tr> |
|
||||
<th>账号昵称</th> |
|
||||
<th>姓名</th> |
|
||||
<th>添加时间</th> |
|
||||
<th>启用状态</th> |
|
||||
</tr> |
|
||||
</thead> |
|
||||
<tbody id="tbody-wrap"> |
|
||||
</tbody> |
|
||||
</table> |
|
||||
|
|
||||
<div id="editPopover" class="popover"> |
|
||||
<div> |
|
||||
<span>备注</span> |
|
||||
<input type="text" id="editInput" placeholder="Enter new value"> |
|
||||
</div> |
|
||||
<div class="flex" style="justify-content: flex-end;"> |
|
||||
<button id="cancelBtn">取消</button> |
|
||||
<button id="confirmBtn">确定</button> |
|
||||
</div> |
|
||||
<!-- <img src="../../images/appendIcon.png" alt=""> --> |
|
||||
</div> |
|
||||
|
|
||||
|
|
||||
<!-- 分页控件 --> |
|
||||
<div class="pagination hide"> |
|
||||
<img id="prev-page" src="../../images/prev.svg" alt=""> |
|
||||
<ul id="page-numbers"></ul> |
|
||||
<img id="next-page" src="../../images/next.svg" alt=""> |
|
||||
<div class="input-page"> |
|
||||
<span>前往</span> |
|
||||
<input type="number" id="jump-to-page" min="1" placeholder="页码"> |
|
||||
<span>页</span> |
|
||||
</div> |
|
||||
<button id="go-to-page">跳转</button> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="modal-overlay"></div> |
|
||||
|
|
||||
<div class="addChildNumWrap"> |
|
||||
<h3>新增子账号</h3> |
|
||||
<div id="get_url" class="hide">{$smarty.get.url}</div> |
|
||||
<!-- <div id="login_container" class="qrcode"> |
|
||||
{literal} |
|
||||
<script> |
|
||||
var obj = new WxLogin({ |
|
||||
id: "login_container", |
|
||||
appid: {/literal}"{$smarty.const.WEIXIN_OPEN_APPID}"{literal}, |
|
||||
scope: "snsapi_login", |
|
||||
redirect_uri: encodeURIComponent("http://www.yizherenxin.cn/callback/wxlogin"), |
|
||||
state: "knowledge_login"+'-'+encodeURIComponent($('#get_url').html()), |
|
||||
style: "black", |
|
||||
href:'data:text/css;base64,LmltcG93ZXJCb3ggLnFyY29kZSB7d2lkdGg6IDE4OHB4O2JvcmRlcjpub25lO21hcmdpbi10b3A6MHB4O30KLmltcG93ZXJCb3ggLnRpdGxlIHtkaXNwbGF5OiBub25lO30KLmltcG93ZXJCb3ggLmluZm8ge3dpZHRoOiAxODhweDtkaXNwbGF5Om5vbmU7fQouc3RhdHVzX2ljb24ge2Rpc3BsYXk6IG5vbmV9Ci5pbXBvd2VyQm94IC5zdGF0dXMge3RleHQtYWxpZ246IGNlbnRlcjt9IAo=' |
|
||||
}); |
|
||||
</script> |
|
||||
{/literal} |
|
||||
</div> --> |
|
||||
<img class="temImg" src="../../images/userTem.png" alt=""> |
|
||||
<div class="code-filter column hide"> |
|
||||
<img src="../../images/step_success.png" alt=""> |
|
||||
<span>{$_user_info.nickname},扫码成功</span> |
|
||||
</div> |
|
||||
<p class="flex" style="text-align: center;"> |
|
||||
<img src="../../images/weixin.svg" alt=""> |
|
||||
微信扫码,绑定子账号 |
|
||||
</p> |
|
||||
<div class="name column hide"> |
|
||||
<div class="name-top"> |
|
||||
<img src="../../images/user.svg" alt=""> |
|
||||
姓名 |
|
||||
</div> |
|
||||
<input class="name-input" type="text" placeholder="可备注真实姓名"> |
|
||||
</div> |
|
||||
<div class="btnGroups flex"> |
|
||||
<button class="button button-normal cancelBtn">取消</button> |
|
||||
<button class="button button-primary confirmBtn hide">确定</button> |
|
||||
</div> |
|
||||
</div> |
|
||||
<!-- {include file="include/footer.html"} --> |
|
||||
</div> |
|
||||
</body> |
|
||||
<script src="../../js/subCount.js?v={$smarty.const.CSS_JS_VERSION}"></script> |
|
||||
|
|
||||
</html> |
|
Loading…
Reference in new issue