%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
String PG_TITLE = "客户管理";
String PG_CONTENT_TITLE = CurPage.getParameter("ComponentName");
String PG_CONTNET_TEXT = "请点击左侧列表";
String PG_LEFT_WIDTH = "1";
String sCustomerType = CurPage.getParameter("CustomerType");
String sCustomerListTemplet = CurPage.getParameter("CustomerListTemplet");
if(sCustomerType == null) sCustomerType = "";
if(sCustomerListTemplet == null) sCustomerListTemplet = "";
%><%@include file="/Resources/CodeParts/View04.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>