index.jsp
来自「图书管理系统 jsp+tomcat+sql2000」· JSP 代码 · 共 50 行
JSP
50 行
<%@ 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>
<link href="css/style.css" rel="stylesheet">
</head>
<script src="js/validate.JS"></script>
<body>
<div align="center">
<form name="form" method="post" action="managerAction.do?method=checkManagerAction" onSubmit="return checkEmpty(form)">
<table width="474" height="128" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="Images/indexOne.jpg"> </td>
</tr>
</table>
<table width="474" height="144" border="0" cellpadding="0" cellspacing="0" bgcolor="#DFE9F3">
<tr align="center">
<td>
<table width="474" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120"> </td>
<td width="354"><table width="259" height="60" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#819BBC">
<tr >
<td width="84" bgcolor="#819BBC"><div align="center" class="word_white">操作员</div></td>
<td width="169" >
<input name="account" type="text"></td>
</tr>
<tr >
<td bgcolor="#819BBC"><div align="center" class="word_white">密 码</div></td>
<td>
<input name="password" type="password"></td>
</tr>
</table></td>
</tr>
</table>
<br>
<input type="submit" name="Submit2" value=" 登录 ">
<input type="reset" name="Submit" value=" 重置 ">
</td>
</tr>
</table> </form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?