📄 adminlogin.jsp
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>中华英才网后台登录</title>
<LINK href="../css/style.css" type=text/css rel=stylesheet>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body bgcolor="lightblue">
<form action="/ChinaHR/adminInfo.do" method="post">
<br><br><br><br><br><br>
<table width="420" height="119" cellSpacing=1 cellPadding=1 align="center"
width="90%" bgColor=#c6c6c6 border=0>
<tr>
<td width="141" colspan="3" background=../images/light-bg.png >管理员登录 </td>
<input type="hidden" value="login" name="method"/>
</tr>
<tr>
<td bgColor=#e6f1f2 align="right">用户名:</td>
<td bgColor=#e6f1f2 colspan="2">
<input type="text" name="userid" />
</td>
</tr>
<tr>
<td bgColor=#e6f1f2 align="right">密 码:</td>
<td bgColor=#e6f1f2 colspan="2">
<input type="password" name="pwd" />
</td>
</tr>
<tr>
<td bgColor=#e6f1f2 align="right"> </td>
<td bgColor=#e6f1f2 colspan="2">
<INPUT class="crmbutton small save"
type=submit value=登录>
<INPUT class="crmbutton small create" type="reset" value=重置>
</td>
</tr>
</table>
</form>
<%Object obj=request.getAttribute("error");
if(obj!=null){
%>
<script type="text/javascript">
alert('<%=obj%>');
</script>
<%} %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -