sf.jsp
上传用户:xie_wn
上传日期:2022-03-04
资源大小:941k
文件大小:1k
- <%@ page language="java" contentType="text/html; charset=GBK"
- pageEncoding="GBK"%>
- <!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=ISO-8859-1">
- <title>Insert title here</title>
- </head>
- <body>
- <TABLE width=349 border="1" align="center" cellpadding="4" bordercolor=#3366cc style="border-collapse: collapse">
-
- <TR class=tdc bgcolor=#EFF1F3>
- <TD width="130" align="center" noswap>性别:</TD>
- <TD width=* align="center" class=tdc2>${xb}</TD>
- </TR>
- <TR class=tdc bgcolor=#EFF1F3>
- <TD width="130" align="center" noswap>出生日期 :</TD>
- <TD width=* align="center" class=tdc2>${csrq}</TD>
- </TR>
- <TR class=tdc bgcolor=#EFF1F3>
- <TD width="130" align="center" noswap>发证地:</TD>
- <TD width=* align="center" class=tdc2>${fzd}</TD>
- </TR>
- <TR class=tdc bgcolor=#EFF1F3>
- <TD align="center">现为:</TD>
- <TD align="center" class=tdc2>${xw}</TD>
- </TR>
- </TABLE>
- </body>
- </html>