📄 appregist.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ page import="com.entity.*"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<base href="<%=basePath%>">
<html>
<head>
<title>中央机关及直属机构200年考试录用公务员报名系统</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<link rel="stylesheet" href="images/style.css" type="text/css" />
<script src="images/js/common.js"></script>
<style type="text/css">
<!--
body {
text-align: center;
}
-->
</style>
<SCRIPT language="JavaScript" type="text/JavaScript">
function checkform(myform) {
if (myform.emit_content.value==""){
alert("\n评论不能为空!");
return false;
}
else
if(document.myform.emit_content.value.indexOf("<")>=0||document.myform.emit_content.value.indexOf(">")>=0){
alert("请不要输入大于和小于号");
document.myform.emit_content.focus();
return false;
}
else {document.myform.submit();}
}
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/welcome.jpg" width="760" alt=""></td>
</tr>
</table>
<table id="__01" width="760" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="760" height="5" bgcolor="A60024"></td>
</tr>
</table>
<TABLE width="760" border="0" align="center" cellPadding="0" cellSpacing="0" bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD vAlign="top">
<TABLE cellSpacing="0" cellPadding="8" width="95%" align="center" border="0">
<TBODY>
<TR>
<TD width="169%">
<DIV class=tit align=center>
<br><p align="center" style="font-size:12pt"><strong>报名注册</strong></p>
</DIV></TD>
</TR>
<TR>
<TD class="main">
<FORM name=form1 action="servlet/AppRegistServlet" method="POST">
<TABLE align="center" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse" >
<TBODY>
<TR class=tBody1>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <B>用户名:</B></TD>
<TD width="65%" height="35" style="border: 1px solid #CCCCCC"> <INPUT name=appName class="bottom" size="20" maxLength=18 > <span style="color:red;"> * </span>
(<SPAN class=highLight>必填</SPAN> ) </TD></TR>
<TR class=tBody1>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <B>身份证号:</B></TD>
<TD width="65%" height="35" style="border: 1px solid #CCCCCC"> <INPUT name=appIndify class="bottom" size="20" maxLength=18 > <span style="color:red;"> * </span>
(<SPAN class=highLight>必填</SPAN> ) </TD></TR>
<TR class=tBody1>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <B>密码:</B></TD>
<TD width="65%" height="35" style="border: 1px solid #CCCCCC"> <INPUT name=appPassword type=password class="bottom" value="" size="20"> <span style="color:red;"> * </span>
(<SPAN class=highLight>必填</SPAN>,密码至少六位) </TD></TR>
<TR class=tBody1>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <B>重复密码:</B></TD>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <INPUT name=appPasswordToo type=password class="bottom" value="" size="20"> <span style="color:red;"> * </span>
(<SPAN class=highLight>必填</SPAN>,密码至少六位) </TD></TR>
<tr>
<td></td>
</tr>
<TR class=tBody1>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <B>问题:</B></TD>
<TD width="65%" height="35" style="border: 1px solid #CCCCCC">
<select name="passwordQuestion">
<option value="">无安全提问</option>
<option value="母亲的名字">母亲的名字</option>
<option value="爷爷的名字">爷爷的名字</option>
<option value="父亲出生的城市">父亲出生的城市</option>
<option value="您其中一位老师的名字">您其中一位老师的名字</option>
<option value="您个人计算机的型号">您个人计算机的型号</option>
<option value="您最喜欢的餐馆名称">您最喜欢的餐馆名称</option>
<option value="驾驶执照的最后四位数字">驾驶执照的最后四位数字</option>
</select>
</TD>
</TR>
<TR class=tBody1>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <B>答案:</B></TD>
<TD width="35%" height="35" style="border: 1px solid #CCCCCC"> <INPUT name=passwordAnswer type=text class="bottom" value="" size="20"> <span style="color:red;"> * </span>
请认真填写,可用于找回密码。 </TD></TR>
<TR class=tBody1>
<TD width="35%" height="35"></TD>
<TD width="65%"><INPUT type=submit value="确定 " class="button"> <INPUT type=button value=" 取消 " name="cancel" class="button" onclick="window.location.href='index.php'"> </TD></TR>
</TBODY>
</TABLE>
</FORM>
</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<table id="__01" width="760" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <img src="images/index_10.jpg" width="760" height="11" alt=""></td>
</tr>
</table>
</BODY>
</HTML>
<CENTER>
<div style="">
<hr size=2 width=480 color=A60024>
Copyright © 2007 - 2008 <b><font color=444444>中南大学</font> </b> All rights reserved
<br>中南大学信息院 齐晓宁 制作<br>版权所有<br> <br>
</div>
</CENTER>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -