?? menu.asp
字號(hào):
<!--#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>帳號(hào):<%=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>管理首頁(yè)</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="#">網(wǎng)站設(shè)置</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>銀行賬號(hào)</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>管理賬號(hào)</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>發(fā)表文章</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="#">產(chǎn)品管理</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">主機(jī)增加</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">主機(jī)管理</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">增加數(shù)據(jù)庫(kù)</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">數(shù)據(jù)庫(kù)管理</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="#">購(gòu)物管理</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>成功確認(rèn)</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="#">財(cái)務(wù)管理</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">入賬確認(rèn)</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>財(cái)務(wù)明細(xì)</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>財(cái)務(wù)總表</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>會(huì)員管理</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>郵件群發(fā)</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();">退出系統(tǒng)</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>版權(quán)所有: 五指峰網(wǎng)絡(luò)</SPAN></TD>
</TR>
<TR>
<TD align=left><SPAN class=style1>QQ: 125000706</SPAN></TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -