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

📄 clienttop.jsp

📁 oa rar it is the jsp
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
String path = request.getContextPath();
%>

<html>
	<head>
		<title>My JSP 'Clienttop.jsp' starting page</title>
		<link href="<%=path%>/css/style_2.css" rel="stylesheet">
	</head>
	<body>
		<table width="100%" height="25" border="0" cellpadding="0"
			cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#999999"
			bordercolordark="#F9FFF4">
			<tr>
				<td>
					&nbsp;&nbsp;
					<img src="../images/Manual14.gif" width="16" height="16">
					客户管理 >>
					<c:if test="${!empty user_rights}">
							<c:choose>
								<c:when test="${!empty user_rights.id9 }">
									<a href="<%=path%>/customermanage/Client_Add.jsp"
						target="mainName">客户添加</a>
								</c:when>
								<c:otherwise>
											客户添加
											</c:otherwise>
							</c:choose>
						</c:if>
					

					<hr color="#006699" size="1">
					&nbsp;&nbsp;
					<img src="../images/icon_group.gif" width="15" height="15">
					<a href="<%=path%>/customermanage/Client_Index_Sql.jsp">客户信息</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<img src="../images/Manual54.gif" width="16" height="16">
					<a href="<%=path%>/servlet/SelectStcokaddServlet">采购记录</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<img src="../images/Manual65.gif" width="16" height="16">
					<a href="<%=path%>/customermanage/Follow_Index.jsp">跟进记录</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<img src="../images/Manual1.gif" width="16" height="16">
					<a href="<%=path%>/customermanage/Call_Index.jsp">回访记录</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<img src="../images/Manual11.gif" width="16" height="16">
					<a href="<%=path%>/servlet/SelectNeedServlet">需求表</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<img src="../images/icon_go_left.gif" width="15" height="15">
					<a href="<%=path%>/customermanage/customermanage.jsp">返回</a>
					<hr color="#333333" size="1">
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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