Fetch the repository succeeded.
This action will force synchronization from forecho/bokedaohang, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<!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="refresh" content="2; url=<?php echo $_SERVER['HTTP_REFERER']?>" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="博客,博客导航,导航,wordpress,bokedaohang" />
<title>提示页面</title>
<style type="text/css">
body{
background:url(images/bg.png) repeat;
font-family:"Microsoft YaHei","微软雅黑",tahoma,arial,simhei,"黑体";
}
*{font-size:12px; color:#333}
a{color:#FF3300; text-decoration:none}
a:link{}
a:visited{}
a:hover{color:#FF8000; text-decoration:underline;}
a:active{}
</style>
</head>
<body bgcolor="#EEF2FB">
<div style="width:600px; height:70px; margin:auto; margin-top:10%; padding:100px
20px;">
<div style="display:block">
<div style="float:left">
<img <?php if ($_GET['su'] == 1 || $_GET['su'] == 3) {
echo 'src="images/ok.png"';
}else {echo 'src="images/nok.png"';}?> height="80" />
</div>
<div style="float:left; margin:0 20px; width:400px;">
<div style="font-size:14px;line-height:25px;">
<?php
switch ($_GET['su']) {
case 0:
echo "对不起,您提交博客失败";//失败
break;
case 1:
echo "提交成功,请等待审核";//成功
break;
case 3:
echo "感谢您提交宝贵的意见,我们会及时回复您";//成功
break;
}
?>
</div><br />
<div style="float:left;">2秒后浏览器将会自动跳转到订单页面,没有反应点<a href="<?php echo $_SERVER['HTTP_REFERER']?>">这里</a></div>
</div>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。