?? login.jsp
字號:
<%@ page pageEncoding="UTF-8" %>
<%@ include file="/include/shortheader.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<script>
$(document).ready(function(){
$("#loginform").validate("validate-config/login.xml");
});
</script>
<logic:present name="errorMsg" >
<div id="msgBox" style="position:absolute; display:block; width:300px; height:250px; top:expression(screen.height/2-75);left:expression(screen.width/2-150);left: -60px; top: -89px;">
<table border="0" align="center" cellpadding="4" cellspacing="0" class="tablebox" style="background:#FFF;">
<tr>
<td class="boxtitle">系統(tǒng)提示</td>
</tr>
<tr>
<td> <div><bean:write name="errorMsg" /></div>
<br/>
<div> <a href="javascript:void(0)" onclick="$('#msgBox').hide();"> [關(guān)閉] </a> </div></td>
</tr>
</table>
</div>
</logic:present>
<form action="LoginAction.do" method="post" id="loginform">
<input type="hidden" name="dispatch" value="doLogin">
<table>
<tr>
<td>用戶名稱:</td>
<td><input type="text" name="userName" id="userName"></td>
</tr>
<tr>
<td>用戶密碼:</td>
<td><input type="password" id="password" name="pwd"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="denglu" value="登陸"> <input type="button" name="denglu" value="重置" onclick="reset(this.form)"></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -