prosuc.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?
  2. include("../../config/conn.php");
  3. include("../../config/function.php");
  4. sesCheck_m();
  5. $bh=$_GET[bh];
  6. $id=$_GET[id];
  7. ?>
  8. <html>
  9. <head>
  10. <meta http-equiv="x-ua-compatible" content="ie=7" />
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  12. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
  13. <title>会员中心 <?=webname?></title>
  14. <? include("../tem/cssjs.html");?>
  15. <link href="css/sell.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <? include("topuser.php");?>
  19. <div class="bfbtop2 box">
  20. <div class="d1" onClick="gourl('productlist.php')"><img src="img/topleft1.png" height="21" /></div>
  21. <div class="d2">恭喜您,编辑成功</div>
  22. <div class="d3"></div>
  23. </div>
  24. <div class="czts box">
  25. <div class="d1">
  26. <a href="productlist.php">返回列表</a>
  27. <a href="productlx.php">发布新商品</a>
  28. <a href="product.php?bh=<?=$bh?>">重新编辑</a>
  29. <a href="product1.php?bh=<?=$bh?>">修改详情</a>
  30. <a href="../product/view<?=$id?>.html">预览刚发布的商品</a>
  31. </div>
  32. </div>
  33. </body>
  34. </html>