- Add Docker Compose configurations for dev, prod, and standalone environments - Add database initialization scripts (init-db.sh, init-db-docker.sh) - Add enhanced start-docker-linux.sh with DB init support - Add comprehensive database initialization guide - Support for automatic dbexport.pgsql import on first run - Include safety checks for production environment
6 lines
412 B
Plaintext
6 lines
412 B
Plaintext
<%String objId = com.pms.common.utils.CommonUtils.checkNull(request.getParameter("objId"));%>
|
|
<frameset cols="47%,6%,47%" border="0" noresize>
|
|
<frame src="/part/structurePopupLeft.do?objId=<%=objId%>" name="leftFrame">
|
|
<frame src="/part/structurePopupCenter.do?objId=<%=objId%>" name="centerFrame">
|
|
<frame src="/part/structurePopupRight.do?objId=<%=objId%>" name="rightFrame">
|
|
</frameset><noframes></noframes> |