Pārlūkot izejas kodu

ESB模板去除.css文件

hzp 9 gadi atpakaļ
vecāks
revīzija
64bdd56441

+ 1 - 1
Hos-resource/src/main/resources/config/sys.config.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<config>
    <temp_file>D:\temp</temp_file>
    <!--<temp_file>D:\temp</temp_file>-->
    <event_no>
        <item>HDSD03_01_031</item>
        <item>HDSD00_01_579</item>

+ 0 - 2
Hos-resource/src/main/webapp/WEB-INF/ehr/commons/layout/layout.xml

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