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

📄 index.jsp

📁 JSP制作的图书管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>上海海事大学教材管理系统,信息053设计</title>
<style type="text/css">
<!--
body {
	background-image: url(MainImages/background.gif);
}
.STYLE1 {
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
}
.STYLE2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}
.STYLE3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.STYLE6 {color: #FFFFFF; font-size: 12px; font-weight: bold; font-family: "宋体"; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.STYLE8 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "宋体";
}
-->
</style></head>

<body>
<table width="773" height="450" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
  <tr>
    <td height="115" align="center" valign="middle" background="MainImages/background.gif"><div align="center"><img src="MainImages/logo.gif" width="64" height="64" /><img src="MainImages/smutitle.gif" width="268" height="64" /><span class="STYLE2">教材管理系统</span></div>
    <p align="right" class="STYLE3">上海海事大学信息053</p></td>
  </tr>
  
  <tr>
    <td height="256" background="MainImages/background.gif"><table width="379" height="228" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
	<td><div align="center" class="STYLE8">&nbsp;&nbsp; 用户登陆</div></td>
	</tr>
      <tr>
        <td height="57">
		<form name="form" method="post" action="Help/check.jsp">
		<div align="center"><span class="STYLE6">账号:</span>
		  <input type="text" name="userid" style="width:120px;height:15px;">
		  </div>
		<p align="center">
		<span class="STYLE6">密码:</span>
		<input type="password" name="password" style="width:120px;height:15px;"><p align="center">
		<input name="reset" type="reset" id="reset" value="重置">
		<input name="submit" type="submit" id="reset" value="提交">
		<span class="STYLE6"><a href="Help/register.jsp">用户注册</a></span>
		</form> </td>
      </tr>
      <tr>
        <td height="32"><center>
		  <%
				String error = request.getParameter("error");
				if (error == null) {

				} else {
					if (error.equals("2")) {
						out.println("<font color=#FFFFFF face='宋体' size=2>请填写用户信息!</font>");
					} else {
						if (error.equals("1")) {
					out.println("<font color=#FFFFFF face='宋体' size=2>用户或者密码信息异常!</font>");
						}
					}
				}
			%>
        </center></td>
      </tr>
      <tr>
        <td valign="top"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="40" background="MainImages/background.gif"><div align="center"><span class="STYLE1"><strong>Copyright&copy;2008 </strong>上海海事大学信息053 </span></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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