2018-06-03 22:26:41 +08:00

19 lines
764 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin.jspf"%><%
/*
页面说明:隐藏左侧区域的产品节点信息Main页面
author: yzheng
date: 2013/05/22
*/
String PG_TITLE = "产品节点信息管理"; // 浏览器窗口标题 <title> PG_TITLE </title>
String PG_CONTENT_TITLE = "&nbsp;&nbsp;产品节点信息管理&nbsp;&nbsp;"; //默认的内容区标题
String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字
String PG_LEFT_WIDTH = "1";//默认的treeview宽度
//获得页面参数
%><%@include file="/Frame/resources/include/include_main.jspf"%>
<script type="text/javascript">
AsControl.OpenView("/SystemManage/SynthesisManage/PRDNodeManageList.jsp","","right");
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>