|
|
|
|
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
|
|
|
|
|
<%@page import="util.Info"%>
|
|
|
|
|
<%@page import="dao.CommDAO"%>
|
|
|
|
|
<%@page import="util.PageManager"%>
|
|
|
|
|
|
|
|
|
|
<%
|
|
|
|
|
response.setContentType("application/vnd.ms-excel");
|
|
|
|
|
response.addHeader("Content-Disposition", "attachment;filename=jianshenxinxi.xls");
|
|
|
|
|
%>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</title>
|
|
|
|
|
<link rel="stylesheet" href="images/hsgcommon/common.css" type="text/css">
|
|
|
|
|
<link rel="stylesheet" href="images/hsgcommon/div.css" type="text/css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body >
|
|
|
|
|
<p><3E><><EFBFBD>н<EFBFBD><D0BD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD>б<EFBFBD><D0B1><EFBFBD></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<table width="100%" border="1" align="center" cellpadding="3" cellspacing="1" bordercolor="cccccc" >
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="30" align="center" bgcolor="cccccc"><3E><><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td bgcolor='#cccccc'><3E>û<EFBFBD><C3BB><EFBFBD></td>
<td bgcolor='#cccccc'><3E><><EFBFBD><EFBFBD></td>
<td bgcolor='#cccccc'><3E><><EFBFBD><EFBFBD></td>
<td bgcolor='#cccccc'><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td>
<td bgcolor='#cccccc'>ʱ<><CAB1></td>
<td bgcolor='#cccccc'>Ч<><D0A7></td>
|
|
|
|
|
<td width="138" align="center" bgcolor="cccccc"><3E><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
|
|
|
|
|
String url = "jianshenxinxi_list.jsp?1=1";
|
|
|
|
|
String sql = "select * from jianshenxinxi where 1=1";
|
|
|
|
|
sql+=" order by id desc";
|
|
|
|
|
ArrayList<HashMap> list = PageManager.getPages(url,15,sql, request);
|
|
|
|
|
int i=0;
|
|
|
|
|
for(HashMap map:list){
|
|
|
|
|
i++;
|
|
|
|
|
|
|
|
|
|
%>
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="30" align="center"><%=i %></td>
|
|
|
|
|
<td><%=map.get("yonghuming") %></td>
<td><%=map.get("xingming") %></td>
<td><%=map.get("riqi") %></td>
<td><%=map.get("jianshenleixing") %></td>
<td><%=map.get("shichang") %></td>
<td><%=map.get("xiaoguo") %></td>
|
|
|
|
|
<td width="138" align="center"><%=map.get("addtime") %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݹ<EFBFBD><%=i %><3E><>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|