You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.0 KiB

5 months ago
<%@ 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><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">
<script type="text/javascript" src="js/My97DatePicker/WdatePicker.js" charset="gb2312"></script>
</head>
<body >
<p><3E><><EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD>б<EFBFBD><D0B1><EFBFBD></p>
<form name="form1" id="form1" method="post" action="">
<20><><EFBFBD><EFBFBD>: <20>γ<EFBFBD><CEB3><EFBFBD><EFBFBD>ƣ<EFBFBD><input name="kechengmingcheng" type="text" id="kechengmingcheng" class="form-control2" />
<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'>ѧ<><D1A7></td>
<td bgcolor='#cccccc'>ѧԱ</td>
<td bgcolor='#cccccc' width='80' align='center'><3E>Ƿ<EFBFBD>֧<EFBFBD><D6A7></td>
</tr>
<%
new CommDAO().delete(request,"baomingxinxi");
String url = "baomingxinxi_list3.jsp?1=1";
String sql = "select * from baomingxinxi where jiaolian='"+request.getSession().getAttribute("username")+"' ";
if(request.getParameter("kechengmingcheng")=="" ||request.getParameter("kechengmingcheng")==null ){}else{sql=sql+" and kechengmingcheng like '%"+request.getParameter("kechengmingcheng")+"%'";}
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("xuefei") %></td>
<td><%=map.get("xueyuan") %></td>
<td align='center'><%=map.get("iszf")%> </td>
</tr>
<%
}
%>
</table>
<br>
<p class="fy">${page.info }</p>
</body>
</html>