<%@ page contentType="text/html; charset=GBK"%> <%@include file="/Frame/resources/include/include_begin_ajax.jspf"%> <% //取系统名称 String sProductName = CurConfig.getConfigure("ProductName"); if (sProductName == null) sProductName = ""; String sImplementationVersion = CurConfig.getConfigure("ImplementationVersion"); if (sImplementationVersion == null) sImplementationVersion = ""; String PG_TITLE = sProductName+""+sImplementationVersion; // 浏览器窗口标题 PG_TITLE String PG_CONTENT_TITLE = null; //默认的内容区标题 String PG_CONTNET_TEXT = "";//默认的内容区文字 String PG_LEFT_WIDTH = "1";//默认的treeview宽度 %> <% request.setAttribute("as_main", new com.tenwa.homepage.HomeASMain(CurPage).init(null).setTitle(PG_TITLE).setContentTitle(PG_CONTENT_TITLE).setContnetText(PG_CONTNET_TEXT).setLeftWidth(PG_LEFT_WIDTH)); %> ${as_main.title} <%@include file="/Tenwa/HomePage/DefaultHome/DefaultHeader.jspf" %>
<%@ include file="/Frame/resources/include/include_end_ajax.jspf"%>