Browse Source

失败页面

huangzhiyong 7 years ago
parent
commit
c58f792344

+ 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