📄 studentmessage.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生选课系统</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-image: url(image/bg_002.gif);
}
.style2 {font-size: 16px}
.STYLE3 {color: #000000}
-->
</style></head>
<body>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td height="300" align="center" valign="top" bgcolor="#ECE9D8">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%"> </td>
<td width="95%" height="40"><div align="left"><font color="#FF0000"><strong><%=(String)session.getAttribute("name")%></strong></font> <font size="2">欢迎进入学生选课系统!</font></div></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td height="30" align="center" class="style2"><div align="center"><strong><font color="#0000FF">学生选课系统</font></strong></div></td>
</tr>
<tr>
<td><div align="left"><strong>毕业设计题目:</strong></div></td>
</tr>
<tr>
<td height="25"><div align="left">
<div align="left">基于B/S结构选课系统的设计与实现</div>
</div></td>
</tr>
<tr>
<td height="25"><div align="left"><strong>学生姓名:</strong></div></td>
</tr>
<tr>
<td height="25"><div align="left">李凯</div></td>
</tr>
<tr>
<td height="25"><strong>指导教师</strong>:赵华,崔忠玲</td>
</tr>
<tr>
<td height="25" align="right"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#0066CC">
<div align="center"><span class="STYLE3">Copyright ?1996-2008 ujn-ise-likai, All Rights Reserved</span></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -