1 Star 0 Fork 3

钱玉刚/bokedaohang

forked from forecho/bokedaohang 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
success.php 1.75 KB
Copy Edit Raw Blame History
forecho authored 2013-07-11 11:59 . 项目全部代码
<!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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/qianyugang/bokedaohang.git
git@gitee.com:qianyugang/bokedaohang.git
qianyugang
bokedaohang
bokedaohang
master

Search

0d507c66 1850385 C8b1a773 1850385