📄 user_modify.jsp
字号:
<input name="STATE" type="radio" class="form_radio" value="0">
停用</td>
<td height="22" class="table-frame-input-title"><!--允许多人同时使用:-->
<span class="list_left_title">是否允许登录后台:</span></td>
<td height="22" class="table-cell-input"><span style="display:none">
<input name="ENABLE_MULTI_LOGIN" type="radio" value="0" checked>
不允许
<input type="radio" name="ENABLE_MULTI_LOGIN" value="1">
允许 </span>
<input name="CAN_LOGIN_ADMIN" type="radio" value="1">
允许
<input type="radio" name="CAN_LOGIN_ADMIN" value="-1">
不允许
</td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" id="customFrontUserPurview" style="display:">
<tr>
<td><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>
<span id="p3">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="100%" 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>
<table width="94%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_border_cell_bg">
<td height="22" align="center" class="table-cell-input"><input name="FRONT_LEVEL_ARTICLE" type="radio" value="0" checked onClick="displayCtrl('','setFrontArticleClassViewPurview');"></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-cell-input"><input type="radio" name="FRONT_LEVEL_ARTICLE" value="999" onClick="displayCtrl('','setFrontArticleClassViewPurview');"></td>
<td width="86%" height="22" align="left" class="table-cell-input"> <strong>访问不受限</strong>:可访问所有受控栏目</td>
</tr>
<tr class="table_border_cell_bg">
<td align="center" class="table-cell-input"><input type="radio" name="FRONT_LEVEL_ARTICLE" value="1" onClick="displayCtrl('setFrontArticleClassViewPurview','');"></td>
<td height="22" align="left" class="table-cell-input"> <strong>指定访问权限</strong>:设置只能够访问部分栏目</td>
</tr>
<tr class="table_border_cell_bg" id="setFrontArticleClassViewPurview" 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">仅可以设置受访问权限控制的栏目的访问权限</td>
<td width="3%" align="right"> </td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_border_bg">
<tr class="table_title">
<td width="45%" class="table-titlebar">栏目名称</td>
<td width="14%" class="table-titlebar"> 访问
<input name="all_view_purview2" type="checkbox" id="all_view_purview2" value="all" onClick="checkAllForCheckBox(this.form.front_view_purview)"></td>
</tr>
<cms4j:class class_state="all" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td 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"><% if(class_info.getPURVIEW_TYPE() == 1){%>
<input name="front_view_purview" type="checkbox" id="front_view_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_view_purview')" <%=user.getCheckBoxStateStrForArticleFrontViewPurview(class_info.getARTICLE_CLASS_ID())%>>
<% } %> </td>
</tr>
<!--二级栏目的表现-->
<cms4j:class class_state="all" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td 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"><% if(class_info.getPURVIEW_TYPE() == 1){%>
<input name="front_view_purview" type="checkbox" id="front_view_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_view_purview')" <%=user.getCheckBoxStateStrForArticleFrontViewPurview(class_info.getARTICLE_CLASS_ID())%>>
<% } %></td>
</tr>
<!--三级栏目的表现-->
<cms4j:class class_state="all" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td 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"><% if(class_info.getPURVIEW_TYPE() == 1){%>
<input name="front_view_purview" type="checkbox" id="front_view_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_view_purview')" <%=user.getCheckBoxStateStrForArticleFrontViewPurview(class_info.getARTICLE_CLASS_ID())%>>
<% } %></td>
</tr>
<!--三级栏目的表现-->
<cms4j:class class_state="all" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td 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"><% if(class_info.getPURVIEW_TYPE() == 1){%>
<input name="front_view_purview" type="checkbox" id="front_view_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_view_purview')" <%=user.getCheckBoxStateStrForArticleFrontViewPurview(class_info.getARTICLE_CLASS_ID())%>>
<% } %></td>
</tr>
<!--三级栏目的表现-->
<cms4j:class class_state="all" node_id="<%=user.getCLUSTER_NODE()%>">
<tr class="table_border_cell_bg">
<td 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"><% if(class_info.getPURVIEW_TYPE() == 1){%>
<input name="front_view_purview" type="checkbox" id="front_view_purview" value="<%=class_info.getARTICLE_CLASS_ID()%>" onClick="unselectall('all_view_purview')" <%=user.getCheckBoxStateStrForArticleFrontViewPurview(class_info.getARTICLE_CLASS_ID())%>>
<% } %></td>
</tr>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</table></td>
</tr>
</table> </td>
</tr>
<tr class="table_border_cell_bg">
<td height="22" colspan="2" align="center">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="100%" 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>
<cms4j:module state="1" domain="1" node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>">
<table width="94%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="82%" class="table-titlebar"><input name="all_module_12" type="checkbox" id="all_module_12" value="all" onClick="checkAllForCheckBox(this.form.frontModuleList<%=module_info.getMODULE_ID()%>)">
<%=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="list_border_bg">
<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-noborder"><input name="frontModuleList<%=module_info.getPARENT_MODULE_ID()%>" type="checkbox" class="form_checkbox" id="frontModuleList<%=module_info.getPARENT_MODULE_ID()%>" value="<%=module_info.getMODULE_ID()%>" onClick="unselectall('all_module_12')"
<%
String checkedStr = user.getCheckBoxStateStrForModulePurview(String.valueOf(module_info.getMODULE_ID()));
out.print(checkedStr);
%>
> </td>
<td width="37%" height="22" class="table-cell-noborder"><%=module_info.getMODULE_NAME()%></td>
<td width="55%" class="table-cell-noborder"><span class="text_remark"> <%=module_info.getINTRO()%></span></td>
<tr> </cms4j:module>
</table>
</cms4j:module> </td>
</tr>
</table>
</td>
</tr>
</table> </td>
</tr>
</table>
</span>
</td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" id="purviewSet">
<tr>
<td><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('p4')">
<td width="26" class="title-bar2-btn-col" id="p4_btn"> </td>
<td width="745" class="title-bar2-text">自定义 后台 管理员权限</td>
</tr>
</table></td>
</tr>
</table>
<table width="94%" border="0" align="center" cellpadding="0" cellspacing="0" id="p4">
<tr>
<td><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>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table-frame">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -