📄 adminlogin.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="conn.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 140%
}
BODY {
FONT-SIZE: 9pt; LINE-HEIGHT: 140%
}
A:link {
COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
A:active {
COLOR: #ff0000; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff0000; TEXT-DECORATION: underline
}
.header {
font-family: Tahoma, Verdana; font-size: 9pt; color: ffffff; background-color: rgb(128,128,192)
}
.category{
font-family: Tahoma, Verdana; font-size: 9pt; color: #000000; background-color: ffffff
}
</STYLE>
<title>管理员登录</title>
</head>
<body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<%@ include file="head.jsp"%>
<form action="admincheck1.jsp" method="post">
<table style="BORDER-COLLAPSE: collapse" borderColor=#808080 width="300" border="1" align="center" cellpadding=1>
<tr><td align="center" class="header" colspan=2>管理员登录</td></tr>
<tr>
<td align="center">请输入管理员名称</td>
<td> <input type=text name="adminname" size=15></td>
</tr>
<tr>
<td align="center">请输入管理员密码</td>
<td> <input type=password name="adminpwd" size=15></td>
</tr>
</table>
<center><br><input type=submit name="submit" value="确认"> <input type=reset name="reset" value="清空"></center>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -