📄 checklist.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<jsp:directive.page import="edu.yinhe.mis.vo.ApplyVO"/>
<jsp:directive.page import="edu.yinhe.mis.vo.TeacherVO"/>
<jsp:directive.page import="java.util.ArrayList"/>
<jsp:directive.page import="java.util.Iterator"/>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<META content="noindex, nofollow" name=robots>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<LINK href="../css/CSS.css" type=text/css rel=stylesheet>
<LINK href="<%=path%>/admins/css/general.css" type=text/css
rel=stylesheet>
<LINK href="<%=path%>/admins/css/main.css" type=text/css
rel=stylesheet>
<SCRIPT src="<%=path%>/admins/js/transport.js" type=text/javascript></SCRIPT>
<SCRIPT src="<%=path%>/admins/js/common.js" type=text/javascript></SCRIPT>
<SCRIPT src="<%=path%>/admins/js/utils.js" type=text/javascript></SCRIPT>
<SCRIPT src="<%=path%>/admins/js/listtable.js" type=text/javascript></SCRIPT>
<SCRIPT src="<%=path%>/admins/js/login.js" type=text/javascript></SCRIPT>
<SCRIPT src="transport.js" type=text/javascript></SCRIPT>
<SCRIPT src="common.js" type=text/javascript></SCRIPT>
<META content="MSHTML 6.00.2900.3243" name=GENERATOR>
<style type="text/css">
td,th {height:25px;}
</style>
</head>
<body>
<H1>
<SPAN>银河综合系统管理中心--申请人信息列表:</SPAN>
</H1>
<form action="" method="post" name="form1">
<jsp:include page="/admins/paike/tiaoke/apply.html">
<jsp:param name="method" value="findInsteadMan_1" />
</jsp:include>
<%
TeacherVO tvo = (TeacherVO)request.getAttribute("tvo");
if(tvo!=null){
System.out.println(tvo.getTeacher_name()+"<<<<<<laoshi");
System.out.println(tvo.getId()+"<<<<<<<<<ididid");
}
%>
<table border="1" align="center" width="400"
style="border-collapse: collapse; font-size: 10pt">
<%
ApplyVO vo = (ApplyVO)request.getAttribute("vo");
System.out.println(vo.getId()+"$$$$$$$");
String teach_course = vo.getTeachCourse();
System.out.println(teach_course+"课程名");
%>
<tr style="background-color:#80BDCB">
<td colspan="9" align="center"><font size="5">申请人列表</font></td>
</tr>
<tr>
<th align="center">申请人</th>
<th colspan="2" align="center"><%=vo.getApplyMan() %></th>
</tr>
<tr>
<td align="center">工号</td>
<td colspan="2"align="center"><%=vo.getWorkNo() %></td>
</tr>
<tr>
<td align="center">教研组</td>
<td colspan="2" align="center"><%=vo.getResearchGroup() %></td>
</tr>
<tr>
<td align="center">所代班级</td>
<td colspan="2" align="center"><%=vo.getTeachClass() %></td>
</tr>
<tr>
<td align="center">所代课程</td>
<td colspan="2" align="center"><%=vo.getTeachCourse() %></td>
</tr>
<tr>
<td align="center">原因</td>
<td colspan="2" align="center"><%=vo.getReason() %></td>
</tr>
<tr>
<td align="center">替代人</td>
<td colspan="2" align="center"><%=vo.getInsteadMan() %></td><a href="<%=basePath %>admins/paike/tiaoke/apply.html?method=findInsteadMan&id=<%=vo.getId() %>&teachCourse='<%=vo.getTeachCourse() %>'">查找替代人</a>
</tr>
<tr>
<td align="center">开始日期</td>
<td colspan="2" align="center"><%=vo.getStartDate() %></td>
</tr>
<tr>
<td align="center">结束日期</td>
<td colspan="2" align="center"><%=vo.getEndDate() %></td>
</tr>
<tr>
<td align="center">申请时间</td>
<td colspan="2" align="center"><%=vo.getApplyTime() %></td>
</tr>
<tr>
<td align="center"><a href="<%=basePath %>admins/paike/tiaoke/apply.html?method=viewInstead&id=<%=vo.getId() %>&teacher_name=<%=vo.getInsteadMan() %>¤tPage=<%=11 %>">同意</a></td>
<td align="center"><a href="<%=basePath %>admins/paike/tiaoke/apply.html?method=query">不同意</a></td>
</tr>
</table>
</form>
<a href="<%=basePath %>admins/paike/tiaoke/apply.html?method=query">返回</a>
<DIV id=footer>版权所有 © 2005-2007 湖北银河信息技术学院,并保留所有权利。</DIV>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -