|
|
|
|
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
|
|
|
|
|
<%@page import="util.Info"%>
|
|
|
|
|
<%@page import="dao.CommDAO"%>
|
|
|
|
|
<%@page import="util.PageManager"%>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
<title><3E><><EFBFBD><EFBFBD></title>
|
|
|
|
|
<LINK href="css.css" type=text/css rel=stylesheet>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body >
|
|
|
|
|
<p><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D4B0>б<EFBFBD><D0B1><EFBFBD></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<table width="100%" border="1" align="center" cellpadding="3" cellspacing="1" bordercolor="#00FFFF" style="border-collapse:collapse">
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="4%" bgcolor="A4B6D7"><3E><><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td width="12%" bgcolor='#A4B6D7'><3E>dz<EFBFBD></td><td width="4%" bgcolor='#A4B6D7'>ͷ<><CDB7></td><td width="10%" bgcolor='#A4B6D7'>QQ</td><td width="11%" bgcolor='#A4B6D7'><3E><><EFBFBD><EFBFBD></td><td width="16%" bgcolor='#A4B6D7'><3E>绰</td>
|
|
|
|
|
<td width="12%" bgcolor="A4B6D7"><3E><><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td width="12%" bgcolor="A4B6D7"><3E><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1></td>
|
|
|
|
|
|
|
|
|
|
<td width="11%" bgcolor="A4B6D7"><3E>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td width="8%" bgcolor="A4B6D7"><3E><><EFBFBD><EFBFBD></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
new CommDAO().delete(request,"liuyanban");
|
|
|
|
|
String url = "liuyanban_list.jsp?1=1";
|
|
|
|
|
String sql = "select * from liuyanban where 1=1 ";
|
|
|
|
|
sql+=" order by id desc";
|
|
|
|
|
//out.print(sql);
|
|
|
|
|
ArrayList<HashMap> list = PageManager.getPages(url,10,sql, request );
|
|
|
|
|
int i=0;
|
|
|
|
|
for(HashMap map:list){
|
|
|
|
|
i++;
|
|
|
|
|
%>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%=i %></td>
|
|
|
|
|
<td><%=map.get("cheng") %></td><td><%= map.get("xingbie") %></td><td><%= map.get("QQ") %></td><td><%= map.get("youxiang") %></td><td><%= map.get("dianhua") %></td>
|
|
|
|
|
<td><%= map.get("neirong") %></td>
|
|
|
|
|
<td><%= map.get("addtime") %></td>
|
|
|
|
|
<td><%= map.get("huifuneirong") %></td>
|
|
|
|
|
<td> <a href="liuyanban_list.jsp?scid=<%=map.get("id") %>" onClick="return confirm('<27><><EFBFBD><EFBFBD>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD>')">ɾ<><C9BE></a> <a href="hf.jsp?id=<%=map.get("id")%>"><3E>ظ<EFBFBD></a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
</table>
|
|
|
|
|
<br>
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݹ<EFBFBD><%=i %><3E><>,<a style="cursor:pointer" onClick="javascript:window.print();"><3E><>ӡ<EFBFBD><D3A1>ҳ</a>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|