www.gusucode.com > 521yy迷你留言板 1 > 521yy迷你留言板 1.0/51yyfeedback/feedback/admin/admin_index.asp

    <!--#include file="../inc/msg.asp" -->
<!--#include file="../inc/conn.asp" -->
<%
call manager(session("grade"),session("adminname"),2)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=sitename%> - 管理首页</title>
<link href="../inc/css.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico" />
<style type="text/css">
<!--
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style></head>
<body>
<TABLE height=21 cellSpacing=0 cellPadding=0 width=750 align=center border=0>
  <TBODY>
  <TR bgColor=#b1c9e4>
    <TD height=1 colspan="2"></TD></TR>
  <TR>
    <TD height=21 align="left" valign="middle" noWrap bgColor=#ccccff class=f12>&nbsp;<A class=f12 
      href="http://www.521yy.com/" target="_blank">首页</A> &gt; <a href="admin_index.asp">反馈管理</a> &gt; 管理员:<font color="#FF0000"><strong><%=SESSION("ADMINNAME")%></strong></font></TD>
    <TD align="right" valign="middle" noWrap bgColor=#ccccff class=f12><a href="admin_manage.asp" target="_blank">管理员项</a>丨<a href="../senlon.htm" target="_blank">非法信息拦截记录</a>丨<a href="admin_logout.asp">退出管理</a>&nbsp; </TD>
  </TR></TBODY></TABLE>
<p>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
    <td height="24" colspan="6" align="center" valign="middle"><strong>521yy迷你留言反馈系统 V1.0</strong><br></td>
  </tr>
  <tr>
    <td valign="top"> 
      <%
	  if request("del")<>"" and request("id")<>"" then
	  conn.execute"delete * from feedback where id="&trim(request("id"))
	  end if
	  set rs=server.CreateObject("adodb.recordset")
	  rs.open"select * from feedback",conn,1,1
	  do while not rs.eof%>
      <table width="750" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#ccCCFF">
        <tr> 
          <td> 
            <table  align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="28%" align="left">发布人: <%=rs("qname")%></td>
                <td width="28%" align="left">日期: <%=rs("qdate")%></td>
                <td width="35%" align="left">联系方式: <%=rs("qemail")%> </td>
                <td width="9%" align="right"> <a href=admin_index.asp?del=tre&id=<%=rs("id")%>>删 
                  除</a> </td>
              </tr>
            </table>          </td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td height="63" valign="top" bgcolor="#F6F6F6"> 
            <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0">
              <tr>
                <td><%=rs("quest")%></td>
              </tr>
            </table>          </td>
        </tr>
      </table>
	  <hr align="center" width="750" size="1" color=#cccccc noshade>
	  <%rs.movenext
	  loop
	  rs.close
	  set rs=nothing%> </td>
  </tr>
</table>
<TABLE height=22 cellSpacing=0 cellPadding=0 width=750 align=center border=0>
  <TBODY>
  <TR>
    <TD height=22 align="center" vAlign=center bgColor=#ccccff>
      &copy;2008 <A href="http://www.senlon.net/" 
      target=_blank>Senlon</A></TD>
  </TR></TBODY></TABLE>
</body>
</html>