소스 검색

失败页面

huangzhiyong 7 년 전
부모
커밋
c58f792344
2개의 변경된 파일25개의 추가작업 그리고 0개의 파일을 삭제
  1. 25 0
      src/main/webapp/WEB-INF/ehr/jsp/common/tenantAutoFail.jsp
  2. 0 0
      src/main/webapp/WEB-INF/ehr/jsp/common/tenantAutoFailJs.jsp

+ 25 - 0
src/main/webapp/WEB-INF/ehr/jsp/common/tenantAutoFail.jsp

@ -0,0 +1,25 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"  pageEncoding="utf-8"%>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<div id="divErrorContent" style="width:550px;height:400px;margin:0 auto;background: url('${staticRoot}/images/404.png') no-repeat;">
</div>
<%--
<script>
    $(function(){
        var errorMessage="${errorMessage}";
        if(errorMessage.length>0)
        {
        }
        else{
        }
    })
</script>
--%>

+ 0 - 0
src/main/webapp/WEB-INF/ehr/jsp/common/tenantAutoFailJs.jsp