최초커밋
This commit is contained in:
10
WebContent/WEB-INF/view/admin/auth/authAddPopUpFS.jsp
Normal file
10
WebContent/WEB-INF/view/admin/auth/authAddPopUpFS.jsp
Normal file
@@ -0,0 +1,10 @@
|
||||
<%@ page import="com.pms.common.utils.*"%>
|
||||
<%
|
||||
String authGroupObjid = CommonUtils.checkNull(request.getAttribute("authGroupObjid"));
|
||||
System.out.println("authGroupObjid:"+authGroupObjid);
|
||||
%>
|
||||
<frameset cols="46%,8%,46%" border="0" noresize>
|
||||
<frame src="/admin/authAddPopUpLeft.do?authGroupObjid=<%=authGroupObjid%>" name="authAddPopUpLeft">
|
||||
<frame src="/admin/authAddPopUpCenter.do" name="authAddPopUpCenter">
|
||||
<frame src="/admin/authAddPopUpRight.do?authGroupObjid=<%=authGroupObjid%>" name="authAddPopUpRight">
|
||||
</frameset>
|
||||
Reference in New Issue
Block a user