<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBegin.jsp"%><% /* 页面说明:代码生成树图 */ String PG_TITLE = "代码生成树图"; // 浏览器窗口标题 PG_TITLE String PG_CONTENT_TITLE = "  代码生成树图  "; //默认的内容区标题 String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字 String PG_LEFT_WIDTH = "200";//默认的treeview宽度 //获得页面参数 String sExampleId = CurPage.getParameter("ObjectNo"); String sViewId = CurPage.getParameter("ViewId"); //定义Treeview OHTMLTreeView tviTemp = new OHTMLTreeView(CurPage, "代码生成树图","right"); //代码生成树图 //参数为:代码编号 tviTemp.init("ExampleTree"); %><%@include file="/Resources/CodeParts/View04.jsp"%> <%@ include file="/IncludeEnd.jsp"%>