11 lines
632 B
Plaintext
11 lines
632 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%><%
|
|
String PG_TITLE = "隐藏左侧区域的Main页面"; // 浏览器窗口标题 <title> PG_TITLE </title>
|
|
String PG_CONTENT_TITLE = "<strong class='pt9white'>五级分类</strong>"; //默认的内容区标题
|
|
String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字
|
|
String PG_LEFT_WIDTH = "1";//默认的treeview宽度
|
|
%><%@include file="/Resources/CodeParts/Main04.jsp"%>
|
|
<script type="text/javascript">
|
|
AsControl.OpenView("/Tenwa/Lease/App/AutoFiveGradeClassification/AutoFiveGradeClassificationList.jsp","","right","");
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |