%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/IncludeBegin.jsp"%>
<%
String PG_TITLE = null;
String PG_CONTENT_TITLE = null;
String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字
String PG_LEFT_WIDTH = "320";//默认的treeview宽度
OHTMLTreeView tviTemp = new OHTMLTreeView(CurPage, "提示信息", "right");
tviTemp.init("MsgType");
tviTemp.insertPage("ZOther", "root", "其他", "", "", 0);
%>
<%@include file="/Resources/CodeParts/View04.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>