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

📄 menu.jsp

📁 此资源是jsp应用开发 邓子云等编写的一书里的源代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page isELIgnored="false"%>
<html> 
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
var bV=parseInt(navigator.appVersion);
var NS4=(document.layers) ? true : false;
var IE4=((document.all)&&(bV>=4))?true:false;
var ver4 = (NS4 || IE4) ? true : false;
function expandIt(){return}
function expandAll(){return}
function nomsg(){self.status="";}
if(ver4){
  document.write("<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"rsmenu.js\"></SCRIPT>");
}
//-->
</SCRIPT>
</head>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0" bgcolor="#DCDADA">
<span class="label"></span><br>
<!---------- begin OUTLINE -----------> 
<!--上方全部展开/关闭-->
<DIV style="margin-left: 20px">
<FONT STYLE="font-size: 12pt">
	您好,<%=session.getAttribute("oaUserTrueName")%><br>
	操作功能菜单
</FONT></A>
</div>

<DIV ID="elOneParent" CLASS=parent style="margin-left: 20px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr>
<td class=label>
<A HREF="#" onClick="expandIt('elOne'); return false"> 
	信息中心
</a></td></tr></table>
</DIV>
</table>
<!--相应的子菜单-->
<DIV ID="elOneChild" CLASS=child style="margin-left: 24px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=126>
<tr><td>
	<A HREF="${pageContext.request.contextPath}/viewInfo.do" target="main">
		<li>查看信息</A><BR>
	<c:if test="${sessionScope.departmentId==1}">
	<A HREF="info/addInfo1.jsp" target="main"><li>发布信息</A><BR>
	</c:if>
</td></tr>
</table>
</DIV>

<DIV ID="elTwoParent" CLASS=parent style="margin-left: 20px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
<A HREF="#" text-decoration:none;"  onClick="expandIt('elTwo'); return false"> 
	行政审批
</a></td></tr></table>
</DIV>
</table>
<!--相应的子菜单-->
<DIV ID="elTwoChild" CLASS=child style="margin-left: 24px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=126>
<tr><td>
	<A HREF="man/addThing1.jsp" target="main"><li>发起审批事务</A><BR>
	<c:if test="${sessionScope.departmentId==1}">
	<A HREF="viewThingList.do" target="main"><li>安排审批事务</A><BR>
	</c:if>
	<A HREF="viewMeThingList.do" target="main"><li>待审批事务</A><BR>
</td></tr>
</table>
</DIV>


<!--父菜单-->
<DIV ID="elFiveParent" CLASS=parent style="margin-left: 20px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
<A HREF="#" text-decoration:none;"  onClick="expandIt('elFive'); return false"> 
	用户管理
</a></td></tr></table>
</DIV>
</table>
<!--相应的子菜单-->
<DIV ID="elFiveChild" CLASS=child style="margin-left: 24px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=126>
<tr><td>
	<c:if test="${sessionScope.departmentId==1}">
	<A HREF="enterAddUser.do" target="main"><li>增加新用户</A><BR>
	<A HREF="viewUserList.do" target="main"><li>修改用户信息</A><BR>
	</c:if>
	<A HREF="user/modiPass1.jsp" target="main"><li>修改您的密码</A><BR>
	<c:if test="${sessionScope.departmentId==1}">
	<A HREF="viewDepartList.do" target="main"><li>公司部门管理</A><BR>
	</c:if>
</td></tr>
</table>
</DIV>


<!--父菜单-->
<DIV ID="elTwoParent" CLASS=parent style="margin-left: 20px">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
<A HREF="user/login.jsp"  target="_parent"> 
	退出系统
</a></td></tr></table>
</table>
</DIV>
<!---------- end OUTLINE ----------->
<br>
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
if(NS4){
  firstEl = "elOneParent";
  firstInd = getIndex(firstEl);
  showAll();
  arrange();
}
//-->
</SCRIPT>
</body>
</html>

⌨️ 快捷键说明

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