📄 leaddetail.jsp
字号:
<%@ include file="/includes/header.jsp" %>
<%@ include file="/includes/historyDropListScripts.jsp" %>
<%@ page import="com.sourcetap.sfa.lead.*" %>
<jsp:useBean id="leadWebEventProcessor" class="com.sourcetap.sfa.lead.LeadWebEventProcessor" scope="application" />
<jsp:useBean id="leadEventProcessor" class="com.sourcetap.sfa.lead.LeadEventProcessor" scope="application" />
<!-- Draw the screen -->
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR>
<TD WIDTH=10 ROWSPAN=2>
<IMG SRC="/sfaimages/space.gif" WIDTH=10>
</TD>
<TD>
<IMG SRC="/sfaimages/space.gif">
</TD>
<TD WIDTH=10 ROWSPAN=2>
<IMG SRC="/sfaimages/space.gif" WIDTH=10>
</TD>
<TD WIDTH=1 ROWSPAN=2 BGCOLOR="#CCCCCC">
<IMG SRC="/sfaimages/space.gif">
</TD>
<TD WIDTH=10 ROWSPAN=2>
<IMG SRC="/sfaimages/space.gif" WIDTH=10>
</TD>
<TD>
<IMG SRC="/sfaimages/space.gif">
</TD>
<TD WIDTH=10 ROWSPAN="2">
<IMG SRC="/sfaimages/space.gif" WIDTH=10>
</TD>
</TR>
<tr>
<td width="30%" valign=top>
<% String quickCreateAction = "/sfa/control/leadDetail"; %>
<%@ include file="/leads/includes/leadLeftSide.jsp" %>
</td>
<TD WIDTH="100%" VALIGN=TOP>
<% String rightSideTitle = "LEAD DETAIL"; %>
<%@ include file="/leads/includes/leadRightSideHeader.jsp" %>
<!-- Display the Section and process events. -->
<%
try {
out.write(
leadWebEventProcessor.processEvents(
"LEAD",
"LeadHeader",
userInfo,
request,
response,
delegator,
leadEventProcessor,
uiCache,
false)
);
} catch (Exception e) {
e.printStackTrace();
}
%>
<script for='LeadHeader_Address_country_0' event='onchange()' language='JavaScript'>
sendDropDown(
'LeadHeader_Address_state_0',
'codeId',
'codeValue',
'com.sourcetap.sfa.address.StateDropDown',
'country',
this.value,
this.form,
'');
</script>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>
<TR>
<TD>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<%@ include file="/includes/footer.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -