?? member_config2.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>
<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>
<cms4j:member_config>
<script>
//頁面初始化
function pageInit(){
radioGuoupInit("CAN_CREATE_NU","<%=member_config_info.getCAN_CREATE_NU()%>"); ////是否允許新會員注冊 true/false
radioGuoupInit("NU_NEED_CHECK_EMAIL","<%=member_config_info.getNU_NEED_CHECK_EMAIL()%>");//新會員注冊是否需要郵件驗證 true/false
radioGuoupInit("NU_NEED_ADMIN_CHECK","<%=member_config_info.getNU_NEED_ADMIN_CHECK()%>");//新會員注冊是否需要管理員認證 true/false
selectInit("DEFAULT_MEMBER_GROUP","<%=member_config_info.getDEFAULT_MEMBER_GROUP()%>");
selectInit("DEFAULT_ADMIN_GROUP","<%=member_config_info.getDEFAULT_ADMIN_GROUP()%>");
selectInit("CAN_FIND_PASSWORD","<%=member_config_info.getCAN_FIND_PASSWORD()%>");
radioGuoupInit("IS_KEY_TO_VIP","<%=member_config_info.getIS_KEY_TO_VIP()%>");
selectInit("TO_VIP_MEMBER_GROUP","<%=member_config_info.getTO_VIP_MEMBER_GROUP()%>");
selectInit("TO_VIP_ADMIN_GROUP","<%=member_config_info.getTO_VIP_ADMIN_GROUP()%>");
}
</script>
<body onLoad="pageInit()">
<form action="../../do?action=saveMemberConfig" 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">
<tr>
<td width="32%" height="22" class="table-frame-input-title"><STRONG>是否允許新會員注冊</STRONG>: </td>
<td height="22" colspan="2" class="table-cell-input"><input type="radio" name="CAN_CREATE_NU" value="1">
允許
<input type="radio" name="CAN_CREATE_NU" value="-1">
不允許</td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>新會員注冊是否需要郵件驗證:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input"><input type="radio" name="NU_NEED_CHECK_EMAIL" value="1">
需要
<input type="radio" name="NU_NEED_CHECK_EMAIL" value="-1">
不需要 <span class="must">開發備注:這個顯示與否,取決與“是否允許新會員注冊”的選擇</span> </td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>新會員注冊是否需要管理員認證:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input"><input type="radio" name="NU_NEED_ADMIN_CHECK" value="1">
需要
<input type="radio" name="NU_NEED_ADMIN_CHECK" value="-1">
不需要<span class="must"> 開發備注:這個顯示與否,取決與“是否允許新會員注冊”的選擇</span> </td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>新會員注冊是否啟用隨機驗證碼:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input"><input type="radio" name="NU_NEED_ADMIN_CHECK" value="1">
啟用
<input type="radio" name="NU_NEED_ADMIN_CHECK" value="-1">
不啟用<span class="must"> 開發備注:這個顯示與否,取決與“是否允許新會員注冊”的選擇</span> </td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>允許多人同時登錄:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input"><input type="radio" name="NU_NEED_ADMIN_CHECK" value="1">
允許
<input type="radio" name="NU_NEED_ADMIN_CHECK" value="-1">
不允許</td>
</tr>
<tr style="display: ">
<td height="22" class="table-frame-input-title">是否允許會員找回密碼:</td>
<td height="22" colspan="2" class="table-cell-input"><input type="radio" name="NU_NEED_ADMIN_CHECK" value="1">
允許
<input type="radio" name="NU_NEED_ADMIN_CHECK" value="-1">
不允許</td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>用戶名字符數:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input">最少
<input name="textfield" type="text" class="form-input" value="3" size="5">
個字符,最多
<input name="textfield2" type="text" class="form-input" value="15" size="5">
個字符</td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>默認積分:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input"><input name="textfield3" type="text" class="form-input" size="10"></td>
</tr>
<tr style="display:">
<td height="22" class="table-frame-input-title"><STRONG>登錄一次獎勵的積分:</STRONG></td>
<td height="22" colspan="2" class="table-cell-input"><input name="textfield32" type="text" class="form-input" size="10"></td>
</tr>
<tr style="display: ">
<td height="22" class="table-frame-input-title">注冊后默認的 CMS 用戶組:</td>
<td height="22" class="table-cell-input">前臺組:
<select name="DEFAULT_MEMBER_GROUP" id="DEFAULT_MEMBER_GROUP">
<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>
</select>
</td>
<td class="table-cell-input">后臺組:
<select name="select" id="select">
<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>
</select></td>
</tr>
<tr style="display: ">
<td height="22" class="table-frame-input-title">注冊后默認的 BLOG 用戶組:</td>
<td height="22" class="table-cell-input">前臺組:
<select name="DEFAULT_MEMBER_GROUP" id="DEFAULT_MEMBER_GROUP">
<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>
</select> </td>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -