温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日网上商城购物系统源码
当前文件:
MingriNetShop/Manger/Left.aspx,打开代码结构图
MingriNetShop/Manger/Left.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Left.aspx.cs" Inherits="Manger_Left" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
<script runat="server"> 5
6
protected void Menu12_MenuItemClick(object sender, MenuEventArgs e) 7
{ 8
} 9
</script> 10
11
<html xmlns="http://www.w3.org/1999/xhtml" > 12
<HEAD> 13
<title>功能导航</title> 14
<style type="text/css"> 15
body { background:#7F9ED9; margin:0px; font:normal 12px 宋体; scrollbar-face-color: #799AE1; scrollbar-highlight-color: #799AE1; scrollbar-shadow-color: #799AE1; scrollbar-darkshadow-color: #799AE1; scrollbar-3dlight-color: #799AE1; scrollbar-arrow-color: #FFFFFF;scrollbar-track-color: #AABFEC;} 16
table { border:0px; } 17
td { font-size:12px ; } 18
img { vertical-align:bottom; border:0px; } 19
a { font-size: 12px ; color:#215DC6; text-decoration:none; } 20
a:hover { color:#428EFF } 21
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; background:#E2ECFD; padding:5px 2px;} 22
.menu_title { } 23
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; } 24
.menu_title2 { } 25
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; } 26
</style> 27
</HEAD> 28
<body> 29
<script language="javascript" type="text/javascript"> 30
<!-- 31
function menuChange(obj,menu) 32
{ 33
if(menu.style.display=="") 34
{ 35
obj.background="../Images/admin_title_bg_hide.gif"; 36
menu.style.display="none"; 37
}else{ 38
obj.background="../Images/admin_title_bg_show.gif"; 39
menu.style.display=""; 40
} 41
} 42
43
function proLoadimg() 44
{ 45
var i=new Image; 46
i.src='../Images/admin_title_bg_hide.gif'; 47
i.src='../Images/admin_title_bg_show.gif'; 48
} 49
function hideMenu(menu) 50
{ 51
menu.style.display="none"; 52
53
} 54
proLoadimg(); 55
--> 56
</script> 57
<table cellSpacing="0" cellPadding="0" width="158" align="center"> 58
<tr> 59
<td style="background:url('../Images/admin_title_bg_quit.gif')" height="25"> <A href="main.aspx" target="right"><strong>管理首页</strong></A> 60
<A href="../User/index.aspx" target="_top"><strong>退出</strong></A> 61
</td> 62
</tr> 63
</table> 64
65
<table cellSpacing="0" cellPadding="0" align="center"> 66
<tr style="CURSOR: hand"> 67
<td height="25" class="menu_title" style="background:url('../Images/admin_title_bg_show.gif'); width: 154px;" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" onclick="menuChange(this,menu1);"> 68
<span>订单管理</span> 69
</td> 70
</tr> 71
<tr> 72
<td style="width: 154px"> 73
<div class="sec_menu" id="menu1" style="WIDTH: 158px"> 74
<table cellSpacing="0" cellPadding="0" width="140" align="center" border="0"> 75
76
<tr> 77
<td height="20"><A href="OrderList.aspx?OrderList=00" target="right">未确认</A> | <A href="OrderList.aspx?OrderList=01" target="right"> 78
已确认</A> 79
</td> 80
</tr> 81
<tr> 82
<td style="height: 20px"><A href="OrderList.aspx?OrderList=10" target="right">未付款</A> | <A href="OrderList.aspx?OrderList=11" target="right"> 83
已付款</A> 84
</td> 85
</tr> 86
<tr> 87
<td height="20"><A href="OrderList.aspx?OrderList=20" target="right">未发货</A> | <A href="OrderList.aspx?OrderList=21" target="right"> 88
已发货</A> 89
</td> 90
</tr> 91
<tr> 92
<td height="20"><A href="OrderList.aspx?OrderList=30" target="right">未归档</A> | <A href="OrderList.aspx?OrderList=31" target="right"> 93
已归档</A> 94
</td> 95
</tr> 96
97
98
</table> 99
</div> 100
</td> 101
</tr> 102
</table> 103
104
<script>hideMenu(menu1);</script> 105
106
<table cellSpacing="0" cellPadding="0" width="158" align="center"> 107
<tr style="CURSOR: hand"> 108
<td height="25" class="menu_title" style="background:url('../Images/admin_title_bg_show.gif'); width: 165px;" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" onclick="menuChange(this,menu2);"> 109
<span>商品管理</span> 110
</td> 111
</tr> 112
<tr> 113
<td style="width: 165px"> 114
<div class="sec_menu" id="menu2" style="WIDTH: 158px"> 115
<table cellSpacing="0" cellPadding="0" width="140" align="center" border="0"> 116
117
<tr> 118
<td height="20"><A href="ProductAdd.aspx" target="right">商品添加</A>| <A href="Product.aspx" target="right"> 119
管理</A> 120
</td> 121
</tr> 122
123
<tr> 124
<td height="20"><A href="CategoryAdd.aspx" target="right">类别添加</A>| <A href="Category.aspx" target="right"> 125
管理</A> 126
</td> 127
</tr> 128
129
</table> 130
</div> 131
</td> 132
</tr> 133
</table> 134
<script>hideMenu(menu2);</script> 135
136
<table cellSpacing="0" cellPadding="0" width="158" align="center"> 137
<tr style="CURSOR: hand"> 138
<td height="25" class="menu_title" style="background:url('../Images/admin_title_bg_show.gif')" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" onclick="menuChange(this,menu3);"> 139
<span>会员管理</span> 140
</td> 141
</tr> 142
<tr> 143
<td> 144
<div class="sec_menu" id="menu3" style="WIDTH: 158px"> 145
<table cellSpacing="0" cellPadding="0" width="140" align="center"> 146
147
<tr> 148
<td height="20"><A href="MemberAdd.aspx" target="right">添加管理员</A>| <A href="Member.aspx" target="right"> 149
管理</A></td> 150
</tr> 151
152
<tr> 153
<td height="20"><A href="Manager.aspx" target="right">管理会员</A></td> 154
</tr> 155
156
</table> 157
</div> 158
</td> 159
</tr> 160
</table> 161
<script>hideMenu(menu3);</script> 162
163
<table cellSpacing="0" cellPadding="0" width="158" align="center"> 164
<tr style="CURSOR: hand"> 165
<td height="25" class="menu_title" style="background:url('../Images/admin_title_bg_show.gif')" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" onclick="menuChange(this,menu4);"> 166
<span>物流系统</span> 167
</td> 168
</tr> 169
<tr> 170
<td> 171
<div class="sec_menu" id="menu4" style="WIDTH: 158px"> 172
<table cellSpacing="0" cellPadding="0" width="140" align="center"> 173
174
<tr> 175
<td height="20"><A href="Payment.aspx?Action=Add" target="right">支付方式添加</A> | <A href="Payment.aspx?Action=Manage" target="right"> 176
管理</A></td> 177
</tr> 178
179
<tr> 180
<td height="20"><A href="Shipping.aspx?Action=Add" target="right">配送方式添加</A> | <A href="Shipping.aspx?Action=Manage" target="right"> 181
管理</A></td> 182
</tr> 183
<tr> 184
<td height="20"><A href="ShipArea.aspx?Action=Add" target="right">配送地点添加</A> | <A href="ShipArea.aspx?Action=Manage" target="right"> 185
管理</A></td> 186
</tr> 187
188
189
</table> 190
</div> 191
</td> 192
</tr> 193
</table> 194
<script>hideMenu(menu4);</script> 195
196
<table cellSpacing="0" cellPadding="0" width="158" align="center"> 197
<tr style="CURSOR: hand"> 198
<td height="25" class="menu_title" style="background:url('../Images/admin_title_bg_show.gif')" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" onclick="menuChange(this,menu5);"> 199
<span>系统管理</span> 200
</td> 201
</tr> 202
<tr> 203
<td> 204
<div class="sec_menu" id="menu5" style="WIDTH: 158px"> 205
<table cellSpacing="0" cellPadding="0" width="140" align="center"> 206
<%--<tr> 207
<td height="20




}
}