📄 menu.asp
字号:
<!--#include file="admin_dn.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE></TITLE>
<SCRIPT language=javascript>
function logout()
{
if(confirm("确定退出吗?"))
{
//document.target="_blank";
top.location="admin_exit.asp";
}
}
</SCRIPT>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE type=text/css>
BODY {
FONT-SIZE: 12px; MARGIN: 10px; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #336699; TEXT-DECORATION: none
}
A {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
A:hover {
COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: underline
}
.style1 {
COLOR: #ffffff
}
.title {
FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
</STYLE>
<META content="MSHTML 6.00.2900.2627" name=GENERATOR>
</HEAD>
<BODY>
<SCRIPT language=JavaScript>
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
if (ver4) {
with (document) {
write("<STYLE TYPE='text/css'>");
if (NS4) {
write(".parent {position:absolute; visibility:visible}");
write(".child {position:absolute; visibility:visible}");
write(".regular {position:absolute; visibility:visible}")
}
else {
write(".child {display:none}")
}
write("</STYLE>");
}
}
function getIndex(el) {
ind = null;
for (i=0; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.id == el) {
ind = i;
break;
}
}
return ind;
}
function arrange() {
nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
for (i=firstInd+1; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.visibility != "hide") {
whichEl.pageY = nextY;
nextY += whichEl.document.height;
}
}
}
function initIt(){
if (!ver4) return;
if (NS4) {
for (i=0; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
}
arrange();
}
else {
divColl = document.all.tags("DIV");
for (i=0; i<divColl.length; i++) {
whichEl = divColl(i);
if (whichEl.className == "child") whichEl.style.display = "none";
}
}
}
function expandIt(el) {
if (!ver4) return;
if (IE4) {
whichEl = eval(el + "Child");
if (whichEl.style.display == "none") {
whichEl.style.display = "block";
}
else {
whichEl.style.display = "none";
}
}
else {
whichEl = eval("document." + el + "Child");
if (whichEl.visibility == "hide") {
whichEl.visibility = "show";
}
else {
whichEl.visibility = "hide";
}
arrange();
}
}
onload = initIt;
</SCRIPT>
<IMG height=60
src="image/logo_1.gif" width=140 border=0>
<TABLE cellSpacing=1 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD align=left><SPAN class=style1>帐号:<%=session("adm_us")%></SPAN></TD>
</TR>
<TR>
<TD align=left><SPAN class=style1>日期:<%=date()%></SPAN></TD>
</TR>
</TBODY>
</TABLE>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
src="image/open.gif" border=0> <A class=title
href="welcome.asp"
target=main>管理首页</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV class=parent id=KB1Parent>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
onclick="expandIt('KB1'); return false" src="image/plus.gif"
border=0> <A class=title onclick="expandIt('KB1'); return false"
href="#">网站设置</A> </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=child id=KB1Child>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="site_basicinfo.asp"
target=main>基本资料</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="site_bankinfo.asp"
target=main>银行账号</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="site_admininfo.asp"
target=main>管理账号</A></TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=parent id=KB222Parent>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
onclick="expandIt('KB222'); return false" src="image/plus.gif"
border=0> <A class=title onclick="expandIt('KB222'); return false"
href="#">文章管理</A> </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=child id=KB222Child>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="article_add.asp"
target=main>发表文章</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="article_manage.asp"
target=main>修改删除</A></TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=parent id=KB2Parent>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
onclick="expandIt('KB2'); return false" src="image/plus.gif"
border=0> <A class=title onclick="expandIt('KB2'); return false"
href="#">产品管理</A> </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=child id=KB2Child>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_domain_add.asp" target="main">域名增加</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_domain_manage.asp" target="main">域名管理</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_host_add.asp" target="main">主机增加</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_host_manage.asp" target="main">主机管理</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_mail_add.asp" target="main">邮局增加</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_mail_manage.asp" target="main">邮局管理</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_db_add.asp" target="main">增加数据库</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_db_manage.asp" target="main">数据库管理</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="product_promote_add.asp" target="main">推广增加</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="product_promote_manage.asp" target=main>推广管理</A></TD>
</TR>
</TBODY>
</TABLE>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
</TBODY>
</TABLE>
</DIV>
<DIV class=parent id=KB4Parent>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
onclick="expandIt('KB4'); return false" src="image/plus.gif"
border=0> <A class=title onclick="expandIt('KB4'); return false"
href="#">购物管理</A> </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=child id=KB4Child>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="order_success.asp"
target=main>成功确认</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="order_view.asp" target="main">订单查看</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="order_manage.asp" target="main">订单管理</a></TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=parent id=KB5Parent>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
onclick="expandIt('KB5'); return false" src="image/plus.gif"
border=0> <A class=title onclick="expandIt('KB5'); return false"
href="#">财务管理</A> </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=child id=KB5Child>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="fee_success.asp" target="main">入账确认</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <a href="fee_manage.asp" target="main">入账管理</a></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="fee_detail.asp"
target=main>财务明细</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="fee_total.asp"
target=main>财务总表</A></TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=parent id=KB6Parent></DIV>
<DIV class=child id=KB6Child></DIV>
<DIV class=parent id=KB7Parent></DIV>
<DIV class=child id=KB7Child></DIV>
<DIV class=parent id=KB8Parent>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
onclick="expandIt('KB8'); return false" src="image/plus.gif"
border=0> <A class=title onclick="expandIt('KB8'); return false"
href="#">用户管理</A> </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV class=child id=KB8Child>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="member_manage.asp"
target=main>会员管理</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="member_agent.asp"
target=main>代理管理</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="member_faq.asp"
target=main>在线解答</A></TD>
</TR>
<TR>
<TD onmouseover="this.bgColor='#EEEEEE';"
onmouseout="this.bgColor='#FFFFFF';" bgColor=#ffffff> <IMG
src="image/open.gif" border=0> <A
href="admin_mail.asp"
target=main>邮件群发</A></TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<TABLE height=25 cellSpacing=0 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD onmouseover="this.bgColor='#CCCCCC';"
onmouseout="this.bgColor='#DDDDDD';" bgColor=#dddddd><IMG
src="image/open.gif" border=0> <A class=title
href="javascript:logout();">退出系统</A></TD>
</TR>
</TBODY>
</TABLE>
<SCRIPT language=JavaScript>
if (NS4) {
firstEl = "KB1Parent";
firstInd = getIndex(firstEl);
arrange();
}
</SCRIPT>
<TABLE cellSpacing=1 cellPadding=3 width=130 border=0>
<TBODY>
<TR>
<TD align=left> </TD>
</TR>
<TR>
<TD align=left><SPAN class=style1>版权所有: 五指峰网络</SPAN></TD>
</TR>
<TR>
<TD align=left><SPAN class=style1>QQ: 125000706</SPAN></TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -