최초커밋
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user