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

📄 left.jsp

📁 老牌java开发的物流管理系统 详细的我也没有怎么看 好像是恒基的
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
	<HEAD>
		<TITLE>左部导航菜单</TITLE>
		<META http-equiv=Content-Type content="text/html; charset=gb2312">
		<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>
		<LINK href="images/Admin_left.css" type=text/css rel=stylesheet>
		<META content="MSHTML 6.00.2900.3300" name=GENERATOR>
	</HEAD>
	<BODY leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
		<TABLE cellSpacing=0 cellPadding=0 width=158 align=center border=0>
			<TBODY>
				<TR>
					<TD vAlign=top height=50>
						<IMG src="images/title.gif">
					</TD>
				</TR>
			</TBODY>
		</TABLE>
		<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle0
						onmouseover="this.className='menu_title2';"
						onmouseout="this.className='menu_title';"
						background=images/title_bg_quit.gif height=25>
						<A href="mainmessage.jsp" target="main"><B><SPAN
								class=glow>管理首页</SPAN>
						</B>
						</A><SPAN class=glow> | </SPAN><A href="logout.do"
							target=_top><B><SPAN class=glow>退出</SPAN>
						</B>
						</A>
					</TD>
				</TR>
				<TR>
					<TD id=submenu0>
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											您好:${sessionScope.loginUser.loginName}
										</TD>
									</TR>
									<TR>
										<TD height=20>
											您的管理权限是:<br/ >
											<c:choose>
												<c:when test="${sessionScope.loginUser.loginPower=='admin'}">查询员</c:when>
												<c:when test="${sessionScope.loginUser.loginPower=='superadmin'}">superadmin</c:when>
												<c:otherwise>无权利</c:otherwise>
											</c:choose>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
						<DIV style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20></TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>
		
		
		
		
		<c:if test="${sessionScope.loginUser.loginPower=='admin' || sessionScope.loginUser.loginPower=='superadmin'}">
		<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle2
						onmouseover="this.className='menu_title2'" style="CURSOR: hand"
						onclick=showsubmenu(2) onMouseOut="this.className='menu_title'"
						background=images/Admin_left_2.gif height=25;><SPAN class=glow>信息查询</SPAN></TD>
				</TR>
				<TR>
					<TD id=submenu2 style="DISPLAY: none">
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=132 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											<A href="../admin/searchgoods.jsp" target="main">商品信息</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="../admin/stockinsearch.jsp"	target="main">入库单信息</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="../admin/stockoutsearch.jsp"	target="main">出库单信息</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="../admin/supplyersearch.jsp" target="main">供应商信息</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="warehouseshow.do" target="main">仓库信息</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="../admin/selectcarteam.jsp"	target="main">车队信息</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="../admin/selectcarmanager.jsp"	target="main">车辆信息</A>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
						<DIV style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20></TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>		
	</c:if>
	
	
		<c:if test="${sessionScope.loginUser.loginPower=='superadmin'}">
	<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle2
						onmouseover="this.className='menu_title2'" style="CURSOR: hand"
						onclick=showsubmenu(3) onMouseOut="this.className='menu_title'"
						background=images/Admin_left_2.gif height=25;><SPAN class=glow>公告管理</SPAN></TD>
				</TR>
				<TR>
					<TD id=submenu3 style="DISPLAY: none">
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=132 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											<A href="insertMessage.jsp" target="main">发布公告</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="addmessage.do" target="main">管理公告</A>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
						<DIV style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20></TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>
	
	
	
	
	<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle2
						onmouseover="this.className='menu_title2'" style="CURSOR: hand"
						onclick=showsubmenu(4) onMouseOut="this.className='menu_title'"
						background=images/Admin_left_2.gif height=25;><SPAN class=glow>商品管理</SPAN></TD>
				</TR>
				<TR>
					<TD id=submenu4 style="DISPLAY: none">
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=132 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											<A href="goodsManager.jsp" target="main">添加商品</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="goodslist.do"	target="main">管理商品</A>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
						<DIV style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20></TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>
	
	
	
	<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle2
						onmouseover="this.className='menu_title2'" style="CURSOR: hand"
						onclick=showsubmenu(5) onMouseOut="this.className='menu_title'"
						background=images/Admin_left_2.gif height=25;><SPAN class=glow>入库单管理</SPAN></TD>
				</TR>
				<TR>
					<TD id=submenu5 style="DISPLAY: none">
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=132 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											<A href="GoodsInStoreIdex.do?num=0" target="main">添加入库单</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="goodsinstorelist.do" target="main">管理入库单</A>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
						<DIV style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20></TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>
	
	<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle2
						onmouseover="this.className='menu_title2'" style="CURSOR: hand"
						onclick=showsubmenu(6) onMouseOut="this.className='menu_title'"
						background=images/Admin_left_2.gif height=25;><SPAN class=glow>出库单管理</SPAN></TD>
				</TR>
				<TR>
					<TD id=submenu6 style="DISPLAY: none">
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=132 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											<A href="addgoodsoutstore.do" target="main">添加出库单</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>
											<A href="allstockout.do"	target="main">管理出库单</A>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
						<DIV style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=130 align=center>
								<TBODY>
									<TR>
										<TD height=20></TD>
									</TR>
								</TBODY>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>
	
	
	
	
	
	
	<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
			<TBODY>
				<TR>
					<TD class=menu_title id=menuTitle2
						onmouseover="this.className='menu_title2'" style="CURSOR: hand"
						onclick=showsubmenu(8) onMouseOut="this.className='menu_title'"
						background=images/Admin_left_2.gif height=25;><SPAN class=glow>仓库管理</SPAN></TD>
				</TR>
				<TR>
					<TD id=submenu8 style="DISPLAY: none">
						<DIV class=sec_menu style="WIDTH: 158px">
							<TABLE cellSpacing=0 cellPadding=0 width=132 align=center>
								<TBODY>
									<TR>
										<TD height=20>
											<A href="../fengbo/insertwarehouse.jsp" target="main">添加仓库</A>
										</TD>
									</TR>
									<TR>
										<TD height=20>

⌨️ 快捷键说明

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