📄 login.jsp
字号:
<%@ page errorPage="LoginFormErrorPage.jsp" %>
<html>
<head>
<title>Login</title>
<style type="text/css">
<!--
.back { background-attachment: fixed; background-image: url(images/back_login.gif); background-repeat: no-repeat; background-position: center center}
-->
</style>
</head>
<body class="back">
<div id="Layer1" style="position:absolute; left:259px; top:153px; width:376px; height:160px; z-index:1">
<form action="<%= response.encodeURL("j_security_check")%>" method="post">
<div align="center">
<center>
<table border="0" width="78%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="126">
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="141">
<tr>
<td width="16%"> </td>
<td width="20%"> </td>
<td width="14%"> </td>
<td width="50%"> </td>
</tr>
<tr valign="middle">
<td width="16%" align="center"> </td>
<td width="20%"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2" color="#990000">Username:</td>
<td width="14%"> </td>
<td width="50%">
<input type="text" name="j_username" size="20">
</td>
</tr>
<tr valign="middle">
<td width="16%" align="center" height="23"> </td>
<td width="20%" height="23"><font size="-2" face="Verdana, Arial, Helvetica, sans-serif" color="#990000">Password:
</td>
<td width="14%" height="23"> </td>
<td width="50%" height="23">
<input type="password" name="j_password" size="20">
</td>
</tr>
<tr>
<td width="16%"> </td>
<td width="20%"> </td>
<td width="14%"> </td>
<td width="50%">
</td>
</tr>
<tr>
<td width="16%"> </td>
<td width="20%"> </td>
<td width="14%"> </td>
<td width="50%">
<input type="submit" name="Submit" value="Login">
<input type="reset" value="Reset" name="reset">
<input type="hidden" name="j_uri" value="/do/main">
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</form>
</div>
<span class="back"></span> <span class="back"></span>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -