📄 client_top.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*"%>
<%@ page import="com.bwm.string.Str"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../css/style1.css" rel="stylesheet">
</head>
<%
Str str=new Str();
String id=request.getParameter("id");
String name1=str.toChinese(request.getParameter("name"));
if(name1!=null){
session.setAttribute("n1",name1);
}
%>
<body>
<table width="100%" height="25" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#F9FFF4" bordercolorlight="#FFFFFF">
<tr>
<td>
<img src="../images/Manual14.gif" width="16" height="16">客户管理 >> <img src="../images/ico/icon_profile.gif" width="14" height="16"><%=session.getAttribute("n1")%>
<%String tag=request.getParameter("tag");
if(tag.equals("2")){%>
>> <img src="../images/ico/js.gif" width="15" height="15">
<a href="Stock_Index_Add.jsp?id=<%=id>" target="mainName">
<%out.println("添加采购记录");}%></a>
<%if(tag.equals("3")){%>
>> <img src="../images/ico/js.gif" width="15" height="15">
<a href="Stock_Index.jsp?id=<%=session.getAttribute("id")%>">
<%out.println("添加跟进记录");}%></a>
<%if(tag.equals("4")){%>
>> <img src="../images/ico/js.gif" width="15" height="15">
<a href="Stock_Index.jsp?id=<%=session.getAttribute("id")%>">
<%out.println("添加回访记录");}%></a>
<%if(tag.equals("5")){%>
>>
<img src="../images/ico/js.gif" width="15" height="15">
<a href="Stock_Index.jsp?id=<%=session.getAttribute("id")%>">
<%out.println("添加需求表");}%></a>
<hr size="1" noshade color="#cccccc">
<tr>
<td>
<img src="../images/icon_group.gif" width="15" height="15"><a href="Client_Index_Sql.jsp?tag=1">客户信息</a> <img src="../images/Manual54.gif" width="16" height="16"><a href="Stock_Index.jsp?tag=2&&id=<%=session.getAttribute("id")%>">采购记录</a> <img src="../images/Manual65.gif" width="16" height="16"><a href="Follow_Index.jsp?tag=3">跟进记录</a> <img src="../images/Manual1.gif" width="16" height="16"><a href="Call_Index.jsp?tag=4">回访记录</a> <img src="../images/Manual11.gif" width="16" height="16"><a href="Demand_Index.jsp?tag=5">需求表</a> <img src="../images/icon_go_left.gif" width="15" height="15"><a href="Client_Index.jsp">返回</a>
<hr color="#cccccc" size="1"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -