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

📄 indexleft.aspx

📁 这是一个网站
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="IndexLeft.aspx.cs" AutoEventWireup="false" Inherits="WareStore.frame.IndexLeft" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>IndexLeft</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<style type="text/css">BODY { SCROLLBAR-FACE-COLOR: #c6ebde; BACKGROUND: #ffffff; MARGIN: 0px; FONT: 9pt 宋体; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #39867b; SCROLLBAR-3DLIGHT-COLOR: #39867b; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #e2f3f1; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; TEXT-DECORATION: none }
	TABLE { BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px }
	TD { FONT: 12px 宋体 }
	IMG { BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px }
	A { FONT: 12px 宋体; COLOR: #000000; TEXT-DECORATION: none }
	A:hover { COLOR: #cc0000; TEXT-DECORATION: underline }
	.sec_menu { BORDER-RIGHT: white 1px solid; BACKGROUND: #c6ebde; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid }
	.menu_title { }
	.menu_title SPAN { FONT-WEIGHT: bold; LEFT: 8px; COLOR: #39867b; POSITION: relative; TOP: 2px }
	.menu_title2 { }
	.menu_title2 SPAN { FONT-WEIGHT: bold; LEFT: 8px; COLOR: #cc0000; POSITION: relative; TOP: 2px }
		</style>
		<SCRIPT language="javascript1.2">
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
		</SCRIPT>
	</HEAD>
	<body bgColor="infobackground" MS_POSITIONING="GridLayout">
		<table cellSpacing="0" cellPadding="0" width="100%" align="left" border="0">
			<tr>
				<td vAlign="top" bgColor="#39867b">
					<table cellSpacing="0" cellPadding="0" width="158" align="center" border="0">
						<tr>
							<td vAlign="bottom" height="42"><IMG height="38" src="../picture/title.jpg" width="158">
							</td>
						</tr>
					</table>
					<table cellSpacing="0" cellPadding="0" width="158" align="center">
						<tr>
							<td class="menu_title" id="menuTitle0" onmouseover="this.className='menu_title2';" style="CURSOR: hand; HEIGHT: 21px"
								onclick="showsubmenu(0)" onmouseout="this.className='menu_title';" background="../picture/title_bg_quit.gif"
								height="25"><span><A href="../frame/IndexMain.aspx" target="main"><b>管理首页</b></A> | <A href="../UserBusiness/UserLogin.aspx" target="_top">
										<b>注销</b></A></span>
							</td>
						</tr>
						<tr>
							<td id="submenu0">
								<div class="sec_menu" style="WIDTH: 158px">
									<table style="WIDTH: 147px; HEIGHT: 40px" cellSpacing="0" cellPadding="0" width="147" align="center">
										<tr>
											<td height="20">员工号:
												<asp:label id="lbl_uid" ForeColor="Red" runat="server"></asp:label></td>
										</tr>
										<tr>
											<td height="20">姓 &nbsp;名:
												<asp:Label id="lbl_uname" ForeColor="Red" runat="server"></asp:Label></td>
										</tr>
										<tr>
											<td height="20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
										</tr>
									</table>
								</div>
								<div style="WIDTH: 158px; HEIGHT: 16px">
									<table style="WIDTH: 134px; HEIGHT: 8px" cellSpacing="0" cellPadding="0" width="134" align="center">
										<tr>
											<td style="HEIGHT: 7px" height="7"><FONT face="宋体"></FONT></td>
										</tr>
									</table>
								</div>
							</td>
						</tr>
					</table>
					<table cellSpacing="0" cellPadding="0" width="158" align="center">
						<tr>
							<td class="menu_title" id="menuTitle1" onmouseover="this.className='menu_title2';" style="CURSOR: hand; HEIGHT: 21px"
								onclick="showsubmenu(1)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_4.gif"
								bgColor="#ffffff" height="21"><span>人员信息管理</span>
							</td>
						</tr>
						<tr>
							<td id="submenu1" style="DISPLAY: none">
								<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 64px">
									<table style="WIDTH: 143px; HEIGHT: 64px" cellSpacing="0" cellPadding="0" width="143" align="center">
										<tr>
											<td style="WIDTH: 138px; HEIGHT: 3px" height="3"><A href="../UserBusiness/UserShow.aspx" target="main">人员管理</A></td>
										</tr>
										<tr>
											<td style="WIDTH: 138px; HEIGHT: 3px" height="3"><A href="../UserBusiness/UserAdd.aspx" target="main">添加新人员</A></td>
										</tr>
										<tr>
											<td style="WIDTH: 138px; HEIGHT: 4px" height="4"><A href="../manage/usersearch.aspx" target="main">人员信息查询</A></td>
										</tr>
									</table>
								</div>
								<div style="WIDTH: 158px; HEIGHT: 16px">
									<table cellSpacing="0" cellPadding="0" width="130" align="center">
										<tr>
											<td style="HEIGHT: 2px" height="2"></td>
										</tr>
									</table>
								</div>
							</td>
						</tr>
					</table>
					<table cellSpacing="0" cellPadding="0" width="158" align="center">
						<tr>
							<td class="menu_title" id="menuTitle2" onmouseover="this.className='menu_title2';" style="CURSOR: hand"
								onclick="showsubmenu(2)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_3.gif"
								bgColor="#ffffff" height="25"><STRONG><FONT color="#39867b"><SPAN>货物信息管理</SPAN></FONT></STRONG>
							</td>
						</tr>
						<tr>
							<td id="submenu2" style="DISPLAY: none">
								<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 48px">
									<table style="WIDTH: 145px; HEIGHT: 48px" cellSpacing="0" cellPadding="0" width="145" align="center">
										<TBODY>
											<tr>
												<td style="WIDTH: 141px; HEIGHT: 12px" height="12"><A href="../manage/GoodsManage.aspx" target="main">货物管理</A></td>
											</tr>
											<TR>
												<TD style="HEIGHT: 12px" height="12"><A href="../manage/GoodsAdd.aspx" target="main">添加货物信息</A>
												</TD>
											</TR>
						</tr>
					</table>
					</DIV>
					<div style="WIDTH: 158px">
						<table cellSpacing="0" cellPadding="0" width="130" align="center">
							<tr>
								<td height="20"></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<table cellSpacing="0" cellPadding="0" width="158" align="center">
			<tr>
				<td class="menu_title" id="menuTitle3" onmouseover="this.className='menu_title2';" style="CURSOR: hand"
					onclick="showsubmenu(3)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_3.gif"
					bgColor="#ffffff" height="25"><span>仓库信息管理</span>
				</td>
			</tr>
			<tr>
				<td id="submenu3" style="DISPLAY: none">
					<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 48px">
						<table style="WIDTH: 144px; HEIGHT: 48px" cellSpacing="0" cellPadding="0" width="144" align="center">
							<tr>
								<td style="HEIGHT: 13px" height="13"><A href="../manage/WarehouseManage.aspx" target="main">仓库信息管理</A></td>
							</tr>
							<tr>
								<td style="HEIGHT: 15px" height="15"><A href="../manage/WarehouseAdd.aspx" target="main">添加仓库</A></td>
							</tr>
						</table>
					</div>
					<div style="WIDTH: 158px; HEIGHT: 14px">
						<table cellSpacing="0" cellPadding="0" width="130" align="center">
							<tr>
								<td height="20"><FONT face="宋体"></FONT></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<table cellSpacing="0" cellPadding="0" width="158" align="center">
			<tr>
				<td class="menu_title" id="menuTitle4" onmouseover="this.className='menu_title2';" style="CURSOR: hand"
					onclick="showsubmenu(4)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_1.gif"
					bgColor="#ffffff" height="25"><span>存放规则维护</span>
				</td>
			</tr>
			<tr>
				<td id="submenu4" style="DISPLAY: none">
					<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 56px">
						<table style="WIDTH: 145px; HEIGHT: 56px" cellSpacing="0" cellPadding="0" width="145" align="center">
							<TBODY>
								<tr>
									<td style="HEIGHT: 18px"><A href="../manage/StoreRegularManage.aspx" target="main">存放规则维护</A>
									</td>
								</tr>
								<tr>
									<td style="HEIGHT: 18px"><A href="../manage/StoreRegularAdd.aspx" target="main">添加新存放规则</A>
									</td>
								</tr>
			</tr>
		</table>
		</DIV>
		<div style="WIDTH: 158px; HEIGHT: 8px">
			<table cellSpacing="0" cellPadding="0" width="130" align="center">
				<tr>
					<td height="20"></td>
				</tr>
			</table>
		</div>
		</TD></TR></TBODY></TABLE>
		<table cellSpacing="0" cellPadding="0" width="158" align="center">
			<tr>
				<td class="menu_title" id="menuTitle5" onmouseover="this.className='menu_title2';" style="CURSOR: hand"
					onclick="showsubmenu(5)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_1.gif"
					bgColor="#ffffff" height="25"><span>货物进出记录</span>
				</td>
			</tr>
			<tr>
				<td id="submenu5" style="DISPLAY: none">
					<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 22px">
						<table style="WIDTH: 140px; HEIGHT: 14px" cellSpacing="0" cellPadding="0" width="140" align="center">
							<tr>
								<td height="20"><A href="../manage/RecordsList.aspx" target="main">货物进出记录</A></td>
							</tr>
						</table>
					</div>
					<div style="WIDTH: 158px; HEIGHT: 22px">
						<table style="WIDTH: 130px; HEIGHT: 6px" cellSpacing="0" cellPadding="0" width="130" align="center">
							<tr>
								<td height="20"></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<table cellSpacing="0" cellPadding="0" width="158" align="center">
			<tr>
				<td class="menu_title" id="menuTitle11" onmouseover="this.className='menu_title2';"
					style="CURSOR: hand" onclick="showsubmenu(11)" onmouseout="this.className='menu_title';"
					background="../picture/Admin_left_5.gif" bgColor="#ffffff" height="25"><span>记录查询统计</span>
				</td>
			</tr>
			<tr>
				<td id="submenu11" style="DISPLAY: none">
					<div class="sec_menu" style="WIDTH: 160px; HEIGHT: 48px">
						<table style="WIDTH: 142px; HEIGHT: 14px" cellSpacing="0" cellPadding="0" width="142" align="center">
							<tr>
								<td height="20"><A href="../Goodssearch.aspx" target="main">货物记录查询</A></td>
							</tr>
							<TR>
								<td height="20"><A href="../manage/Statist.aspx" target="main">货物统计</A></td>
							</TR>
						</table>
					</div>
					<div style="WIDTH: 158px; HEIGHT: 22px">
						<table style="WIDTH: 130px; HEIGHT: 6px" cellSpacing="0" cellPadding="0" width="130" align="center">
							<tr>
								<td height="20"></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<table cellSpacing="0" cellPadding="0" width="158" align="center">
			<tr>
				<td class="menu_title" id="menuTitle6" onmouseover="this.className='menu_title2';" style="CURSOR: hand"
					onclick="showsubmenu(6)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_7.gif"
					bgColor="#ffffff" height="25"><span>个人密码修改</span>
				</td>
			</tr>
			<tr>
				<td id="submenu6" style="DISPLAY: none">
					<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 22px">
						<table style="WIDTH: 146px; HEIGHT: 22px" cellSpacing="0" cellPadding="0" width="146" align="center">
							<tr>
								<td style="HEIGHT: 10px" height="10"><A href="../PasswordModify.aspx" target="main">密码修改</A></td>
							</tr>
						</table>
					</div>
					<div style="WIDTH: 158px">
						<table cellSpacing="0" cellPadding="0" width="130" align="center">
							<tr>
								<td height="20"></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<table cellSpacing="0" cellPadding="0" width="158" align="center">
			<tr>
				<td class="menu_title" id="menuTitle7" onmouseover="this.className='menu_title2';" style="CURSOR: hand"
					onclick="showsubmenu(9)" onmouseout="this.className='menu_title';" background="../picture/Admin_left_6.gif"
					bgColor="#ffffff" height="25"><span>WMS软件制作</span></td>
			</tr>
			<TR>
				<td id="submenu9">
					<div class="sec_menu" style="WIDTH: 158px; HEIGHT: 86px">
						<table style="WIDTH: 156px; HEIGHT: 60px" cellSpacing="0" cellPadding="0" width="156" align="center">
							<tr>
								<td style="FONT-SIZE: smaller; HEIGHT: 68px" height="68">&nbsp;&nbsp;版权所有:XX工作室<br>
									&nbsp;&nbsp;设计制作:XX工作室<BR>
									&nbsp;&nbsp;技术支持:XX工作室
								</td>
							</tr>
						</table>
					</div>
				</td>
			</TR>
		</table>
		<DIV></DIV>
		</TD></TR></TBODY></TABLE></TR></TABLE>
	</body>
</HTML>

⌨️ 快捷键说明

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