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

📄 codetabs.jsp

📁 国外的一套开源CRM
💻 JSP
字号:
<%@ page import="com.sourcetap.sfa.ui.UIScreenSection" %>
<%@ include file="/includes/header.jsp" %>
<%@ include file="/includes/tabControlWithIframes.jsp" %>
<%

	String codeTypeId = "";
	if(request.getParameter("codeTypeId") != null) {
		codeTypeId = request.getParameter("codeTypeId");
	}
	String codeId = "";
	if(request.getParameter("codeId") != null) {
		codeId = request.getParameter("codeId");
	}

	String parentCodeId = "";
	if(request.getParameter("parentCodeId") != null) {
		parentCodeId = request.getParameter("parentCodeId");
	}
//	if (parentCodeId.equals("") && !codeId.equals("")) parentCodeId = codeId;
%>
   <DIV id=oMTExplanation style="DISPLAY: none"><br></DIV>
   <DIV id=oMT  title="Code <%=codeId%> Details" style='width:100%;'>

    <!-- CodeChildCodeList -->
    <DIV  style="VISIBILITY: visible" tabName="Child Codes" targetURL="<ofbiz:url>/codeChildCodeList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&parentCodeId=<%=parentCodeId%>">
    </DIV>

   </DIV>

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

⌨️ 快捷键说明

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