Zhiqim Master(运营管理台)是在ZhiqimManager基础上改造成用于运营思路的管理系统,增加余额,和组织结构等,开放组织管理员,可以添加组织内的部门和角色和操作员。并增加该管理台上的一些组件,如充值支付等组件。适用于二级代理管理或该大型组织机构

森中灵 最后提交于11天前 替换为8.0.5版本
paramOperatorAdd.zml1KB
${Scripts.onload("document.theForm.paramKey.focus();")}
${zhiqim_manager_history("paramOperator.htm")}
${request.getValidateScript()}

${zhiqim_manager_breadcrumb_parent("paramOperator.htm", "操作员参数", "增加操作员参数")}
${zhiqim_manager_content()}

<#-- 导航 -->
<div class="z-tabnav-main z-mg-b20 ${zmr_color_class}">
<nav>
<ul class="z-mg-r10">
    <li onclick="Z.L.href('paramOperator.htm');">返回操作员参数</li>
    <li class="z-active">增加操作员参数</li>
</ul>
</nav>
</div>

<#-- 表单 -->
<form name="theForm" action="paramOperatorInsert.htm" method="post" onsubmit="return validateForm(this);" data-role="z-call-frame">
<table class="z-table z-bordered z-h50-tr z-pd10 z-lh150p z-bg-white">
<tr class="zi-h40 z-bg-gray z-bold">
    <td colspan="2">增加操作员参数</td>
</tr>
<tr>
    <td width="40%">操作员参数键:<span class="z-color-999">(32位不定长字符)</span></td>
    <td width="*"><input name="paramKey" class="z-input z-w300 ${zmr_color_class}" maxlength="32"><span class="z-color-red">&nbsp;*</span></td>
</tr>
<tr>
    <td>操作员参数描述:<span class="z-color-999">(200位不定长字符)</span></td>
    <td><input name="paramDesc" class="z-input z-w300 ${zmr_color_class}" maxlength="200"><span class="z-color-red">&nbsp;*</span></td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
${zhiqim_manager_content_end()}