?? follow_index.jsp
字號:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
String path = request.getContextPath();
%>
<html>
<head>
<title>跟進(jìn)記錄</title>
<link href="<%=path%>/css/style_2.css" rel="stylesheet">
</head>
<body background="../images/3.bmp">
<table width="100%" height="25" border="1" cellpadding="0"
cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF"
bordercolordark="#F9FFF4">
<tr>
<td>
<img src="../images/Manual14.gif" width="16" height="16">
客戶管理 >>
<img src="../images/Manual65.gif" width="16" height="16">
<a href="<%=path %>/customermanage/Follow_Index_Add.jsp"
target="mainName">添加跟進(jìn)記錄</a>
<hr color="#006699" size="1">
<img src="../images/icon_group.gif" width="15" height="15">
<a href="<%=path%>/customermanage/Client_Index_Sql.jsp">客戶信息</a>
<img src="../images/Manual54.gif" width="16" height="16">
<a href="<%=path%>/servlet/SelectStcokaddServlet">采購記錄</a>
<img src="../images/Manual65.gif" width="16" height="16">
<a href="<%=path%>/customermanage/Follow_Index.jsp">跟進(jìn)記錄</a>
<img src="../images/Manual1.gif" width="16" height="16">
<a href="<%=path%>/customermanage/Call_Index.jsp">回訪記錄</a>
<img src="../images/Manual11.gif" width="16" height="16">
<a href="<%=path%>/servlet/SelectNeedServlet">需求表</a>
<img src="../images/icon_go_left.gif" width="15" height="15">
<a href="<%=path%>/customermanage/customermanage.jsp">返回</a>
<hr color="#cccccc" size="1">
</td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0"
bordercolor="#FFFFFF" bordercolordark="#Eff2fb"
bordercolorlight="#FFFFFF">
<tr align="center">
<td width="20%" height="24" bgcolor="#Eff2fb">
日期
</td>
<td width="19%" bgcolor="#Eff2fb">
客戶聯(lián)系人
</td>
<td width="22%" bgcolor="#Eff2fb">
跟進(jìn)內(nèi)容
</td>
<td width="36%" bgcolor="#Eff2fb">
跟進(jìn)結(jié)果
</td>
<td width="13%" bgcolor="#Eff2fb">
操作
</td>
</tr>
<c:forEach items="${Follwlist}" var="bean">
<tr align="center">
<td height="24" align="center">
${bean.follwDate }
</td>
<td height="24" align="center">
${bean.linkmans }
</td>
<td height="24" align="center">
${bean.follwContent }
</td>
<td height="24" align="center">
${bean.follwResult}
</td>
<td height="24" align="center">
<a href="<%=path%>/servlet/DeleteFollwServet?fllowid=${bean.id }"target="bottomFrame">
<img src="../images/ico/a_delete.gif"width="52" height="16" border="0">
</a>
</td>
</tr>
</c:forEach>
</table>
<%
String talname = "follow";
%>
<table border=0 width='70%' cellspacing='0' cellpadding='0'
align='center' bordercolorlight='#000000' bordercolordark='#FFFFFF'>
<tr>
<td colspan=4 align=center>
<font style='font-size: 9pt'> 【總計(jì)<font color='red'>${followrows }</font>
條記錄】 【共<font color='red'>${followtotalpage }</font>頁】【5條/頁】 【當(dāng)前第 <font color='red'>${Follwnum }</font>頁】
<c:choose>
<c:when test="${Follwnum <= 1}">
<c:out value="首頁 上一頁"/>
</c:when>
<c:otherwise>
<a href="<%=path%>/servlet/SelectFollowServlet?item=${StockItmes}&&talname=<%=talname %>&&topage=1">首頁</a>
<a href="<%=path%>/servlet/SelectFollowServlet?item=${StockItmes}&&talname=<%=talname %>&&topage=${Follwnum -1}">上一頁</a>
</c:otherwise>
</c:choose>
<c:choose>
<c:when test="${Follwnum >= followtotalpage}">
<c:out value="下一頁 尾頁"/>
</c:when>
<c:otherwise>
<a href="<%=path%>/servlet/SelectFollowServlet?item=${StockItmes}&&talname=<%=talname %>&&topage=${Follwnum +1}">下一頁</a>
<a href="<%=path%>/servlet/SelectFollowServlet?item=${StockItmes}&&talname=<%=talname %>&&topage=${followtotalpage }">尾頁</a>
</c:otherwise>
</c:choose>
</font>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -