📄 login.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>用户登录</title>
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<link rel="stylesheet" href="/MyBlog/images/style.css">
</HEAD>
<body onLoad="document.forms[0]['username'].focus()" topmargin="0" leftmargin="0" bgcolor="#f3f3f3">
<form id="Form1" action="/MyBlog/servlet/Login" method="post">
<table width="1000" cellpadding="0" cellspacing="0" border="0">
<tr height="100">
<td colspan="3"> </td>
</tr>
<tr>
<td width="200"> </td>
<td width="420" align="center" valign="bottom"><table width="360" border="1" cellpadding="0" cellspacing="0" style="BORDER-RIGHT:#cccccc 1px solid; BORDER-TOP:#cccccc 1px solid; BORDER-LEFT:#cccccc 1px solid; BORDER-BOTTOM:#cccccc 1px solid; BORDER-COLLAPSE:collapse; BACKGROUND-COLOR:#ffffff">
<tr height="30">
<td colspan="2" align="center" background="/MyBlog/images/main/l-bg1.jpg"><font color="#ffff66"><b>博客登录</b></font></td>
</tr>
<tr height="30">
<td width="60" rowspan="5"> </td>
<td width="300">帐 号</td>
</tr>
<tr height="30">
<td><input type="text" name="username" Width="120" />
</td>
</tr>
<tr height="30">
<td>密 码</td>
</tr>
<tr height="30">
<td><input type="password" name="password" Width="120" />
</td>
</tr>
<tr height="40">
<td><INPUT type="submit" id="loginButton" value="登录" style="buttoncss"> <input type="reset" id="reset" value="重置" style="buttoncss"></td>
</tr>
</table>
</td>
<td><img src="/MyBlog/images/login.gif"></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -