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

📄 leadmain.jsp

📁 国外的一套开源CRM
💻 JSP
字号:
<%@ page import="org.ofbiz.base.util.UtilProperties" %>
<%String contextRoot=(String)request.getAttribute("_CONTEXT_ROOT_");%>
<%String companyName = UtilProperties.getPropertyValue(contextRoot + "/WEB-INF/sfa.properties", "company.name");%>
<%@ include file="/includes/windowTitle.jsp" %>

<%
 //The incoming request is from a WAP Phone, send it to the WAP interface.
 if(request.getHeader("x-up-subno") != null){
   RequestDispatcher rd = request.getRequestDispatcher("login.wml.jsp");
     if(rd != null) rd.forward(request,response);
 }
%>

<FRAMESET  cols = "85,*" frameborder=yes bordercolor=silver>
   <FRAME name=menu id=menu SRC="leadmenu" SCROLLING="No"></FRAME>
   <FRAME name="mainwindow" id="mainwindow" SRC="leadmainwindow" frameborder=0>
   <%//<FRAME name="content" id="content" SRC="leadfrontpage" frameborder=0>%>
</FRAMESET>

</head>

⌨️ 快捷键说明

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