📄 adminlogin.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java"%>
<%@ taglib prefix="c" uri="/WEB-INF/c.tld" %>
<%@ taglib prefix="fmt" uri="/WEB-INF/fmt.tld" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<title>登陆中心</title>
<script language="javascript" type="text/javascript">
function exitSystem(){
window.close();
}
</script>
</head>
<body>
<center>
<table width="100%" border="1">
<tr>
<td> </td>
</tr>
</table>
<form method="POST" action="/lmhshop/servlet/AdminLoginServlet">
<input type="hidden" id="forward" name="forward" value="${param.forward}"/>
<table width="296" height="174" border="1">
<tr>
<td width="73"height="20" align="right" nowrap><B>用户名:</B></td>
<td width="207" height="20" nowrap><input height="20" id="suser" name="suser" type="text" value="${cookie.login_name.value}" /></td>
</tr>
<tr>
<td height="20" align="right" nowrap><B>密 码:</B></td>
<td nowrap><input height="20"id="spwd" name="spwd" type="password" /></td>
</tr>
<tr>
<td height="20" align="center" nowrap><B>效验码:</B></td>
<td nowrap><input name="varify" type="text" id="varify" size="4" maxlength="4" width="100" height="20" />
<img id="vimg" name="vimg" src="/lmhshop/font/img2.jsp" />
<a href="#" onClick="vimg.src='/lmhshop/font/img2.jsp';return false;" style="cursor:hand;" >看不清换张</a></td>
</tr>
<tr>
<td height="28" colspan="2" align="center"><input type="submit" value="登陆"/>
<input type="reset" value="退出" onClick="exitSystem();"/> </td>
</tr>
</table>
</form>
<table width="100%" border="1">
<tr>
<td> </td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -