.. _wrapper-for-main-page: ===================== Wrapper for main page ===================== The wrapper.jsp page in the inc folder will create a wrapper around body content in order to generate top, left and right menu including title. In future projects in case the design change will be enough to change the wrapper page. declaration to include: .. code-block:: jsp <%@ include file="/ml/inc/wrapper.jsp"%> The following wrapper will be generated around the content: .. code-block:: jsp <%@ include file="/ml/main/${login.pjt_cd}/Top.jsp" %>
<%@ include file="/ml/main/${login.pjt_cd}/Title.jsp" %> [CONTENT]
.. note:: [NOTE Only the CONTENT is necessary in the page, the wrapper will be generated automatically around the content] EXAMPLE:: /powerpmis/web/ml/system/pwer/PwerGrp.jsp /powerpmis/web/ml/system/pwer/PwerMenu.jsp /powerpmis/web/ml/progress/designstep/DesignStepMain.jsp