최초커밋

This commit is contained in:
kjs
2025-08-21 09:41:46 +09:00
commit a0e5b57a24
2454 changed files with 1476904 additions and 0 deletions

View File

@@ -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>