📄 login.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="${basePath}"/>
<meta http-equiv="Content-Language" content="zh-cn" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="action.js"></script>
<title>Chirs Noel Han</title>
</head>
<body>
<div id="content">
<div id="header">
<h1> OA系统</h1>
<pre><a href="#nogo"onclick="AddFavorite(window.location,document.title)">加入收藏</a> <a href="#nogo" onclick="SetHome(this,window.location)">设为首页</a> <a href="C:/">帮助</a></pre>
</div>
<div id="body">
<div id="login">
<div id="loginform">
<form name="loginForm" action="${actionBase}checklogin" method="post">
<table>
<tr>
<td width="50">会员名</td>
<td colspan="2"><input type="text" id="id" tabindex="1" class="text" onblur="checkID()" name="loginName"/></td>
</tr>
<tr>
<td>密码</td>
<td colspan="2"><input type="password" id="psw" tabindex="2" class="text" onblur="checkPass()" name="password"/></td>
</tr>
<tr>
<td> </td>
<td><input name="autoLogin" id="autoLogin" value="true" tabindex="3" type="checkbox"> 自动登录</td>
<td><a href="#" tabindex="4">找回密码</a></td>
</tr>
<tr>
<td> </td>
<td width="84">
<input name="submit" type="submit" value="" class="submit" tabindex="5"/> </td>
<td width="58"><input type="button" name="reg" value="" class="reg" tabindex="6"/></td>
</tr>
</table></form>
</div>
</div>
<iframe id="notice" frameborder="0" scrolling="no" src="notice.html"></iframe>
</div>
<div id="footer">
©Chris Noel Han 2008 All Rights Reserved.<br/><br/>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -