?? user_add.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<style type="text/css">
<!--
.style1 {color: #0000FF}
-->
</style>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
</head>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script>
/**
* 是否顯示前臺權限設置
*/
function isShowFrontPurviewSet(selectedFrontGroupID){
if(selectedFrontGroupID == -1){
displayCtrl('customFrontUserPurview','');
}else{
displayCtrl('','customFrontUserPurview');
}
}
/**
* 是否顯示后臺權限設置
*/
function isShowBackPurviewSet(selectedBackGroupID){
if(selectedBackGroupID == -1){
displayCtrl('purviewSet','');
}else{
displayCtrl('','purviewSet');
}
}
</script>
<script>
//頁面初始化
function pageInit(){
<% if(cn.com.dekn.cms.syscfg.SysConfigHelper.getInstance().getValue("version").equals("cluster")){ %>
selectInit("NODE_ID","${param.cluster_node_id}");
<%}%>
}
</script>
<body onLoad="pageInit();displayCtrl('','purviewSet');displayCtrl('','customFrontUserPurview')">
<form action="../../do?action=addUser" method="post" name="cms4jForm" id="cms4jForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title-bar"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="26" class="title-bar-title-icon"> </td>
<td width="745" class="title-bar-text">添加新用戶</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="cursor:pointer" onClick="titleBarShowOrHide('p1')">
<td width="26" class="title-bar2-btn-col" id="p1_btn"> </td>
<td width="745" class="title-bar2-text">用戶信息</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame" id="p1">
<% if(cn.com.dekn.cms.syscfg.SysConfigHelper.getInstance().getValue("version").equals("cluster")){ %>
<tr>
<td height="22" align="right" class="table-frame-input-title">所屬站點:</td>
<td height="22" class="table-cell-input"><span class="test_must">
<select name="NODE_ID" id="NODE_ID" onChange="location.href='?cluster_node_id=' + this.value">
<cms4j:cluster_node node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request)%>">
<option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>"><%=cluster_node_info.getNAME()%></option>
<cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>"> └<%=cluster_node_info.getNAME()%></option>
<cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>"> └<%=cluster_node_info.getNAME()%></option>
<cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>"> └<%=cluster_node_info.getNAME()%></option>
</cms4j:cluster_node>
</cms4j:cluster_node>
</cms4j:cluster_node>
</cms4j:cluster_node>
</select>
* </span></td>
<td height="22" class="table-frame-input-title"> </td>
<td height="22" class="table-cell-input"> </td>
</tr>
<%}%>
<tr>
<td width="17%" height="22" align="right" class="table-frame-input-title">用戶名:</td>
<td height="22" class="table-cell-input"><span class="test_must">
<input name="UID" type="text" class="form_input" id="TITLE223" size="32">
* </span></td>
<td height="22" class="table-frame-input-title"> </td>
<td height="22" class="table-cell-input"> </td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">密碼:</td>
<td width="33%" height="22" class="table-cell-input"><span class="test_must">
<input name="PWD" type="password" class="form_input" id="TITLE23" size="24">
</span> <span class="test_must">*</span></td>
<td width="19%" height="22" align="right" class="table-frame-input-title">確認密碼:</td>
<td width="31%" class="table-cell-input"><span class="test_must">
<input name="PWD_CFM" type="password" class="form_input" id="TITLE224" size="24">
* </span></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title"> 密碼問題:</td>
<td height="22" class="table-cell-input"><span class="test_must">
<input name="QUESTION" type="text" class="form_input" id="TITLE23" size="24">
</span></td>
<td height="22" align="right" class="table-frame-input-title"> 問題答案:</td>
<td class="table-cell-input"><span class="test_must">
<input name="ANSWER" type="text" class="form_input" id="TITLE224" size="24">
</span></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="cursor:pointer" onClick="titleBarShowOrHide('p3')">
<td width="26" class="title-bar2-btn-col" id="p3_btn"> </td>
<td width="745" class="title-bar2-text">用戶詳細資料</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame" id="p3">
<cms4j:member_column node_id="${param.cluster_node_id}" is_show="true">
<tr>
<td width="17%" height="22" align="right" class="table-frame-input-title"> <%=member_column_info.getFORM_ELEMENT_NAME()%>:</td>
<td width="83%" height="22" class="table-cell-input"><span class="test_must">
<input name="<%=member_column_info.getFORM_ELEMENT_ID()%>" type="text" class="form_input" id="<%=member_column_info.getFORM_ELEMENT_ID()%>" value="" size="32">
</span> <span class="test_must"> </span></td>
</tr>
</cms4j:member_column>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="cursor:pointer" onClick="titleBarShowOrHide('p2')">
<td width="26" class="title-bar2-btn-col" id="p2_btn"> </td>
<td width="745" class="title-bar2-text">權限配置</td>
</tr>
</table></td>
</tr>
</table>
<span id="p2">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td width="17%" height="22" align="right" class="table-frame-input-title"><!--
dekn: 巢湖需求 2005-12-13
所屬組(前臺):
-->
訪問權限(前臺)</td>
<td width="33%" height="22" class="table-cell-input"><select name="FRONT_GROUP_ID" id="FRONT_GROUP_ID" onChange="isShowFrontPurviewSet(this.value)">
<option value="0" selected>無</option>
<cms4j:group type="1" mode="basic" node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>">
<option value=<%=group_info.getGROUP_ID()%>><%=group_info.getNAME()%></option>
</cms4j:group>
<option value="999">高級會員</option>
<option value="-1">自定義權限</option>
</select>
</td>
<td width="19%" class="table-frame-input-title"><span class="list_left_title">管理權限(后臺):</span></td>
<td width="31%" class="table-cell-input"><select name="BACK_GROUP_ID" id="BACK_GROUP_ID" onChange="isShowBackPurviewSet(this.value)">
<option value="901" selected>無</option>
<cms4j:group type="2" mode="basic" node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>">
<option value=<%=group_info.getGROUP_ID()%>><%=group_info.getNAME()%></option>
</cms4j:group>
<option value="999">超級管理員</option>
<option value="-1">自定義權限</option>
</select></td>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -