|
|
|
|
<%@ 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><CEB3><EFBFBD>Ϣ</title>
|
|
|
|
|
<link rel="stylesheet" href="images/hsgcommon/common.css" type="text/css">
|
|
|
|
|
<link rel="stylesheet" href="images/hsgcommon/div.css" type="text/css">
|
|
|
|
|
<script type="text/javascript" src="js/My97DatePicker/WdatePicker.js" charset="gb2312"></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body >
|
|
|
|
|
<p><3E><><EFBFBD>пγ<D0BF><CEB3><EFBFBD>Ϣ<EFBFBD>б<EFBFBD><D0B1><EFBFBD></p>
|
|
|
|
|
<form name="form1" id="form1" method="post" action="">
|
|
|
|
|
<20><><EFBFBD><EFBFBD>:
|
|
|
|
|
<input type="submit" name="Submit" value="<22><><EFBFBD><EFBFBD>" class="btn btn-info btn-small" />
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<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><EFBFBD></td>
<td bgcolor='#cccccc'><3E>γ<EFBFBD><CEB3><EFBFBD><EFBFBD><EFBFBD></td>
<td bgcolor='#cccccc'><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ</td>
<td bgcolor='#cccccc' width='65' align='center'><3E>γ<EFBFBD><CEB3><EFBFBD><EFBFBD><EFBFBD></td>
<td bgcolor='#cccccc'>ѧ<><D1A7></td>
<td bgcolor='#cccccc' width='90' align='center'><3E><><EFBFBD><EFBFBD></td>
<td bgcolor='#cccccc' width='80' align='center'><3E>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td width="138" align="center" bgcolor="cccccc"><3E><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1></td>
|
|
|
|
|
<td width="220" align="center" bgcolor="cccccc"><3E><><EFBFBD><EFBFBD></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new CommDAO().delete(request,"kechengxinxi");
|
|
|
|
|
String url = "kechengxinxi_list2.jsp?1=1";
|
|
|
|
|
String sql = "select * from kechengxinxi where jiaolian='"+request.getSession().getAttribute("username")+"' ";
|
|
|
|
|
|
|
|
|
|
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("jiaolian") %></td>
<td><%=map.get("kechengmingcheng") %></td>
<td><%=map.get("duanlianbuwei") %></td>
<td><%=map.get("kechengriqi") %></td>
<td><%=map.get("xuefei") %></td>
<td width='90'><a class="btn btn-info btn-small" href='<%=map.get("fengmian") %>' target='_blank'><img src='<%=map.get("fengmian") %>' width=88 height=99 border=0 /></a></td>
<td width='80' align='center'><%=map.get("issh")%></td>
|
|
|
|
|
<td width="138" align="center"><%=map.get("addtime") %></td>
|
|
|
|
|
<td width="220" align="center"><a class="btn btn-info btn-small" href="kechengxinxi_updt.jsp?id=<%=map.get("id")%>"><3E><EFBFBD></a> <a class="btn btn-info btn-small" href="kechengxinxi_list2.jsp?scid=<%=map.get("id") %>" onClick="return confirm('<27><><EFBFBD><EFBFBD>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD>')">ɾ<><C9BE></a> <a class="btn btn-info btn-small" href="kechengxinxidetail.jsp?id=<%=map.get("id")%>" target="_blank"><3E><>ϸ</a> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
</table><br>
|
|
|
|
|
|
|
|
|
|
<p class="fy">${page.info }</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|