grade.jsp

来自「出试卷系统(包括前台教师出卷系统」· JSP 代码 · 共 40 行

JSP
40
字号
<%@ page contentType="text/html; charset=gb2312" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ page isELIgnored="false"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>试卷浏览</title>
</head>

<body link="#000066" vlink="#0066FF" alink="#99FF00">
<hr size="1" noshade />
<div align="center"> 
    <table width="91%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="ccccff">
      <tr class="pp"> 
        <td width="13%" height="24">考试成绩</td>
		<td width="13%"><a href="gradeSearch.do">成绩查询</a></td>
      </tr>
    </table>
    <table width="91%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="ccccff">
      <tr > 
	  	<br />
        <td width="53%" height="24" align="center">你所选的课程:${course.name}[<strong>${paper.name}</strong>],得分是${totalCount}
		<br />
		</td>	
      </tr>
    </table>
 
</div>
<center>
  <p class="9P">&nbsp; </p>
  <hr/>
  <p class="text_link"><font size="2" face="宋体">About JSTU - 公司简介 - 联系方法 - 相关法律 
    - 客户服务 <br />
    江苏技术师范学院版权所有</font></p>
  <p class="text_link"><font size="-1">Copyright&nbsp;&nbsp;2009. 
    JSTU Technologies Inc. All Rights Reserved </font></p>
</center>	
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?