📄 login.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"/>
<title>管理员登入界面</title>
<style type="text/css">
<!--
.STYLE1 {font-size: 18px}
-->
</style>
</head>
<body bgcolor="#FFFFCC">
<hr />
<table align="center" border="2" height="120">
<tr><td colspan="2">
<form action="hello.jsp" method="post" enctype="multipart/form-data" target="_blank">
<table>
<tr>
<td width="36%" height="40" align="right" valign="bottom" class="p3"><div align="justify"><span class="STYLE1">用户名</span><b>:</b></div></td>
<td class="p3" width="20%" valign="bottom">
<input name="userid" type="text" class="input1" value=admin size="20"> </td>
</tr>
<tr>
<td class="p3" align="right" height="50"><span class="STYLE1">密 码</span><b>:</b></td>
<td width="20%" ><input class="input1" name="lpassword" type="password" size="20" value=></td>
</tr>
<tr><td colspan="2"> <input type="radio" name="select" value="cert_no" checked>
图书管理
<input type="radio" name="select" value="bar_no">
用户管理
</td>
</tr>
<tr><td colspan="3" align="center" height="30">
<!---<a class="a2" href="reader_verify.php?number=&passwd="><img src="image/button.gif" border="0"></a>
--->
<input name="submit1" type=submit value="登陆">
</td></tr>
</table>
</form>
</td>
</tr>
</table>
<hr />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -