⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.asp

📁 多多网店系统v3.01 完全免费可用版-功能简介: 支持多模板皮肤色切换[8套] 支持按商品特性[推荐商品/特价商品/新品分类]浏览 支持按商品类别浏览 支持单件商品用支付宝交易按钮直接支付订
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>左侧导航</title>
<link rel="stylesheet" type="text/css" href="style.css">
<base target="main">
</head>

<body>
<script language="JavaScript">
function ClearAllDeploy(){
	var deployitem=FetchCookie("deploy");
	var admin_start;
	var userdeploy='';
	admin_start= deployitem ? deployitem.indexOf("\n") : -1;
	if(admin_start!=-1){
		userdeploy=deployitem.substring(0,admin_start);
	}
	for(i=0;i<20;i++){
		obj=document.getElementById("cate_"+"id"+i);	
		img=document.getElementById("img_"+"id"+i);
		if(obj && obj.style.display=="none"){
			obj.style.display="";
			img_re=new RegExp("_open\\.gif$");
			img.src=img.src.replace(img_re,'_fold.gif');
		}
	}
	deployitem=userdeploy+"\n\t\t";
	SetCookie("deploy",deployitem);
}
function SetAllDeploy(){
	var deployitem=FetchCookie("deploy");
	var admin_start;
	var userdeploy='';
	var admindeploy='';
	var i;
	admin_start= deployitem ? deployitem.indexOf("\n") : -1;
	if(admin_start!=-1){
		userdeploy=deployitem.substring(0,admin_start);
	}
	for(i=0;i<20;i++){
		obj=document.getElementById("cate_"+"id"+i);	
		img=document.getElementById("img_"+"id"+i);
		if(obj && obj.style.display==""){
			obj.style.display="none";
			img_re=new RegExp("_fold\\.gif$");
			img.src=img.src.replace(img_re,'_open.gif');
		}
		admindeploy=admindeploy+"id"+i+"\t";
	}
	deployitem=userdeploy+"\n\t"+admindeploy;
	SetCookie("deploy",deployitem);
}
function IndexDeploy(ID,type){
	obj=document.getElementById("cate_"+ID);	
	img=document.getElementById("img_"+ID);
	if(obj.style.display=="none"){
		obj.style.display="";
		img_re=new RegExp("_open\\.gif$");
		img.src=img.src.replace(img_re,'_fold.gif');
		SaveDeploy(ID,type,false);
	}else{
		obj.style.display="none";
		img_re=new RegExp("_fold\\.gif$");
		img.src=img.src.replace(img_re,'_open.gif');
		SaveDeploy(ID,type,true);
	}
	return false;
}
function SaveDeploy(ID,type,is){
	var foo=new Array();
	var deployitem=FetchCookie("deploy");
	var admin_start;
	var admindeploy='';
	var userdeploy='';
	admin_start= deployitem ? deployitem.indexOf("\n") : -1;
	if(admin_start!=-1){
		admindeploy= deployitem.substring(admin_start+1,deployitem.length);
		userdeploy = deployitem.substring(0,admin_start);
	}
	if(deployitem!=null){
		if(admin_start!=-1){
			deployitem = type==0 ? userdeploy : admindeploy;
		}
		deployitem=deployitem.split("\t");
		for(i in deployitem){
			if(deployitem[i]!=ID && deployitem[i]!=""){
				foo[foo.length]=deployitem[i];
			}
		}
	}
	if(is){
		foo[foo.length]=ID;
	}
	deployitem = type==0 ? "\t"+foo.join("\t")+"\t\n"+admindeploy : userdeploy+"\n\t"+foo.join("\t")+"\t";
	SetCookie("deploy",deployitem)
}
function SetCookie(name,value){
	expires=new Date();
	expires.setTime(expires.getTime()+(86400*365));
	document.cookie=name+"="+escape(value)+"; expires="+expires.toGMTString()+"; path=/";
}
function FetchCookie(name){
	var start=document.cookie.indexOf(name);
	var end=document.cookie.indexOf(";",start);
	return start==-1 ? null : unescape(document.cookie.substring(start+name.length+1,(end>start ? end : document.cookie.length)));
}
</script>


<table border="0" width="100%" cellpadding="4" style="border:1px solid #CCCCCC; border-collapse: collapse; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" bgcolor="#FFFFFF">
	<tr>
		<td align="center" bgcolor="#FF6600"><font color="#FFFFFF"><b>多多网店-免费版</b></font></td>
	</tr>
	<tr>
		<td align="center" bgcolor="#FFE1CE">
		<a target="_blank" href="http://www.51duoduo.com/">51duoduo.com</a></td>
	</tr>
	<tr>
		<td align="center"><a onclick="return ClearAllDeploy()" href="#">+ 展开菜单</a>&nbsp;&nbsp; &nbsp;<a onclick="return SetAllDeploy()" href="#">- 关闭</a></td>
	</tr>
	<tr>
		<td align="center"><a href="Right.asp" target="main">后台首页</a> <font color="#999999">| </font>&nbsp;<a href="Admin_LoginOut.asp" target=_parent>退出管理</a></td>
	</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td height="30"><font color="#FF0000">&gt;&gt;<a href="ClearAll.asp" target="main"><font color="#FF0000">点此清空所有数据</font></a></font></td>
	</tr>
	<tr>
		<td height="1"></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id1',1)"><img id="img_id1" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id1',1)" class="a_black">基本设置</td>
	</tr>
	<tbody id="cate_id1" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a target="main" href="Root_Info_Set.asp">基本资料设置</a></li>
		   <li><a target="main" href="Root_Model_Set.asp">网站模板设置</a></li>
		   <li><a target="main" href="Root_AboutUs_Set.asp">关于我们设置</a></li>
		   <li><a target="main" href="Root_Option_Set.asp">参数选项设置</a></li>
		   <li><a href="Root_NetPay_Set.asp" target="main">在线支付设置</a></li>
		   <li><a href="Root_Deliver_Set.asp" target="main">送货方式设置</a><br></li>
		   <li><a href="Root_PassWord_set.asp" target="main">管理密码设置</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id2',1)"><img id="img_id2" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id2',1)" class="a_black">商品管理</td>
	</tr>
	<tbody id="cate_id2" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a target="main" href="Product_Class_List.asp">类别管理</a> |
			<a href="Product_Class_Add.asp">添加</a></li>
		   <li><a target="main" href="Product_Info_List.asp">商品管理</a> | 
			<a target="main" href="Product_Info_Add.asp">添加</a></li>
		   <li><a target="main" href="Product_Info_Search.asp">商品高级搜索</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id3',1)"><img id="img_id3" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id3',1)" class="a_black">订单管理</td>
	</tr>
	<tbody id="cate_id3" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a href="Order_info_List.asp" target="main">订单管理</a></li>
		   <li><a href="Order_info_search.asp" target="main">订单高级搜索</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id4',1)"><img id="img_id4" src="images/cate_open.gif" border=0></a>
		<a href="#" onclick="return IndexDeploy('id4',1)" class="a_black">新闻管理</a></td>
	</tr>
	<tbody id="cate_id4" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a target="main" href="News_Info_Add.asp">新闻动态添加</a></li>
		   <li><a href="news_info_list.asp" target="main">新闻动态管理</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id5',1)"><img id="img_id5" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id5',1)" class="a_black">留言管理</a></td>
	</tr>
	<tbody id="cate_id5" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a target="main" href="GB_Info_List.asp">留言管理</a></li></td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id7',1)"><img id="img_id7" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id7',1)" class="a_black">广告管理</a></td>
	</tr>
	<tbody id="cate_id7" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a href="adv_middle_set.asp" target="main">首页轮显广告</a></li>
		   <li><a href="adv_left_set.asp" target="main">左侧图标广告</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>

<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id8',1)"><img id="img_id8" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id8',1)" class="a_black">帮助中心</a></td>
	</tr>
	<tbody id="cate_id8" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a href="help_info_add.asp" target="main">帮助信息添加</a></li>
		   <li><a href="help_info_list.asp" target="main">帮助信息管理</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>


<table cellspacing="1" cellpadding="4" width="100%" class="tableborder">
	<tr>
		<td class="header"><a style="float:right" href="#" onclick="return IndexDeploy('id9',1)"><img id="img_id9" src="images/cate_open.gif" border=0></a>
		  <a href="#" onclick="return IndexDeploy('id9',1)" class="a_black">友情链接</a></td>
	</tr>
	<tbody id="cate_id9" style="display:none;">
	<tr>
		<td class="altbg2">
		   <li><a href="link_info_add.asp" target="main">友情链接添加</a></li>
		   <li><a href="link_info_list.asp" target="main">友情链接管理</a></li>
		</td>
	</tr>
	</tbody>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="8">
	<tr>
		<td></td>
	</tr>
</table>


<table border="1" width="100%" cellpadding="4" style="border-collapse: collapse; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" bgcolor="#FFFFCC" bordercolor="#808080">
	<tr>
		<td align="center" bgcolor="#808080">
		<p align="left"><font color="#FFFFFF"><b>友情建议:</b></font></td>
	</tr>
	<tr>
		<td align="left"><font color="#808080">如果你觉得多多网店不错,请向朋友们推荐,谢谢!</font><b><font color="#FF6600">完全免费!</font></b></td>
	</tr>
	<tr>
		<td align="left"><font color="#808080">如果你需要更多功能,更强大的网店系统,我们建议您使用</font><font color="#FF6600"><b>&quot;多多网店正式商业版&quot;</b></font></td>
	</tr>
	<tr>
		<td align="center"><font color="#FF0000">
		<a href="http://www.51duoduo.com/bijiao.htm"><font color="#0000FF"><u>
		点此查看正式商业版与免费版的区别</u></font></a></font></td>
	</tr>
	<tr>
		<td align="center">开发商:<a target="_blank" href="http://www.51duoduo.com/">绿森科技</a></td>
	</tr>
</table>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -