📄 administrator.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=gb2312" %>
<% request.setCharacterEncoding("GB2312"); %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 36pt;
font-weight: bold;
color: #0099FF;
}
.STYLE2 {font-size: 24pt; font-weight: bold; color: #0099FF; }
.STYLE3 {
font-size: 24px;
color: #0099FF;
}
.STYLE4 {
color: #FF0000;
font-family: "Arial Black", "Arial Narrow", Basemic, "Basemic Symbol", "Bookman Old Style", "Century Gothic", Tahoma;
font-weight: bold;
}
.STYLE5 {font-size: 18px}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<p align="center" class="STYLE1">管理员登陆界面</p>
<p align="center" class="STYLE1"> </p>
<p align="center" class="STYLE2">管理员名:
<input type="text" name="textfield" />
</p>
<p align="center" class="STYLE2">管理密码:
<input type="password" name="textfield2" />
</p>
<p align="center" class="STYLE2">密码验证:
<input type="password" name="textfield3" />
</p>
<p align="center" class="STYLE2">
<input type="submit" name="Submit" value="登陆" />
<input type="reset" name="Submit2" value="重置" />
</p>
</form>
<form id="form2" name="form2" method="post" action="adminiLogin.jsp">
<p align="center">
<input type="submit" name="Submit3" value="注册" />
<span class="STYLE3"> <span class="STYLE4">你注册了吗?</span></span></p>
<p align="center"> </p>
<p align="center"><a href="index.jsp" class="STYLE5">返回首页</a></p>
<p> </p>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -