?? sys_module_list.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<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>
//頁面初始化
function pageInit(){
selectInit("NODE_ID","${param.node_id}");
selectInit("STATE","${param.state}");
selectInit("MODULE_DOMAIN","${param.module_domain}");
selectInit("PURVIEW_TYPE","${param.purview_type}");
selectInit("IS_MENU","${param.is_menu}");
}
</script>
<body onLoad="pageInit()">
<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="oper-bar">
<tr>
<td width="20%"><select name="NODE_ID" id="NODE_ID" onChange="dataFilter('node_id')">
<option selected>所有模塊</option>
<option value="share">公共模塊</option>
<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> </td>
<td width="55%" align="center"><select name="STATE" id="STATE" onChange="dataFilter('state')">
<option>狀態</option>
<option value="-1">停用</option>
<option value="1">啟用</option>
</select>
<select name="MODULE_DOMAIN" id="MODULE_DOMAIN" onChange="dataFilter('module_domain')">
<option selected>域</option>
<option value="1">前臺</option>
<option value="2">后臺</option>
</select>
<select name="PURVIEW_TYPE" id="PURVIEW_TYPE" onChange="dataFilter('purview_type')">
<option>權限</option>
<option value="1">粗</option>
<option value="2">細</option>
</select>
<select name="IS_MENU" id="IS_MENU" onChange="dataFilter('is_menu')">
<option selected>類型</option>
<option value="1">菜單</option>
<option value="-1">非菜單</option>
</select></td>
<td width="25%" align="right"><input name="Submit2" type="button" class="form-buttun" value="添加新模塊" onClick="location.href='sys_module_add.jsp'">
<input name="Submit" type="button" class="form-buttun" value="排 序" onClick="location.href='sys_module_order.jsp'"></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_title">
<td width="19%" class="table-titlebar">ID</td>
<td width="28%" class="table-titlebar">模塊名稱</td>
<td width="16%" class="table-titlebar">應用范圍</td>
<td width="5%" align="center" class="table-titlebar">菜單</td>
<td width="6%" align="center" class="table-titlebar">域</td>
<td width="5%" class="table-titlebar">權限</td>
<td width="7%" class="table-titlebar">狀態</td>
<td width="14%" class="table-titlebar">操作</td>
</tr>
<!-- 一級模塊 -->
<cms4j:module node_id="${param.node_id}" state="${param.state}" domain="${param.module_domain}" purview_type="${param.purview_type}" is_menu="${param.is_menu}">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell"><%=module_info.getMODULE_ID()%></td>
<td align="left" class="table-cell"><img src="../../images/tree_folder3.gif" width="15" height="15"> <strong><%=module_info.getMODULE_NAME()%></strong></td>
<td align="center" class="table-cell"><%=module_info.getNODE_ID_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getIS_MENU_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getMODULE_DOMAIN_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getPURVIEW_TYPE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getSTATE_NAME()%></td>
<td align="center" class="table-cell"><a href="sys_module_add.jsp?parent=<%=module_info.getMODULE_ID()%>">添加</a> <a href="sys_module_modify.jsp?moduleID=<%=module_info.getMODULE_ID()%>">改</a> <a href="../../do?action=delSysModule&id=<%=module_info.getMODULE_ID()%>">刪</a> <a href="../../do?action=setSysModuleState&id=<%=module_info.getMODULE_ID()%>&state=<%=module_info.getSTATE_OPER()%>"><%=module_info.getSTATE_OPER_NAME()%></a> </td>
</tr>
<!-- 二級模塊 -->
<cms4j:module parent_module_id="<%=module_info.getMODULE_ID()%>" node_id="${param.node_id}" state="${param.state}" domain="${param.module_domain}" purview_type="${param.purview_type}" is_menu="${param.is_menu}">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell"><%=module_info.getMODULE_ID()%></td>
<td align="left" class="table-cell"><img src="../../images/tree_line1.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"> <%=module_info.getMODULE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getNODE_ID_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getIS_MENU_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getMODULE_DOMAIN_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getPURVIEW_TYPE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getSTATE_NAME()%></td>
<td align="center" class="table-cell"><a href="sys_module_add.jsp?parent=<%=module_info.getMODULE_ID()%>">添加</a> <a href="sys_module_modify.jsp?moduleID=<%=module_info.getMODULE_ID()%>">改</a> <a href="../../do?action=delSysModule&id=<%=module_info.getMODULE_ID()%>">刪</a> <a href="../../do?action=setSysModuleState&id=<%=module_info.getMODULE_ID()%>&state=<%=module_info.getSTATE_OPER()%>"><%=module_info.getSTATE_OPER_NAME()%></a> </td>
</tr>
<!-- 三級模塊 -->
<cms4j:module parent_module_id="<%=module_info.getMODULE_ID()%>" node_id="${param.node_id}" state="${param.state}" domain="${param.module_domain}" purview_type="${param.purview_type}" is_menu="${param.is_menu}">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell"><%=module_info.getMODULE_ID()%></td>
<td align="left" class="table-cell"><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"><%=module_info.getMODULE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getNODE_ID_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getIS_MENU_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getMODULE_DOMAIN_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getPURVIEW_TYPE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getSTATE_NAME()%></td>
<td align="center" class="table-cell"><a href="sys_module_add.jsp?parent=<%=module_info.getMODULE_ID()%>">添加</a> <a href="sys_module_modify.jsp?moduleID=<%=module_info.getMODULE_ID()%>">改</a> <a href="../../do?action=delSysModule&id=<%=module_info.getMODULE_ID()%>">刪</a> <a href="../../do?action=setSysModuleState&id=<%=module_info.getMODULE_ID()%>&state=<%=module_info.getSTATE_OPER()%>"><%=module_info.getSTATE_OPER_NAME()%></a> </td>
</tr>
<!-- 四級模塊 -->
<cms4j:module parent_module_id="<%=module_info.getMODULE_ID()%>" node_id="${param.node_id}" state="${param.state}" domain="${param.module_domain}" purview_type="${param.purview_type}" is_menu="${param.is_menu}">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell"><%=module_info.getMODULE_ID()%></td>
<td align="left" class="table-cell"><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"><%=module_info.getMODULE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getNODE_ID_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getIS_MENU_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getMODULE_DOMAIN_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getPURVIEW_TYPE_NAME()%></td>
<td align="center" class="table-cell"><%=module_info.getSTATE_NAME()%></td>
<td align="center" class="table-cell"><a href="sys_module_add.jsp?parent=<%=module_info.getMODULE_ID()%>">添加</a> <a href="sys_module_modify.jsp?moduleID=<%=module_info.getMODULE_ID()%>">改</a> <a href="../../do?action=delSysModule&id=<%=module_info.getMODULE_ID()%>">刪</a> <a href="../../do?action=setSysModuleState&id=<%=module_info.getMODULE_ID()%>&state=<%=module_info.getSTATE_OPER()%>"><%=module_info.getSTATE_OPER_NAME()%></a> </td>
</tr>
</cms4j:module>
</cms4j:module>
</cms4j:module>
</cms4j:module>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -