13 lines
631 B
Plaintext
13 lines
631 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin.jspf"%>
|
|
<%
|
|
String PG_TITLE = "群组管理"; // 浏览器窗口标题 <title> PG_TITLE </title>
|
|
String PG_CONTENT_TITLE = " 群组管理 "; //默认的内容区标题
|
|
String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字
|
|
String PG_LEFT_WIDTH = "1";//默认的treeview宽度
|
|
%>
|
|
<%@ include file="/Frame/resources/include/include_main.jspf"%>
|
|
<script type="text/javascript">
|
|
OpenComp("RoleList","/AppConfig/GroupManage/GroupList.jsp","","right");
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |