📄 left.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"
import="java.sql.*"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>左部分</title>
<link href="../css/style.css" rel="stylesheet">
</head>
<body bgcolor="#EFF5F6">
<script language="javascript">
function change(str){
if(str.style.display=="none"){
str.style.display="";
imgs.src="../images/open_1_A.gif"
}
else{
str.style.display="none";
imgs.src="../images/open_1_A.gif"
}
}
function updatePassword(){
window.open('<%=request.getContextPath()%>/updatePassword/updatePassword.jsp','修改密码','width=300 height=200 scrollbar=no');
}
</script>
<table width="140" height="140" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td height="20" valign="top" class="head">
功能列表
</td>
<td width="10" rowspan="9" valign="top" class="head"></td>
</tr>
<tr>
<td width="145" height="20" valign="top" class="white">
<img src="../images/open_1_A.gif" width="39" height="16" border="0"
id="imgs">
<a href="#" onClick="change(Layer1)">工作目录</a>
</td>
</tr>
<tr id="Layer1">
<td align="right" valign="top" class="white">
<div style="position:insert;">
<table width="85%" border="0" align="right" cellpadding="0"
cellspacing="0">
<tr>
<td height="15" align="right">
<img src="../images/open_2_A.gif" width="58" height="16">
</td>
<td width="88%" height="15" valign="bottom">
<a
href="<%=request.getContextPath()%>/servlet/SelectClientServlet?num=1"
target="bottomFrame">客户管理</a>
</td>
</tr>
<tr>
<td height="15" align="right">
<img src="../images/open_2_A.gif" width="58" height="16">
</td>
<td height="15" valign="bottom">
<a href="<%=request.getContextPath()%>/LoadSearchPersonServlet"
target="bottomFrame">人事管理</a>
</td>
</tr>
<tr>
<td height="15" align="right">
<img src="../images/open_2_A.gif" width="58" height="16">
</td>
<td height="15" valign="bottom">
<a href="<%=request.getContextPath()%>/jsp/workJiLuAddResult.jsp"
target="bottomFrame"> 工作管理 </a>
</td>
</tr>
<tr>
<td height="15" align="right">
<img src="../images/open_2_A.gif" width="58" height="16">
</td>
<td height="15" valign="bottom">
<a href="<%=request.getContextPath()%>/material/index.jsp"
target="bottomFrame">物资管理</a>
</td>
</tr>
</table>
<script language="javascript">Layer1.style.display="none";</script>
</div>
</td>
</tr>
<tr>
<td height="17" valign="top" class="white">
<img src="../images/open_1_A.gif" width="39" height="16" border="0">
<a href="#" onClick="change(Layer2)">个人工具</a>
</td>
</tr>
<tr id="Layer2">
<td height="37" valign="top" class="white">
<div style="position:insert;">
<table width="85%" border="0" align="right" cellpadding="0"
cellspacing="0">
<tr>
<td height="32" valign="bottom">
<c:if test="${!empty user_rights}">
<c:choose>
<c:when test="${!empty user_rights.id18 }">
<td height="32" align="right">
<img src="../images/open_2_A.gif" width="58" height="16">
</td>
<td>
<a href="#" onclick="updatePassword();"> 修改密码 </a>
</td>
</c:when>
</c:choose>
</c:if>
</td>
</tr>
<script language="javascript">Layer2.style.display="none";</script>
</table>
</div>
</td>
</tr>
<tr>
<td height="17" valign="top" class="white">
<img src="../images/open_1_A.gif" width="39" height="16">
<a href="#" onClick="change(Layer3)">系统管理</a>
</td>
</tr>
<tr id="Layer3">
<td height="17" align="center" valign="top" class="white">
<div style="position:insert;">
<table width="85%" border="0" align="right" cellpadding="0"
cellspacing="0">
<tr>
<c:if test="${!empty user_rights}">
<c:choose>
<c:when test="${!empty user_rights.id19 }">
<td height="16" align="right">
<img src="../images/open_2_A.gif" width="58" height="16">
</td>
<td>
<a href="<%=request.getContextPath()%>/roes/index.jsp"
target="bottomFrame"> 权限管理 </a>
</td>
</c:when>
</c:choose>
</c:if>
</tr>
<script language="javascript">Layer3.style.display="none";</script>
</table>
</div>
</td>
</tr>
<tr>
<td height="17" valign="top" class="white">
<img src="../images/open_1_A.gif" width="39" height="16">
<a href="#" onClick="parent.close()">退出系统</a>
</td>
</tr>
<tr id="Layer6">
<td height="17" valign="top" class="white">
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -