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

📄 accounttabs.jsp

📁 国外的一套开源CRM
💻 JSP
字号:
<%@ page import="com.sourcetap.sfa.ui.UIScreenSection" %>
<%@ include file="/includes/header.jsp" %>
<!--%@ include file="/includes/tabControlWithIframes.jsp" %>-->
<%@ include file="/includes/tabControlWithIframes.jsp" %>
<%
	String accountId = "";
	if(request.getParameter("accountId") != null) {
		accountId = request.getParameter("accountId");
	}
%>
   <DIV id=oMTExplanation style="DISPLAY: none"><br></DIV>
   <DIV id=oMT  title="Account <%=accountId%> Details" style='width:100%;'>

    <!-- Contacts -->
    <DIV  style="VISIBILITY: visible" tabName="Contacts" targetURL="<ofbiz:url>/accountContactList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Identifiers -->
    <DIV  style="VISIBILITY: visible" tabName="Identifiers" targetURL="<ofbiz:url>/partyIdentifierSelect</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&partyId=<%=accountId%>">
    </DIV>

    <!-- Opportunities -->
    <DIV  style="VISIBILITY: visible" tabName="Opportunities" targetURL="<ofbiz:url>/accountOpportunityList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Activities -->
    <DIV  style="VISIBILITY: visible" tabName="Activities"  targetURL="<ofbiz:url>/accountActivityList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Org Chart -->
    <DIV  style="VISIBILITY: visible" tabName="Org Chart" targetURL="<ofbiz:url>/accountOrgChart</ofbiz:url>?accountId=<%=accountId%>">
    </DIV>

    <!-- Account Team -->
    <DIV  style="VISIBILITY: visible" tabName="Account Team" targetURL="<ofbiz:url>/accountTeam</ofbiz:url>?action=<%=UIScreenSection.ACTION_SHOW%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Web Links Info -->
    <DIV  style="VISIBILITY: visible" tabName="Web Links" targetURL="<ofbiz:url>/accountUrlList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Other Info -->
    <DIV  style="VISIBILITY: visible" tabName="Other Info" targetURL="<ofbiz:url>/accountOther</ofbiz:url>?action=<%=UIScreenSection.ACTION_SHOW%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Notes -->
    <DIV  style="VISIBILITY: visible" tabName="Notes" targetURL="<ofbiz:url>/noteList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&accountId=<%=accountId%>">
    </DIV>

    <!-- Attachments -->
    <DIV  style="VISIBILITY: visible" tabName="Attachments" targetURL="<ofbiz:url>/attachmentList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&accountId=<%=accountId%>">
    </DIV>

   </DIV>

<%@ include file="/includes/footer.jsp" %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -