📄 grade.jsp
字号:
<%@ 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"> </p>
<hr/>
<p class="text_link"><font size="2" face="宋体">About JSTU - 公司简介 - 联系方法 - 相关法律
- 客户服务 <br />
江苏技术师范学院版权所有</font></p>
<p class="text_link"><font size="-1">Copyright 2009.
JSTU Technologies Inc. All Rights Reserved </font></p>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -