www.gusucode.com > 山寨版广告信息招贴网源码程序 > 山寨版广告信息招贴网源码程序/ewuyi/dir_发布/admin/index.asp

    <!-- #include file="conn.asp"-->
<!-- #include file="Sess.asp"-->
<%
If Session("user")="" Then
Response.Redirect "login.asp"
End If
set rs=Server.CreateObject("ADODB.RecordSet")
sql="select * from ewuyi_info"
rs.open sql,conn,1,1
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><%=Session("user")%> - 管理中心 - ewuyi.net</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="zh-cn" />
<meta content="Copyright 2007 ewuyi.net" name="copyright" />
<link href="../css/accounts.css" type="text/css" rel="stylesheet" />
</head>
<body bgcolor="#FFFFFF">
<DIV id=Head>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
 <tr>
 <td width="220" align="center" style="padding:1px 0px 0px 0px;"><a href="../index.asp" onFocus="this.blur();"><img src="../img/logo.gif" width=206 height=50 vspace=7 border=0 alt="分类广告网管理系统"></a></td>
 <td valign="top" style="padding:1px 0px 0px 0px;"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
 <tr>
 <td align="right" valign="top" style="padding:6px 16px 0px 0px;">
 
 <strong><%=Session("user")%></strong> - <a href="../index.asp" class="linkNo">网站首页</a> </td>
 </tr>
</table>
</td>
 </tr>
</table> 
 <table width="100%" border="0" cellpadding="2" cellspacing="1" style="border-top:1px solid #99B2CC; border-bottom:1px solid #99B2CC;">
 <tr>
 <td height="20" bgcolor="#DBE9F4">&nbsp;您的位置:<strong><%=Session("user")%></strong> 的管理中心</td>
 </tr>
 </table>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <td width="160" valign="top" style="padding:6px 0px 0px 0px;">
<!-- #include file="Menu.asp"-->
<table width="100%" border="0" cellspacing="1" cellpadding="2" style="margin-bottom:30px;">
 <tr>
 <td height="1" background="../img/dot_line.gif"></td>
 </tr>
</table>
 </td>
 <td width="1" background="../img/dot_line.gif"></td>
 <td valign="top" style="padding:10px 16px 60px 16px;"> <table class="border" height="62" cellspacing="1" cellpadding="3" width="98%" align="center"
 border="0">
 <tbody>
 <tr class="title">
 <td>
 欢迎使用管理系统
 </td>
 </tr>
 <tr class="sysinfo">
 <td class="sysinfo" height="1"> </td>
 </tr>
 </tbody>
 </table>
 <table class="border" cellspacing="1" cellpadding="3" width="98%" align="center"
 border="0">
 <tbody>
 <tr class="title">
 <td height="33" align=left>&nbsp;<b>信息记录</b></td>
 </tr>
 <tr class="sysinfo">
 <td class="sysinfo" height="28">
 <strong><%=Session("user")%></strong>&nbsp;您好! 身份:超级管理员组 今天是:<%=year(now)%>年<%=month(now)%>月<%=day(now)%>日 <%=weekdayname(weekday(now))%>
 </td>
 </tr>
 <td>
 共有信息发布: <b><font color="red"><%=rs.Recordcount%></font></b> 个。</td> 
 </tbody>
 </table>
 <table class="border" height="33" cellspacing="1" cellpadding="3" width="98%" align="center"
 border="0">
 <tbody>
 <tr class="title">
 <td width="100%" height="25" align=left>
 <b>&nbsp;开发团队</b></td>
 </tr>
 <tr class="sysinfo">
 <td height="25">
 ewuyi.net</td>
 </tr>
 </tbody>
 </table>
 <table class="border" height="132" cellspacing="1" cellpadding="5" width="98%" align="center"
 border="0">
 <tbody>
 <tr class="title">
 <td colspan="4" align=left>
 <b>&nbsp;联系我们</b></td>
 </tr>
 <tr class="sysinfo">
 <td width="13%" height="20">
 <div align="center">
 官方网站</div>
 </td>
 <td width="30%" height="20">
 <a href="http://ewuyi.net/" target="_blank">ewuyi.net</a></td>
 <td width="12%">
 </td>
 <td width="45%"></td>
 </tr>
 <tr class="sysinfo">
 <td colspan="4" height="20">
 <div align="center">
 &copy; 2007 <a href="index.asp">ewuyi.net 软件</a> Inc. All Rights Reserved</div>
 </td>
 </tr>
 </tbody>
 </table>
</td>
 </tr>
 </table>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<%call footer%></div>
</body>
</html>