4 Star 1 Fork 3

forecho / bokedaohang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
success.php 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
forecho 提交于 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>
PHP
1
https://gitee.com/forecho/bokedaohang.git
git@gitee.com:forecho/bokedaohang.git
forecho
bokedaohang
bokedaohang
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891