10 lines
457 B
Plaintext
10 lines
457 B
Plaintext
<%@ page import="com.pms.common.utils.*"%>
|
|
<%
|
|
String menuObjid = CommonUtils.checkNull(request.getParameter("objid"));
|
|
%>
|
|
<frameset cols="60%,5%,35%" border="0" noresize>
|
|
<frame src="/admin/menuAuthMngPopUpLeft.do?objid=<%=menuObjid%>" name="menuAuthMngPopUpLeft">
|
|
<frame src="/admin/menuAuthMngPopUpCenter.do" name="menuAuthMngPopUpCenter">
|
|
<frame src="/admin/menuAuthMngPopUpRight.do?objid=<%=menuObjid%>" name="menuAuthMngPopUpRight">
|
|
</frameset>
|