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

📄 leadhome.jsp

📁 国外的一套开源CRM
💻 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/leadHome"; %>
   <%@ include file="/leads/includes/leadLeftSide.jsp" %>
  </TD>

  <TD WIDTH="100%" VALIGN=TOP>
   <% String rightSideTitle = "LEADS HOME"; %>
   <%@ include file="/leads/includes/leadRightSideHeader.jsp" %>

<!-- Display the Section and process events. -->
<%
    try {
     out.write(
      leadWebEventProcessor.processEvents(
       "LEAD",
       "LeadList",
       userInfo,
       request,
       response,
       delegator,
       leadEventProcessor,
       uiCache,
       false)
      );
     } catch (Exception e) {
      e.printStackTrace();
     }
%>

   <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>

    <TR>
     <TD>
	  &nbsp;
	 </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>Lead Tools
        </TD>
       </TR>
       <tr>
        <td>
         <TABLE CLASS="freeFormSectionDisplayTable">
          <TR>
           <TD>
            Use these tools to manage your leads.
           </td>
          </tr>
          <tr>
           <td>
            <BR>
            <table class="freeFormSectionDisplayTable" width="100%" border=0 cellspacing=0 cellpadding=0>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/fileImport?screen=LEAD&screenSection=LeadHeader">Import Leads</a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/reports/uiReport.jsp?action=start">Export Leads</a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/emailList">Email Leads</a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/leadListConverter?action=start">Mass Convert Leads to Accounts and Contacts</a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/leadCaptureSetup?action=start">Generate form to capture leads from your website</a>
              </td>
             </tr>
            </table>

           </td>
          </tr>
          <TR>
           <TD>
            &nbsp;
           </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 Lead 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>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/leadReport?groupName=owner">
                Lead Details
               </a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/leadReport?groupName=source">
                Leads by Source
               </a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/leadReport?groupName=status">
                Leads by Status
               </a>
              </td>
             </tr>
             <tr>
              <td>
               &nbsp;&#8226;&nbsp;
               <a href="/sfa/control/leadReport?groupName=type">
                Leads by Lead Type
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
          <TR>
           <TD>&nbsp;</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 + -