📄 contacthome.jsp
字号:
<%@ include file="/includes/header.jsp" %>
<%@ include file="/includes/historyDropListScripts.jsp" %>
<%@ page import="com.sourcetap.sfa.contact.*" %>
<jsp:useBean id="contactWebEventProcessor" class="com.sourcetap.sfa.contact.ContactWebEventProcessor" scope="application" />
<jsp:useBean id="contactEventProcessor" class="com.sourcetap.sfa.contact.ContactEventProcessor" 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/contactHome"; %>
<%@ include file="/contacts/includes/contactLeftSide.jsp" %>
</TD>
<TD WIDTH="100%" VALIGN=TOP>
<% String rightSideTitle = "CONTACTS HOME"; %>
<%@ include file="/contacts/includes/contactRightSideHeader.jsp" %>
<!-- Display the Section and process events. -->
<%
try {
out.write(
contactWebEventProcessor.processEvents(
"CONTACT_UNT",
"ContactList",
userInfo,
request,
response,
delegator,
contactEventProcessor,
uiCache,
false)
);
} catch (Exception e) {
e.printStackTrace();
}
%>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>
<TR>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD VALIGN="TOP">
<table class="freeFormSectionDisplayTable" width="100%" cellpadding=0 cellspacing=0 border=0>
<TR>
<TD ALIGN="LEFT" CLASS="tabularSectionTitleTable">
<img src=/sfaimages/sf_paper_2gear.gif>Contact Tools
</TD>
</TR>
<tr>
<td>
<TABLE CLASS="freeFormSectionDisplayTable">
<TR>
<TD>
Use these tools to manage your contacts.
</td>
</tr>
<tr>
<td>
<BR>
<table class="freeFormSectionDisplayTable" width="100%" border=0 cellspacing=0 cellpadding=0>
<tr>
<td>
•
<a href="/sfa/control/fileImport?screen=CONTACT&screenSection=ContactHeader">Import Contacts</a>
</td>
</tr>
<tr>
<td>
•
<a href="/sfa/reports/uiReport.jsp?action=start">Export Contacts</a>
</td>
</tr>
<tr>
<td>
•
<a href="/sfa/control/emailList">Email Contacts</a>
</td>
</tr>
</table>
</td>
</tr>
<TR>
<TD>
</TD>
</TR>
</table>
</TD>
</TR>
</table>
</TD>
<TD>
<IMG SRC="/sfaimages/space.gif" WIDTH="10" HEIGHT="1">
</TD>
<TD VALIGN="TOP">
<table class="freeFormSectionDisplayTable" width="100%" cellpadding=0 cellspacing=0 border=0>
<TR>
<TD ALIGN="LEFT" CLASS="tabularSectionTitleTable"><img src=/sfaimages/sf_chart_1.gif>Reports</TD>
<TD ALIGN="RIGHT"></TD>
</TR>
<tr>
<td>
<TABLE CLASS="freeFormSectionDisplayTable">
<TR>
<TD>
Select a Contact report below to view that report.</TD>
</td>
</tr>
<tr>
<td colspan=2>
<BR>
<table class="freeFormSectionDisplayTable" width="100%" border=0 cellspacing=0 cellpadding=0>
<tr>
<td>
•
<a href="/sfa/control/leadReport?groupName=owner">
Contact Details
</a>
</td>
</tr>
<tr>
<td>
•
<a href="/sfa/control/leadReport?groupName=source">
Contact by Source
</a>
</td>
</tr>
</table>
</td>
</tr>
<TR>
<TD> </TD>
</TR>
</table>
</td>
</tr>
</table>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<%@ include file="/includes/footer.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -