📄 editaudit1.jsp
字号:
<%@ page language="java" import="java.util.*" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ page pageEncoding="UTF-8"%>
<%@ page contentType="text/html;charset=UTF-8" language="java"%>
<%@ 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"%>
<title>婚登管理系统</title>
<body>
<table width="80%" align="center" >
<tbody>
<tr align="middle">
<td style="WIDTH: 221px; HEIGHT: 6px" align="middle" width="232"><span class="STYLE5"><font face="宋体">J040002811结婚登记信息</font></span></td>
<td style="WIDTH: 219px; HEIGHT: 6px" align="left" width="219"> </td>
<td style="WIDTH: 170px; HEIGHT: 6px" align="left" width="190"> </td>
<td style="HEIGHT: 6px" align="middle" width="201"><span
class="STYLE5">状态:未处理</span></td>
</tr>
<tr>
<td style="WIDTH: 456px" valign="top" align="left" colspan="2"><table cellspacing="0" cellpadding="0" width="98%" align="center"
bgcolor="#ffcfef" border="0">
<tbody>
<logic:present name="allcd" scope="request">
<logic:iterate id="list" name="allcd" type="task.domain.Reserve" indexId="index">
<tr>
<td class="date_heading" colspan="3"><span
class="style8 STYLE5">男方</span></td>
</tr>
<tr>
<td height="43"
colspan="2" class="date_table STYLE5" style="WIDTH: 137px; HEIGHT: 5px">姓名:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 5px">
<bean:write name="list" property="maleName"/></td>
</tr>
<tr>
<td
colspan="2" class="date_table STYLE5" style="WIDTH: 137px; HEIGHT: 30px">证件类型:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 30px">
<bean:write name="list" property="malePaperwork"/> </td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="WIDTH: 137px"><span
id="Mlbcardtype">身份证号</span>:</td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="maleId"/> </td>
</tr>
<tr>
<td
colspan="2" class="date_table STYLE5" style="WIDTH: 137px; HEIGHT: 16px">出生日期:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 16px">
<bean:write name="list" property="maleBirthday"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="WIDTH: 137px">文化程度: </td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="maleEducation"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="WIDTH: 137px">民族:</td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="maleNationality"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="WIDTH: 137px">职业:</td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="maleProfession"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="WIDTH: 137px">婚姻状况:</td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="maleStatus"/></td>
</tr>
<tr>
<td width="48"
rowspan="3" class="date_table STYLE5" style="WIDTH: 48px; HEIGHT: 75px"><span id="LbMhuji">户籍地</span> </td>
<td width="81" class="date_table1 STYLE5" style="WIDTH: 81px"> <span id="lbMprovice">省份:</span> </td>
<td width="65%" class="date_table1 STYLE5">
<bean:write name="list" property="maleProvince"/></td>
</tr>
<tr>
<td class="date_table1 STYLE5" style="WIDTH: 81px"> <span
id="lbMcity">市/地区:</span></td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="maleArea"/></td>
</tr>
<tr>
<td class="date_table1 STYLE5" style="WIDTH: 81px; HEIGHT: 17px"> <span id="lbMstation">街道:</span></td>
<td class="date_table1 STYLE5" style="HEIGHT: 17px">
<bean:write name="list" property="maleStreet"/></td>
</tr></logic:iterate>
</logic:present>
</tbody>
</table></td>
<td valign="top" align="left" colspan="2"><table cellspacing="0" cellpadding="0" width="98%" align="center"
bgcolor="#ffcfef" border="0">
<tbody>
<logic:present name="allcd" scope="request">
<logic:iterate id="list" name="allcd" type="task.domain.Reserve" indexId="index">
<tr>
<td class="date_heading" colspan="3"><span
class="style8 STYLE5">女方</span></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="HEIGHT: 4px">姓名:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 4px">
<bean:write name="list" property="femaleName"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5">证件类型:</td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="femalePaperwork"/> </td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5"><span
id="Wlbcardtype">身份证号</span>:</td>
<td class="date_table1 STYLE5">
<bean:write name="list" property="femaleId"/> </td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="HEIGHT: 29px">出生日期:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 29px">
<bean:write name="list" property="femailBirthday"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="HEIGHT: 29px">文化程度: </td>
<td class="date_table1 STYLE5" style="HEIGHT: 29px">
<bean:write name="list" property="femaleEducation"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="HEIGHT: 25px">民族:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 25px">
<bean:write name="list" property="femaleNationality"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="HEIGHT: 22px">职业:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 22px">
<bean:write name="list" property="femaleProfession"/></td>
</tr>
<tr>
<td colspan="2" class="date_table STYLE5" style="HEIGHT: 29px">婚姻状况:</td>
<td class="date_table1 STYLE5" style="HEIGHT: 29px">
<bean:write name="list" property="femaleStatus"/></td>
</tr>
<tr>
<td width="81"
rowspan="3" class="date_table STYLE5" style="WIDTH: 81px; HEIGHT: 70px"><p><span id="LbWhuji">户籍地</span></p>
<p> </p></td>
<td width="26%" class="date_table1 STYLE5"> <span
id="lbWprovice">省份:</span></td>
<td width="55%" class="date_table1 STYLE5">
<bean:write name="list" property="femaleProvince"/></td>
</tr>
<tr>
<td class="date_table1 STYLE5" style="HEIGHT: 22px"> <span
id="lbWcity">市/地区:</span></td>
<td class="date_table1 STYLE5" style="HEIGHT: 22px">
<bean:write name="list" property="femaleArea"/></td>
</tr>
<tr>
<td class="date_table1 STYLE5" style="HEIGHT: 12px"> <span
id="lbWstation">街道:</span></td>
<td class="date_table1 STYLE5" style="HEIGHT: 12px">
<bean:write name="list" property="femaleStreet"/> </td>
</tr>
</logic:iterate>
</logic:present>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" colspan="4">退回原因
<label>
<textarea name="textarea"></textarea>
<input type="submit" name="Submit" value="提交" />
<input type="submit" name="Submit2" value="退回" />
</label>
<table id="Table1" style="WIDTH: 854px; HEIGHT: 42px" cellspacing="0"
cellpadding="0" width="576" align="center" border="0">
<tbody>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -