소스 검색

ESB模板去除.css文件

hzp 9 년 전
부모
커밋
64bdd56441
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      Hos-resource/src/main/resources/config/sys.config.xml
  2. 0 2
      Hos-resource/src/main/webapp/WEB-INF/ehr/commons/layout/layout.xml

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