www.gusucode.com > 芝麻屋小小留言本 2.0码程序 > admin/top.asp

    <!--#include file="conn.asp" -->

<%
if not session("check")=1 then 
response.Redirect"left.asp"
else
end if
%>
<%
name=session("name")
exec="select * from admin where name='"+name+"'"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>小小网上(在线)报名系统</title>
<link href="icon/alink.css" rel="stylesheet" type="text/css">
</head>
<body background="icon/titlebg.gif"class="bt">
<table width="100%" height="48" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="16%" align="center" class="bt">留言本管理中心</td>
    <td width="84%"><table width="100%" height="46" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="6%" align="center" class="bg2"><a href="http://www.zhimawu.com/" target="mainFrame"><img src="icon/H.gif" width="14" height="14" border="0"></a>
          <iframe width="1" height="1" frameborder="0" scrolling="no">
          <script src="http://s123.cnzz.com/stat.php?id=817200&web_id=817200" language="JavaScript" charset="gb2312"></script>
          </iframe></td>
        <td width="31%" class="bg2"><%=session("name")%> [ <% if not session("name")="test" then %><a href="adminc.asp?id=<%=rs("id")%>" target="mainFrame"><% else %><a ><% end if %>密码修改</a> <% if session("name")="admin" then %>- <a href="set.asp" target="mainFrame">系统设置</a> <% end if %>- <a href="logout.asp" target="_parent" onclick='{if(confirm(&quot;确定退出? &quot;)){return true;}return false;}'>退出管理</a> ]</td>
        <td width="49%"><iframe width="100%" height="45" frameborder="0" scrolling="No"  src="http://www.zhimawu.com/liuyan/ad/top.asp"></iframe></td>
        <td width="14%" align="center" class="bg2"><A href="index.asp" target="mainFrame">关于</A> | <a href="http://www.zhimawu.com/liuyan/ad/help.asp">帮助</a></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="2" colspan="2" align="center" class="bg1"></td>
  </tr>
</table>
</body>
</html>