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

📄 top.jsp

📁 oa rar it is the jsp
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"
	import="java.sql.*" errorPage=""%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<title>top</title>
		<link href="<%=request.getContextPath()%>/css/style_2.css" rel="stylesheet">
	</head>
	<body>
		<table width="95%" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td width="20%" height="18" valign="bottom" scope="col">
					<c:if test="${!empty user_rights}">
						<c:choose>
							<c:when test="${!empty user_rights.id1 }">
								<a href="<%=request.getContextPath()%>/material/th_init.jsp"
									target="bottomFrame">物资初始化</a>
							</c:when>
							<c:otherwise>
							物资初始化
							</c:otherwise>
						</c:choose>
					</c:if>
				</td>
				<td width="22%" valign="bottom" scope="col">
					<c:if test="${!empty user_rights}">
						<c:choose>
							<c:when test="${!empty user_rights.id2 }">
								<a href="<%=request.getContextPath()%>/material/th_in_out.jsp"
									target="bottomFrame">物资进存</a>
							</c:when>
							<c:otherwise>
							物资进存
							</c:otherwise>
						</c:choose>
					</c:if>
				</td>
				<td width="58%" valign="bottom" scope="col">
					<c:if test="${!empty user_rights}">
						<c:choose>
							<c:when test="${!empty user_rights.id2 }">
								<a
									href="<%=request.getContextPath()%>/servlet/Search_All_Type_Unitl_BossServlet?who=stat"
									target="mainName">物资统计</a>
							</c:when>
							<c:otherwise>
							物资统计
							</c:otherwise>
						</c:choose>
					</c:if>

				</td>
			</tr>
		</table>
		<HR>
	</body>
</html>

⌨️ 快捷键说明

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