Zhiqim Account(前端账户管理台)是在ZhiqimManager基础上改造成用于前端注册登录的管理系统,增加组织结构和余额,开放注册组织和组织管理员,可以添加组织内的部门和角色和操作员。并增加该管理台上的一些组件,如充值支付等组件。适用于二级代理管理或该大型组织机构
keys.zml1KB
${zhiqim_manager_breadcrumb("密钥对")}
${zhiqim_manager_content()}
<div class="z-tabnav-main z-mg-b20 ${zmr_color_class}">
<nav>
<ul class="z-mg-r10">
${zhiqim_manager_tabnav("系统菜单", "/"+zhiqim_manager+"/menu.htm", true)}
${zhiqim_manager_tabnav("系统头像", "/"+zhiqim_manager+"/avatar.htm", true)}
${zhiqim_manager_tabnav("系统配置", "/"+zhiqim_manager+"/config.htm", true)}
${zhiqim_manager_tabnav("系统缓存", "/"+zhiqim_manager+"/cache.htm", true)}
${zhiqim_manager_tabnav("系统参数", "/"+zhiqim_manager+"/param.htm", true)}
${zhiqim_manager_tabnav("操作员参数", "/"+zhiqim_manager+"/paramOperator.htm", true)}
${zhiqim_manager_tabnav("首页主题", "/"+zhiqim_manager+"/themeIndex.htm", true)}
${zhiqim_manager_tabnav("主页主题", "/"+zhiqim_manager+"/themeMain.htm", true)}
<li class="z-active">密钥对</li>
${zhiqim_manager_tabnav("进程信息", "/"+zhiqim_manager+"/process.htm", true)}
</ul>
<div class="z-float-right z-mg-t10 z-mg-r5">
<form method="post" data-role="z-call-frame">
<button class="z-button z-w120 ${zmr_color_class}">重新生成密钥对</button>
</form>
</div>
</nav>
</div>
<table class="z-table z-bordered z-pd10 z-bg-white z-text-center">
<tr class="z-h40" bgcolor="${zmr_thead_bgcolor}">
<td width="80">密钥类型</td>
<td width="*" class="z-text-left">密钥值</td>
</tr>
<tr>
<td>公钥</td>
<td class="z-samp z-text-left">${publicKey}</td>
</tr>
<tr>
<td>私钥</td>
<td class="z-samp z-text-left">${privateKey}</td>
</tr>
</table>
${zhiqim_manager_content_end()}