orderview.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. $userid=returnuserid($_SESSION["SHOPUSER"]);
  6. $orderbh=$_GET[orderbh];
  7. while0("*","yjcode_order where orderbh='".$orderbh."' and userid=".$userid);if(!$row=mysql_fetch_array($res)){php_toheader("order.php");}
  8. $ifztcontrol=1;
  9. ?>
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <meta http-equiv="x-ua-compatible" content="ie=7" />
  14. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  15. <title>用户管理面板 - <?=webname?></title>
  16. <? include("cssjs.html");?>
  17. <link href="css/buy.css" rel="stylesheet" type="text/css" />
  18. </head>
  19. <body>
  20. <? include("../tem/top.html");?>
  21. <? include("top.php");?>
  22. <? if(returncount("yjcode_smsmail where userid=".$userid." and tyid=1")>0){?>
  23. <script language="javascript">
  24. layer.open({
  25. type: 2,
  26. area: ['300px', '180px'],
  27. title:["订单同步","text-align:left"],
  28. skin: 'layui-layer-rim', //加上边框
  29. content:['sms_sell.php', 'no']
  30. });
  31. </script>
  32. <? }?>
  33. <div class="yjcode">
  34. <? include("left.php");?>
  35. <!--RB-->
  36. <div class="userright">
  37. <ul class="wz">
  38. <li class="l1 l2"><a href="javascript:void(0);">订单详情</a></li>
  39. <li class="l1"><a href="order.php">我的订单</a></li>
  40. </ul>
  41. <!--白B-->
  42. <div class="rkuang">
  43. <? include("orderv.php");?>
  44. <div class="clear clear15"></div>
  45. </div>
  46. <!--白E-->
  47. </div>
  48. <!--RE-->
  49. </div>
  50. <div class="clear clear15"></div>
  51. <? include("../tem/bottom.html");?>
  52. </body>
  53. </html>