📄 index.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page language="java"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>登录</title>
<link rel="stylesheet" type="text/css" href="../style/style.css">
</head>
<body>
<center>
<%
String errmsg=request.getParameter("errmsg");
if(errmsg!=null)
out.print("<font color=red>"+errmsg+"</font>");
%>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="525" class="td5" align="center">
<img border="0" src="../img/null.gif" width="2" height="2"><b>管理员登录</b></td>
<td width="20" class="td6">
<img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center" height="200"><form name="form1" method="post" action="login.jsp">
<p>用户名:
<input name="name" type="text" id="name" size="20"> <br>
密 码:
<input name="password" type="password" id="password" size="20">
</p>
<p>
<input border="0" src="../img/button-login.gif" name="Submit" type="image" class="button">
<br>
<a href='adduser.jsp?act=forget1'>忘记密码</a> <a href="reguser.jsp">注册</a></p>
</form></td>
</tr>
<tr>
<td width="15">
<img border="0" src="../img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -