⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manageroperation.jsp

📁 基于WEB的网上报名系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>南京工程高等职业学校网上报名系统</title>
<style type="text/css">
<!--
.style3 {font-weight: bold; font-size: 24px;}
.style6 {
	font-size: 16px;
	font-weight: bold;
}
.style8 {font-size: 24px}
.STYLE9 {
	color: #333333;
	font-family: "新宋体";
}
body {
	background-color: #f0f0f0;
	background-image: url();
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 100px;
}
#Layer1 {
	position:absolute;
	left:152px;
	top:187px;
	width:473px;
	height:303px;
	z-index:-1;
	visibility: visible;
}
.222 {
	filter: FlipH;
}
-->
</style>
</head>
<%
String managerName=(String)session.getAttribute("managerName");
String managerPassword=(String)session.getAttribute("managerPassword");
session.setAttribute("managerName",managerName);
session.setAttribute("managerPassword",managerPassword);
%>
<jsp:useBean id="login" class="internetsignup.ManagerLoginBean" scope="page"></jsp:useBean>
<script>
function checkLogin()
{
if(<%=managerName%>==null){alert("请从登录页面登录进入!");window.location.href("ManagerLogin.jsp");}
}
function checkDate(f1)
{
if(f1.signupDate.value==""){alert("请输入要查询的日期!");f1.signupDate.focus();return false;}
}
function checkAccount(f2)
{
if(f2.studentAccount.value==""){alert("请输入要查询的学生帐号!");f2.studentAccount.focus();return false;}
}
</script>
<body onLoad="checkLogin();">
<div align="center"><img src="gif/11111.jpg" width="800" height="102" align="absmiddle"></div>
<p align="center">&nbsp;</p>
<hr align="center" noshade color="#66CCFF">
<p align="center" class="style6 STYLE9">请选择你的操作</p>
<center><table width="483" height="268" border="0" align="center" bgcolor="#f0f0f0">
  <tr>
    <td width="526" bgcolor="#f0f0f0"><form name="form1" onSubmit="return checkDate(this)" method="post" action="QueryByDate.jsp">
            
       <div align="left">◆ 输入报名日期:
         <input name="signupDate" type="text" id="signupDate" value="<%=login.getTodayDate()%>" size="18">
         (格式:1981-4-1)
         <input type="submit" name="Submit5" value="查询">
       </div>
    </form>
      <form name="form2" method="post" onSubmit="return checkAccount(this)" action="QueryByStudentAccount.jsp">
        <div align="left">◆ 输入学生帐号:
          <input name="studentAccount" type="text" id="studentAccount" size="18">
          <input type="submit" name="Submit2" value="查询">
        </div>
      </form>
      <form name="form3" method="post" action="">
        <div align="left">◆
            <input type="button" name="Submit3" value="删除所有信息" onClick="location.href='ConfirmPassword.jsp'">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
      </form>
      <form name="form4" method="post" action="">
      <div align="left">◆
    <input type="button" name="Submit" value="修改密码" onClick="location.href='ChangeManagerPassword.jsp'">
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
      </form>
      <form name="form5" method="post" action="">
        
        <div align="left">◆
          <input type="button" name="Submit4" value="返回首页" onClick="location.href='SignUp.jsp'">
</div>
      </form>
    <p align="left"></p></td>
  </tr>
</table>
<form name="form1" onSubmit="return checkDate(this)" method="post" action="QueryByDate.jsp">
</form>
<p align="left">  </p>
<TABLE cellSpacing=0 cellPadding=0 width=750 align=center bgColor=#ffffff 
border=0>
  <TBODY>
    <TR>
      <TD><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
          <TBODY>
            <TR>
              <TD height=1><IMG height=1 src="" width=1></TD>
            </TR>
            <TR>
              <TD bgColor=#c6d6de height=4><IMG height=1 src="" width=1></TD>
            </TR>
            <TR>
              <TD height=1><IMG height=1 src="" width=1></TD>
            </TR>
          </TBODY>
        </TABLE>
          <TABLE cellSpacing=0 cellPadding=3 width=760 align=center border=0>
            <TBODY>
              <TR>
                <TD height=25 align=middle vAlign=bottom bgcolor="#f0f0f0"><div align="center"><FONT 
            color=#336699>南京工程高等职业学校招生办公室版权所有</FONT></div></TD>
              </TR>
            </TBODY>
        </TABLE></TD>
    </TR>
  </TBODY>
</TABLE>
<p align="center">&nbsp;</p>
<p align="center" class="style3">&nbsp; </p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -