|
|
|
|
<%@ page language="java" import="java.util.*" contentType="text/html;charset=gb2312"%>
|
|
|
|
|
<jsp:useBean id="sn" scope="page" class="com.bean.SystemBean" />
|
|
|
|
|
<jsp:useBean id="tb" scope="page" class="com.bean.HzpBean" />
|
|
|
|
|
<%
|
|
|
|
|
String path = request.getContextPath();
|
|
|
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
|
|
String dir=sn.getDir();
|
|
|
|
|
%>
|
|
|
|
|
<HTML><HEAD><TITLE><3E><>̨<EFBFBD><CCA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
|
|
|
|
|
<LINK href="<%=basePath %><%=dir %>/images/Admin_Style.css" type=text/css rel=stylesheet>
|
|
|
|
|
<LINK href="<%=basePath %><%=dir %>/images/style.css" type=text/css rel=stylesheet>
|
|
|
|
|
<SCRIPT language=JavaScript src="<%=basePath %><%=dir %>/images/Common.js"></SCRIPT>
|
|
|
|
|
<STYLE type=text/css>
|
|
|
|
|
BODY {
|
|
|
|
|
MARGIN-LEFT: 0px; BACKGROUND-COLOR: #ffffff
|
|
|
|
|
}
|
|
|
|
|
.STYLE1 {color: #ECE9D8}
|
|
|
|
|
</STYLE>
|
|
|
|
|
</HEAD>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function del()
|
|
|
|
|
{
|
|
|
|
|
pageform.submit();
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<%
|
|
|
|
|
String message = (String)request.getAttribute("message");
|
|
|
|
|
if(message == null){
|
|
|
|
|
message = "";
|
|
|
|
|
}
|
|
|
|
|
if (!message.trim().equals("")){
|
|
|
|
|
out.println("<script language='javascript'>");
|
|
|
|
|
out.println("alert('"+message+"');");
|
|
|
|
|
out.println("</script>");
|
|
|
|
|
}
|
|
|
|
|
request.removeAttribute("message");
|
|
|
|
|
%>
|
|
|
|
|
<%
|
|
|
|
|
String member=(String)session.getAttribute("member");
|
|
|
|
|
if(member==null){
|
|
|
|
|
response.sendRedirect(path+"/error.jsp");
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
List pagelist3=tb.gegComMethod("select * from dd where member='"+member+"' and zt='<27>ѷ<EFBFBD><D1B7><EFBFBD>' order by id desc",6);
|
|
|
|
|
%>
|
|
|
|
|
<BODY >
|
|
|
|
|
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
|
|
|
|
<TBODY>
|
|
|
|
|
<TR>
|
|
|
|
|
<TD align="left" vAlign=top >
|
|
|
|
|
<table width='100%' cellspacing='1' cellpadding='3' bgcolor='#CCCCCC' class="tablewidth">
|
|
|
|
|
<tr class="head">
|
|
|
|
|
<td width="10%" align="center"><3E><><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td align="center"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td>
|
|
|
|
|
<td align="center"><3E><>ǰ״̬</td>
|
|
|
|
|
<td align="center"><3E><><EFBFBD>ʽ</td>
|
|
|
|
|
<td align="center">Ԥ<><D4A4>ʱ<EFBFBD><CAB1></td>
|
|
|
|
|
<td align="center"><3E>鿴<EFBFBD><E9BFB4>ϸ</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
if(!pagelist3.isEmpty()){
|
|
|
|
|
for(int i=0;i<pagelist3.size();i++){
|
|
|
|
|
List pagelist2 =(ArrayList)pagelist3.get(i);
|
|
|
|
|
%>
|
|
|
|
|
<tr class="trA" onMouseOver="this.className='trB'" onMouseOut="this.className='trA'">
|
|
|
|
|
<td width='10%' align="center" style="border-bottom:1px dotted #ccc;"><%=i+1 %></td>
|
|
|
|
|
<td align="center" bgcolor="#FFFFFF" style="border-bottom:1px dotted #ccc;"><%=pagelist2.get(1).toString() %></td>
|
|
|
|
|
<td align="center" bgcolor="#FFFFFF" style="border-bottom:1px dotted #ccc;"><%=pagelist2.get(3).toString() %></td>
|
|
|
|
|
<td align="center" bgcolor="#FFFFFF" style="border-bottom:1px dotted #ccc;"><%=pagelist2.get(4).toString() %></td>
|
|
|
|
|
<td align="center" bgcolor="#FFFFFF" style="border-bottom:1px dotted #ccc;"><%=pagelist2.get(5).toString() %></td>
|
|
|
|
|
<td align="center" bgcolor="#FFFFFF" style="border-bottom:1px dotted #ccc;"><a href="<%=basePath %>member/prep/info.jsp?ddid=<%=pagelist2.get(1).toString()%>"><3E>鿴<EFBFBD><E9BFB4>ϸ</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<%
|
|
|
|
|
}}
|
|
|
|
|
%>
|
|
|
|
|
</table>
|
|
|
|
|
</TD>
|
|
|
|
|
</TR>
|
|
|
|
|
</TBODY>
|
|
|
|
|
</TABLE>
|
|
|
|
|
|
|
|
|
|
</BODY>
|
|
|
|
|
<%} %>
|
|
|
|
|
</HTML>
|