| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2015_11_19_01/data/runtime/temp/ |
Upload File : |
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:38:"public/static/common/dispatch_jump.htm";i:1713229016;}*/ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>跳转提示</title>
<style type="text/css">
*{ padding: 0; margin: 0; }
body{ background: #fff; font-family: '微软雅黑'; color: #CCC; font-size: 16px; }
.system-message{ padding: 24px 48px; margin:auto; box-shadow: 0px 0px 10px rgba(0,0,0,.2)!important; top:50%; width:500px; border-radius:2px;
-moz-border-radius:10px; /* Old Firefox */}
.system-message .jump{ padding-top: 10px; color: #999;text-align: center;}
.system-message .success,.system-message .error{ line-height: 1.8em; color: #000; font-size: 18px;font-weight: bold; text-align: center;}
.system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display:none}
.status-ico{margin: 20px auto;width: 73px;height: 76px;display: block;background: url(/public/static/admin/images/ico_right_wrong.png) no-repeat}
.status-ico-ok{background-position: 0 0}
.status-ico-error{background-position: -97px 0}
@media (max-width: 767px) {.system-message{width: 90%;box-shadow:none!important;}}
</style>
<script type="text/javascript" src="/public/static/common/js/jquery.min.js?v=<?php echo (isset($version) && ($version !== '')?$version:'v1.6.4'); ?>"></script>
<script type="text/javascript">
$(function(){
var height2=$('.system-message').height();
var height1=$(window).height();
$('.system-message').css('margin-top',((height1-height2)/3)-30);
});
</script>
<!-- Bootstrap core CSS -->
<link href="/public/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="system-message">
<?php switch($code): case "1": ?>
<div class="status-ico status-ico-ok"></div>
<p class="success">
<?php if(in_array((get_current_lang()), explode(',',"cn,zh"))): if(stristr($msg, '__html__')): ?>
<?php echo str_replace('__html__','',$msg); else: ?>
<?php echo strip_tags($msg); endif; else: ?>
success
<?php endif; ?>
</p>
<?php break; case "0": ?>
<div class="status-ico status-ico-error"></div>
<p class="error">
<?php if(stristr($msg, '__html__')): ?>
<?php echo str_replace('__html__','',$msg); else: ?>
<?php echo strip_tags($msg); endif; ?>
</p>
<?php break; endswitch; ?>
<p class="jump">
<?php
$foreign_msg = sprintf(foreign_lang('gbook12', get_current_lang()), '<a id="href" href="'.$url.'">', '</a>');
?>
<?php echo $foreign_msg; ?> <b id="wait" data-data="<?php echo $data; ?>"><?php echo $wait; ?></b>
</p>
</div>
<script type="text/javascript">
(function(){
var wait = document.getElementById('wait'),
href = document.getElementById('href').href;
var interval = setInterval(function(){
var time = --wait.innerHTML;
if(time <= 0) {
location.href = href;
clearInterval(interval);
};
}, 1000);
/*留言自动发送邮箱*/
var gbook_submit = document.getElementById('wait').getAttribute("data-data");
var data = gbook_submit.split("|");
if (data.length > 0 && data[0] == 'gbook_submit') {
//发送邮箱
$.ajax({
type: "post",
data: {type:data[0],tid:data[1],aid:data[2],form_type:data[3],_ajax:1},
dataType: 'json',
// timeout: 3000,
url: "<?php echo url('api/Ajax/send_email'); ?>",
});
//发送短信
$.ajax({
type: "post",
data: {scene:11,_ajax:1},
dataType: 'json',
// timeout: 3000,
url: "<?php echo url('api/Ajax/SendMobileCode'); ?>",
});
}
/*--end*/
})();
</script>
</body>
</html>