⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 member_config2.jsp

📁 jsp人事管理系统jsp+servlet
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ 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">&nbsp;</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">&nbsp;</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 + -