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

📄 menu.jsp

📁 基于j2ee的动态网站开发的cms代码下载。
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>

<%
if(!cn.com.dekn.cms.security.login.CMS4JUser.isLogin(request)){
%>
	<script>
		top.location.href="../login.jsp";
	</script>
<%
return;
}
%>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
	background-color: #99FFFF;
}
a:active {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
-->
</style>
</head>

<script>
function showOrHideMenu(src){
	var obj = eval(src.id+"_list");	
	var state = obj.style.display;	
	if(state == "none"){
		obj.style.display = "";
	}else{
		obj.style.display = "none";
	}

}
</script>
<% int temp = 0;%>
<body>
<table width="159"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr height="10">
    <td height="6"></td>
  </tr>
</table>
<table width="159" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="../../images/admin/fw_menu_top_pic.gif" width="159" height="13"></td>
  </tr></table>
  
<cms4j:module_type scope="user" domain="domain_admin" is_menu="1" node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request)%>">
<table width="159" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr id="a<%=module_type_info.getORDER_NUM()%>" style="cursor:hand" onClick="showOrHideMenu(this)">
    <td height="30" background="../../images/admin/fw_menu_type_bg.gif"><table width="96%"  border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="74%" class="font_menu_type"><%=module_type_info.getMODULE_TYPE_NAME()%></td>
          <td width="26%">&nbsp;</td>
        </tr>
    </table></td>
  </tr>
  <tr id="a<%=module_type_info.getORDER_NUM()%>_list" style="display:">
    <td valign="top" background="../../images/admin/fw_menu_busi_bg.gif">
	<cms4j:module scope="user" domain="domain_admin">
	<!--<%=module_info.getNAME()%>-->
	<table width="90%" height="29%"  border="0" align="center" cellpadding="0" cellspacing="0" class="font_menu_busi">
      <tr>
        <td>		
          <a href="../article/article_class_add.jsp" target="mainFrame"></a><a href="../article/article_list.jsp" target="mainFrame"></a>
          <table width="100%"  border="0" cellpadding="0" cellspacing="0" class="font_menu_busi">
            
			<% temp = 0; %>
			<cms4j:resource type="type_menu">
			<%temp++;%>
			<tr>
              <td height="18"><a href="<%=res_info.getRES_ACTION()%>" target="mainFrame"><%=res_info.getNAME()%></a></td>
            </tr>
			</cms4j:resource>
			
          </table>
		  <% if(temp > 0){ %>
		  <table width="100%"  border="0" cellpadding="0" cellspacing="0" class="menu_split_line">
          <tr >
            <td></td>
          </tr>
        </table>
			<% } %>
		  </td>
      </tr>
    </table>
	</cms4j:module>
	</td>
  </tr>
</table>
</cms4j:module_type>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -