?? menu.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 + -