📄 user_modify.jsp
字号:
<tr>
<td width="14%" height="30" class="table-frame-input-title"><span class="list_left_title">信息审核权限:</span></td>
<td width="86%" class="table-cell-input"><span class="test_must">
<input name="AUDIT_LEVEL" type="radio" value="1" checked>
1 <%=cn.com.dekn.cms.syscfg.SysConfigHelper.getInstance().getValue("audit_1_name")%>
<input type="radio" name="AUDIT_LEVEL" value="2">
2 <%=cn.com.dekn.cms.syscfg.SysConfigHelper.getInstance().getValue("audit_2_name")%>
<input type="radio" name="AUDIT_LEVEL" value="3">
3 <%=cn.com.dekn.cms.syscfg.SysConfigHelper.getInstance().getValue("audit_3_name")%> </span></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_border_cell_bg">
<td height="22" align="center" class="table-frame-input-title"><input name="ADMIN_LEVEL_ARTICLE" type="radio" value="0" checked onClick="displayCtrl('','setArticleClassPurview');"></td>
<td height="22" align="left" class="table-cell-input"> <strong></strong><strong>在此频道无任何管理权限</strong></td>
</tr>
<tr class="table_border_cell_bg">
<td width="14%" height="22" align="center" class="table-frame-input-title"><input type="radio" name="ADMIN_LEVEL_ARTICLE" value="1" onClick="displayCtrl('','setArticleClassPurview');"></td>
<td width="86%" height="22" align="left" class="table-cell-input"> <strong>频道管理员</strong>:拥有所有栏目的管理权限,并可以添加栏目和专题 </td>
</tr>
<tr class="table_border_cell_bg">
<td height="22" align="center" class="table-frame-input-title"><input type="radio" name="ADMIN_LEVEL_ARTICLE" value="2" onClick="displayCtrl('','setArticleClassPurview');"></td>
<td height="22" align="left" class="table-cell-input"> <strong>栏目总编</strong>:拥有所有栏目的管理权限,但不能添加栏目和专题 </td>
</tr>
<tr class="table_border_cell_bg">
<td align="center" class="table-frame-input-title"><input type="radio" name="ADMIN_LEVEL_ARTICLE" value="3" onClick="displayCtrl('setArticleClassPurview','');"></td>
<td height="22" align="left" class="table-cell-input"> <strong>栏目管理员</strong>:只拥有部分栏目管理权限 </td>
</tr>
<tr class="table_border_cell_bg" id="setArticleClassPurview" style="display:none">
<td height="22" colspan="2" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="14%" class="table-cell-input"> </td>
<td width="86%" class="table-cell-input"><table width="98%" border="0" cellpadding="0" cellspacing="0" class="help_tip">
<tr>
<td width="20%" align="center"><img src="../../images/icon/info2.gif" width="16" height="16"> <strong>小贴士</strong>:</td>
<td width="77%" align="left">录入:指能够在相应的栏目 <span class="style1">添加文章、修改文章</span><br>
维护:指拥有文章的<span class="style1"> 删、固、荐、移</span> 等基本维护权限 <br>
审核:指拥有审核权限,可以 <span class="style1">审核待批的文章</span><br>
管理:指拥有 <span class="style1">专题管理</span>、<span class="style1">评论管理 </span>的高级管理权限</td>
<td width="3%" align="right"> </td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_title">
<td width="45%" class="table-titlebar">栏目名称</td>
<td width="14%" class="table-titlebar">录入
<input name="all_input_purview" type="checkbox" id="all_input_purview" value="all" onClick="checkAllForCheckBox(this.form.input_purview)"></td>
<td width="14%" class="table-titlebar">维护
<input name="all_view_purview" type="checkbox" id="all_view_purview" value="all" onClick="checkAllForCheckBox(this.form.view_purview)"></td>
<td width="14%" class="table-titlebar">审核
<input name="all_check_purview" type="checkbox" id="all_check_purview" value="all" onClick="checkAllForCheckBox(this.form.check_purview)"></td>
<td width="13%" class="table-titlebar">管理
<input name="all_manage_purview" type="checkbox" id="all_manage_purview" value="all" onClick="checkAllForCheckBox(this.form.manage_purview)"></td>
</tr>
<cms4j:class class_state="all" content_type="article,album,multimedia,download" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_folder3.gif" width="15" height="15"><b><%=class_info.getCLASS_NAME()%></b></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_input_purview" type="checkbox" id="input_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_input_purview')" <%=user.getCheckBoxStateStrForArticleInputPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_view_purview" type="checkbox" id="view_purview" onClick="unselectall('all_view_purview')" value="<%=class_info.getARTICLE_CLASS_ID()%>" <%=user.getCheckBoxStateStrForArticleViewPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_check_purview" type="checkbox" id="check_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_check_purview')" <%=user.getCheckBoxStateStrForArticleCheckPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_manage_purview" type="checkbox" id="manage_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_manage_purview')" <%=user.getCheckBoxStateStrForArticleManagePurview(class_info.getARTICLE_CLASS_ID())%>></td>
</tr>
<!--二级栏目的表现-->
<cms4j:class class_state="all" content_type="article,album,multimedia,download" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line1.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_input_purview" type="checkbox" id="input_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_input_purview')" <%=user.getCheckBoxStateStrForArticleInputPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_view_purview" type="checkbox" id="view_purview" onClick="unselectall('all_view_purview')" value="<%=class_info.getARTICLE_CLASS_ID()%>" <%=user.getCheckBoxStateStrForArticleViewPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_check_purview" type="checkbox" id="check_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_check_purview')" <%=user.getCheckBoxStateStrForArticleCheckPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_manage_purview" type="checkbox" id="manage_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_manage_purview')" <%=user.getCheckBoxStateStrForArticleManagePurview(class_info.getARTICLE_CLASS_ID())%>></td>
</tr>
<!--三级栏目的表现-->
<cms4j:class class_state="all" content_type="article,album,multimedia,download" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_input_purview" type="checkbox" id="input_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_input_purview')" <%=user.getCheckBoxStateStrForArticleInputPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_view_purview" type="checkbox" id="view_purview" onClick="unselectall('all_view_purview')" value="<%=class_info.getARTICLE_CLASS_ID()%>" <%=user.getCheckBoxStateStrForArticleViewPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_check_purview" type="checkbox" id="check_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_check_purview')" <%=user.getCheckBoxStateStrForArticleCheckPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_manage_purview" type="checkbox" id="manage_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_manage_purview')" <%=user.getCheckBoxStateStrForArticleManagePurview(class_info.getARTICLE_CLASS_ID())%>></td>
</tr>
<!--三级栏目的表现-->
<cms4j:class class_state="all" content_type="article,album,multimedia,download" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_input_purview" type="checkbox" id="input_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_input_purview')" <%=user.getCheckBoxStateStrForArticleInputPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_view_purview" type="checkbox" id="view_purview" onClick="unselectall('all_view_purview')" value="<%=class_info.getARTICLE_CLASS_ID()%>" <%=user.getCheckBoxStateStrForArticleViewPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_check_purview" type="checkbox" id="check_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_check_purview')" <%=user.getCheckBoxStateStrForArticleCheckPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_manage_purview" type="checkbox" id="manage_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_manage_purview')" <%=user.getCheckBoxStateStrForArticleManagePurview(class_info.getARTICLE_CLASS_ID())%>></td>
</tr>
<!--三级栏目的表现-->
<cms4j:class class_state="all" content_type="article,album,multimedia,download" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_input_purview" type="checkbox" id="input_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_input_purview')" <%=user.getCheckBoxStateStrForArticleInputPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_view_purview" type="checkbox" id="view_purview" onClick="unselectall('all_view_purview')" value="<%=class_info.getARTICLE_CLASS_ID()%>" <%=user.getCheckBoxStateStrForArticleViewPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_check_purview" type="checkbox" id="check_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_check_purview')" <%=user.getCheckBoxStateStrForArticleCheckPurview(class_info.getARTICLE_CLASS_ID())%>></td>
<td align="center" class="table-cell"><input name="<%=class_info.getCONTENT_TYPE()%>_manage_purview" type="checkbox" id="manage_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_manage_purview')" <%=user.getCheckBoxStateStrForArticleManagePurview(class_info.getARTICLE_CLASS_ID())%>></td>
</tr>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</table></td>
</tr>
</table></td>
</tr>
</table>
<cms4j:module state="1" module_id="job"></cms4j:module>
<table width="100%" 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>
<td width="26" class="title-bar2-btn-icon" id="p1_btn"> </td>
<td width="745" class="title-bar2-text">设置可操作的功能</td>
</tr>
</table></td>
</tr>
</table>
<% String moduleID = ""; %>
<cms4j:module state="1" domain="2" node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>">
<% moduleID = module_info.getMODULE_ID(); %>
<%if(!moduleID.equals("editor")){%>
<table width="94%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td width="82%" align="left" class="table-titlebar"><input name="all_module_1" type="checkbox" id="all_module_1" value="all" onClick="checkAllForCheckBox(this.form.moduleList<%=moduleID%>)">
<%=module_info.getMODULE_NAME()%></td><td width="18%" align="right" class="table-titlebar"> </td>
</tr>
<tr height="4">
<td height="4" colspan="2" class="table_bottom_line"></td>
</tr>
</table>
<table width="94%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<cms4j:module state="1" purview_type="1" parent_module_id="<%=moduleID%>">
<tr>
<td width="8%" height="22" align="center" class="table-cell-input">
<%if(!cn.com.dekn.cms.resource.sysModule.busi.ModuleBean.isExistChildModule(module_info.getMODULE_ID())){ %>
<input name="moduleList<%=moduleID%>" type="checkbox" class="form_checkbox" id="siteModule" value="<%=module_info.getMODULE_ID()%>" onClick="unselectall('all_module_1')"
<%
String checkedStr = user.getCheckBoxStateStrForModulePurview(String.valueOf(module_info.getMODULE_ID()));
out.print(checkedStr);
%>
>
<%} %>
</td>
<td width="37%" height="22" class="table-cell-input"><%=module_info.getNAME()%>
</td>
<td width="55%" class="table-cell-input"><span class="text_remark"> <%=module_info.getINTRO()%></span></td>
</tr>
<cms4j:module state="1" purview_type="1" parent_module_id="<%=module_info.getMODULE_ID()%>">
<tr>
<td width="8%" height="22" align="center" class="table-cell-input">
<input name="moduleList<%=moduleID%>" type="checkbox" class="form_checkbox" id="siteModule" value="<%=module_info.getMODULE_ID()%>" onClick="unselectall('all_module_1')"
<%
String checkedStr = user.getCheckBoxStateStrForModulePurview(String.valueOf(module_info.getMODULE_ID()));
out.print(checkedStr);
%>
>
</td>
<td width="37%" height="22" class="table-cell-input"><img src="../../images/tree_line1.gif" width="17" height="16"> <%=module_info.getNAME()%></td>
<td width="55%" class="table-cell-input"><span class="text_remark"> <%=module_info.getINTRO()%></span></td>
</tr>
</cms4j:module>
</cms4j:module>
</table>
<%} %>
</cms4j:module>
</td>
</tr>
</table> </td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td>
<input name="Submit42" type="submit" class="form-buttun" value="保 存">
<input name="Submit222" type="button" class="form-buttun" value="取 消" onClick="location.href='user_list.jsp'">
</td>
</tr>
</table>
</cms4j:user>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -