⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 banner.jsp

📁 出试卷系统(包括前台教师出卷系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ page isELIgnored="false"%>
<html>
<head>
<title>ExamTest</title>
</head>

<body background="${pageContext.request.contextPath}/image/bg_left.jpg"
	leftmargin="3">
<br>
<br>
<c:if test="${!empty Teacher}">
				
			  <a href="${pageContext.request.contextPath}/choosePaper.do" target="main"><img
				src="${pageContext.request.contextPath}/image/error_normal.gif"  
				border="0" name="error_normal"></a>
			 <a href="${pageContext.request.contextPath}/paperManage.do" target="main"><img
				src="${pageContext.request.contextPath}/image/error_normal3.gif"
				border="0" name="error_normal"> </a>
			 <a href="${pageContext.request.contextPath}/paperAnlysis.do" target="main"><img
				src="${pageContext.request.contextPath}/image/error_normal1.gif"
				border="0" name="error_normal"></a>
</c:if>
<c:if test="${!empty student}">
			<a href="${pageContext.request.contextPath}/onlineTest.do" target="main"><img
				src="${pageContext.request.contextPath}/image/error_normal2.gif"
				border="0" name="error_normal"> </a>


	<a	href="${pageContext.request.contextPath}/gradeSearch.do" target="main"><img
		src="${pageContext.request.contextPath}/image/error_normal5.gif"
		border="0" name="error_normal"></a>
	<br>
</c:if>
 <a href="${pageContext.request.contextPath}/logout.do" target="_parent">
	<img src="${pageContext.request.contextPath}/image/error_normal6.gif"
	border="0" name="error_normal"></a><br>
<br><br>
<div align="left"></div>
</BODY>
</HTML>




⌨️ 快捷键说明

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