|
@ -6,13 +6,11 @@
|
|
|
<definition name="pageView" template="/WEB-INF/ehr/commons/jsp/mainLayout.jsp">
|
|
|
<put-attribute name="header" value="/WEB-INF/ehr/commons/jsp/commonHead.jsp" />
|
|
|
<put-attribute name="footer" value="/WEB-INF/ehr/commons/jsp/commonFoot.jsp" />
|
|
|
<put-attribute name="pageCss" expression="/WEB-INF/ehr/jsp/${contentPage}Css.jsp" />
|
|
|
<put-attribute name="contentPage" expression="/WEB-INF/ehr/jsp/${contentPage}.jsp" />
|
|
|
<put-attribute name="pageJs" expression="/WEB-INF/ehr/jsp/${contentPage}Js.jsp" />
|
|
|
</definition>
|
|
|
<!-- 局部刷新 -->
|
|
|
<definition name="partView" template="/WEB-INF/ehr/commons/jsp/simpleLayout.jsp">
|
|
|
<put-attribute name="pageCss" expression="/WEB-INF/ehr/jsp/${contentPage}Css.jsp" />
|
|
|
<put-attribute name="contentPage" expression="/WEB-INF/ehr/jsp/${contentPage}.jsp" />
|
|
|
<put-attribute name="pageJs" expression="/WEB-INF/ehr/jsp/${contentPage}Js.jsp" />
|
|
|
</definition>
|