📄 viewexaminee.jsp
字号:
<%@ page language="java"
import="java.util.*,edu.yinhe.mis.vo.*,edu.yinhe.system.common.GlobalNames"
pageEncoding="UTF-8"%>
<%@ page buffer="16kb"%>
<jsp:directive.page import="edu.yinhe.mis.vo.ExamineeVO" />
<jsp:directive.page import="edu.yinhe.mis.dto.AssessDTO" />
<jsp:directive.page import="javax.servlet.http.*" />
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%
String path = request.getContextPath();
String roomId=(String)request.getAttribute("classroom");
%>
<HTML>
<HEAD>
<TITLE>考试管理</TITLE>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<LINK href="../css/general.css" type=text/css rel=stylesheet>
<LINK href="../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>
<META content="MSHTML 6.00.2900.3243" name=GENERATOR>
</HEAD>
<BODY>
<div id="closeshow" style="display: none;">
<div id="closewindow">
<div class="msg_block">
<iframe id="login_frame" name="login_frame" src="" frameborder="0"
marginheight="0" marginwidth="0" scrolling="no"
allowTransparency="true"></iframe>
</div>
</div>
<div id="graydiv"></div>
</div>
<H1>
<SPAN>银河管理中心 - 评卷管理 </SPAN>
</H1>
<DIV class=form-div>
</DIV>
<!-- start goods list -->
<DIV class=list-div id=listDiv>
<TABLE cellSpacing=1 cellPadding=3 align="center">
<TBODY>
<%
ExamineeVO examineeVO=(ExamineeVO)request.getAttribute("examineeVO");
if(examineeVO==null){
response.sendRedirect("/yhsoft1/edu/yinhe/mis/control/QueryExamineeAction?method=query");
}
%>
<tr>
<TD align="right" width="380">
考生姓名:
</TD>
<td >
<%=examineeVO.getName() %>
</td>
</tr>
<tr>
<TD align="right" width="380">
考 号:
</TD>
<td>
<%=examineeVO.getExam_NO() %>
</td>
</tr>
<tr>
<TD align="right" width="380">
密 码:
</TD>
<td>
<%=examineeVO.getPassword() %>
</td>
</tr>
<TD align="right" width="380">
考试科目:
</TD>
<td>
<%=examineeVO.getObject_name() %>
</td>
<tr>
<TD align="right" width="380">
考 场:
</TD>
<td>
<%=examineeVO.getCheck_ID() %>
</td>
</tr>
<tr >
<TD rowspan="2" align="center">
<a href="javascript:history.back()">返 回</a>
</TD>
<td>
</td>
</tr>
</TBODY>
</TABLE>
<!-- end goods list -->
</DIV>
<DIV id=footer>
<BR>
版权所有 @2005-2007 湖北银河软件开发有限公司,并保留所有权利。
</DIV>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -