📄 bmqueren.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>计算机等级考试系统</TITLE>
<STYLE type=text/css>
BODY {
FONT-SIZE: 9pt; COLOR: #330099
}
TH {
FONT-SIZE: 9pt; COLOR: #330099
}
TD {
FONT-SIZE: 9pt; COLOR: #330099
}
SELECT {
FONT-SIZE: 9pt; COLOR: #330099
}
INPUT {
FONT-SIZE: 9pt; COLOR: #330099
}
.cl {
FONT-SIZE: 9pt; LETTER-SPACING: 1px
}
.STYLE1 {
font-family: "宋体";
font-weight: bold;
color: #0066FF;
font-size: 12pt;
}
</STYLE>
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY leftMargin=0 background=baoming/wz.gif topMargin=0>
<FORM action="addAction.do" >
<DIV class=cl align=center>
<TABLE height=600 cellSpacing=0 cellPadding=0 width=770 bgColor=#ecf3d3
border=0>
<TBODY>
<TR>
<TD vAlign=top width=198 height=60>
<TABLE height=600 cellSpacing=0 cellPadding=0 width=198 border=0>
<TBODY>
<TR vAlign=center>
<TD align=middle background=baoming/891.gif
height=55> </TD></TR>
<TR>
<TD background=baoming/892.gif height=281> </TD></TR>
<TR>
<TD background=baoming/893.gif height=131> </TD></TR>
<TR>
<TD background=baoming/894.gif
height=133> </TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width=572 height=60>
<TABLE height=600 cellSpacing=0 cellPadding=0 width=572 border=0>
<TBODY>
<TR>
<TD background=baoming/895.gif height=22> </TD></TR>
<TR vAlign=top>
<TD height=539>
<TABLE height=541 cellSpacing=0 borderColorDark=#ffffff
cellPadding=0 width=572 bgColor=#f6fbff borderColorLight=#9cdaff
border=0>
<TBODY>
<c:forEach items="${sessionScope.baoming}" var="item" >
<TR>
<TD colspan="2"><span class="STYLE1">报名信息如下请核对</span></TD>
</TR>
<TR>
<TD><strong>姓 名:</strong></TD>
<TD vAlign=top><c:out value="${item.name}"/></TD>
</TR>
<TR>
<TD><strong>身份证号:</strong></TD>
<TD vAlign=top><c:out value="${item.idcard}"/></TD>
</TR>
<TR>
<TD><strong>性 别:</strong></TD>
<TD vAlign=top><c:out value="${item.sex}"/></TD>
</TR>
<TR>
<TR>
<TD><strong>出生日期:</strong></TD>
<TD vAlign=top><c:out value="${item.birth}"/></TD>
</TR>
<TR>
<TD><strong>文化程度:</strong></TD>
<TD vAlign=top><c:out value="${item.culture}"/></TD>
</TR>
<TR>
<TD><strong>民 族:</strong></TD>
<TD vAlign=top><c:out value="${item.folk}"/></TD>
<TR>
<TD><strong>等级语言:</strong></TD>
<TD vAlign=top><c:out value="${item.grade}"/></TD>
</TR>
<TR>
<TD><strong>考生来源:</strong></TD>
<TD vAlign=top><c:out value="${item.address}"/></TD>
</TR>
<TR>
<TD><strong>通讯地址:</strong></TD>
<TD vAlign=top><c:out value="${item.address1}"/></TD>
</TR>
<TR>
<TD><strong>邮政编码:</strong></TD>
<TD vAlign=top><c:out value="${item.postcode}"/></TD>
</TR>
<TR>
<TD><strong>联系电话:</strong></TD>
<TD vAlign=top><c:out value="${item.phone}"/></TD>
</TR>
<TR>
<TD><strong>保留类别:</strong></TD>
<TD vAlign=top><c:out value="${item.save}"/></TD>
</TR>
<TR>
<TD><strong>原准考证号:</strong></TD>
<TD vAlign=top><c:out value="${item.yuan}"/></TD>
</TR>
<TR>
</c:forEach>
<TD height="35" colspan="2"><label for="Submit"></label>
<div align="center">
<input type="submit" name="Submit" value="提交" id="Submit">
<label for="label"></label>
<a href="chongZhiAction.do">重置</a>
</div>
<label for="label"></label>
<div align="center"></div></TD>
</TR>
</TBODY></TABLE></TD></TR>
<TR>
<TD height=39><IMG height=39 src="baoming/896.gif" width=572
useMap=#Map border=0><MAP name=Map><AREA shape=RECT
coords=349,1,446,18
href="index.jsp"></MAP></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></FORM></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -