📄 hzsa.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page pageEncoding="GB2312"%>
<% request.setCharacterEncoding("GB2312"); %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>教职工管理系统</title>
<link rel="stylesheet" href="../emx_nav_right.css" type="text/css">
<script type="text/javascript">
<!--
var time = 3000;
var numofitems = 7;
//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = 7;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}
//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}
function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
}
}
// -->
</script>
<style type="text/css">
<!--
.style10 {font-size: 16px; color: #0066FF; }
#Layer1 {
position:absolute;
left:814px;
top:112px;
width:149px;
height:27px;
z-index:1;
}
.STYLE15 {font-size: 16px; color: #000000; }
-->
</style>
</head>
<body onmousemove="closesubnav(event);">
<div id="Layer1">
<table width="120">
<tr>
<td><a href="/JzgMis/cjlr.jsp"></a></td>
</tr>
</table>
</div>
<table width="96%" height="100%" border="0" align="center" cellspacing="0">
<tr>
<td height="52" colspan="6" background="../image/top_bg.gif"><table width="466" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="269"><img src="../image/logo.jpg" width="269px" height="52"></td>
<td width="167"><img src="../image/top_2.gif" width="167px" height="52"> </td>
<td width="30"></td>
</tr>
</table></td>
</tr>
</table>
<div class="skipLinks">skip to: <a href="#content">page content</a> | <a href="pageNav">links on this page</a> | <a href="#globalNav">site navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>
<div id="masthead">
<br>
<br>
<br>
<div id="globalNav">
<img alt="" src="../image/gblnav_left.gif" height="32" width="4" id="gnl"> <img alt="" src="../image/glbnav_right.gif" height="32" width="4" id="gnr">
<div id="globalLink">
<a href="#" id="gl1" class="glink" onmouseover="ehandler(event,menuitem1);">教职工基本信息管理</a>
<a href="#" id="gl2" class="glink" onmouseover="ehandler(event,menuitem2);">其他信息管理</a>
<a href="#" id="gl3" class="glink" onmouseover="ehandler(event,menuitem3);">信息查询</a>
<a href="index.jsp" id="gl4" class="glink" onmouseover="ehandler(event,menuitem4);">安全退出</a>
</div>
<!--end globalLinks-->
</div>
<!-- end globalNav -->
<div id="subglobal1" class="subglobalNav">
<a href="jbxx.jsp">基本信息</a> |
<a href="cjxx.jsp">惩奖信息</a> |
<a href="ndkh.jsp">年度考核</a> </div>
<div id="subglobal2" class="subglobalNav">
<a> </a>
<a> </a>
<a> </a>
<a href="zc.jsp">注册新用户</a> |
<a href="khxx.jsp">年度考核</a> |
<a href="yhgl.jsp">用户管理</a> </div>
<div id="subglobal3" class="subglobalNav">
<a> </a>
<a> </a>
<a> </a>
<a href="grxxcx.jsp">个人信息查询</a> |
<a href="khxxcx.jsp">考核信息查询</a> |
<a href="hzxxcx.jsp">惩奖信息查询</a> </div>
<div id="subglobal4" class="subglobalNav"> </div>
<div id="subglobal5" class="subglobalNav"> </div>
<div id="subglobal6" class="subglobalNav"> </div>
<div id="subglobal7" class="subglobalNav"> </div>
<div id="subglobal8" class="subglobalNav"> </div>
</div>
<div id="pagecell1">
<table width="98%" border="1" bordercolorlight="#CC99FF" cellpadding="2" bordercolordark="#FFFFFF" cellspacing="0">
<tr>
<td height="30"><p align="center"><font size="5" face="华文新魏">查询结果</font> </p></td>
</tr>
<tr>
<td height="90"><table width="98%" border="1" align="center" bordercolorlight="#CC99FF" cellpadding="2" bordercolordark="#FFFFFF" cellspacing="0">
<tr align="center" valign="middle">
<td height="20"><font size="4" face="华文新魏">用户名</font></td>
<td width="549"><font size="4" face="华文新魏">具体事件</font></td>
<td width="380"><font size="4" face="华文新魏">时间</font></td>
</tr>
<c:forEach items="${rs}" var="si">
<tr align="center" valign="middle">
<td width="209" height="25"><span class="STYLE15">${si.user}</span></td>
<td width="549"><span class="STYLE15">${si.content}</span></td>
<td width="380"><span class="STYLE15">${si.time}</span></td>
</tr>
</c:forEach>
</table></td>
</tr>
<tr>
<td height="30" align="center"><font size="4" face="华文新魏">
</font> </td>
</tr>
</table>
</div>
<!-- end masthead -->
<!--end pagecell1-->
<br>
<script type="text/javascript">
<!--
var menuitem1 = new menu(7,1,"hidden");
var menuitem2 = new menu(7,2,"hidden");
var menuitem3 = new menu(7,3,"hidden");
var menuitem4 = new menu(7,4,"hidden");
var menuitem5 = new menu(7,5,"hidden");
var menuitem6 = new menu(7,6,"hidden");
var menuitem7 = new menu(7,7,"hidden");
// -->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -