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

📄 codetypetabs.jsp

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

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

   </DIV>

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

⌨️ 快捷键说明

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