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

📄 student.jsp

📁 hibernate项目开发宝典该书籍的 源码
💻 JSP
字号:
<%@ include file="/pub/jsp/common.jsp" %>
<hxex:authority />
<html>
	<head>
		<title><bean:message key="homepage"/></title>
		<link rel="stylesheet" href="pub/css/common.css">
	</head>
	<body>
		<center>
		<h1><bean:message key="homepage.student.functionlist"/></h1>
		<table border="0">
			<tr>
				<td>
					<html:link href="logon.do?p=passwordin">
						<li><bean:message key="user.btn.password"/></li>
					</html:link>
				</td>
			</tr>
			<tr>
				<td>
					<html:link href="exam/testpaper.do?p=stulist">
						<li><bean:message key="testpaper.btn.list"/></li>
					</html:link>
				</td>
			</tr>
			<tr>
				<td>
					<html:link href="logon.do?p=logoff">
						<li><bean:message key="user.btn.logoff"/></li>
					</html:link>
				</td>
			</tr>
		</table>
		<p>&nbsp;<p>
		<img src="images/studenthome.gif" width="200">
		</center>
	</body>
</html>

⌨️ 快捷键说明

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