prosuc.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. $bh=$_GET[bh];
  6. $id=$_GET[id];
  7. ?>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <meta http-equiv="x-ua-compatible" content="ie=7" />
  12. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  13. <title>用户管理面板 - <?=webname?></title>
  14. <? include("cssjs.html");?>
  15. </head>
  16. <body>
  17. <? include("../tem/top.html");?>
  18. <? include("top.php");?>
  19. <div class="yjcode">
  20. <? include("left.php");?>
  21. <!--RB-->
  22. <div class="userright">
  23. <!--白B-->
  24. <div class="rkuang">
  25. <ul class="wz">
  26. <li class="l1 l2"><a href="javascript:void(0);">操作提示</a></li>
  27. </ul>
  28. <div class="czts">
  29. <strong class="feng">恭喜您,编辑成功!</strong><br>
  30. <a href="productlist.php">返回列表</a> | <a href="productlx.php">发布新商品</a> | <a href="product.php?bh=<?=$bh?>">返回编辑</a> | <a href="../product/view<?=$id?>.html" target="_blank">预览刚发布的商品</a>
  31. </div>
  32. </div>
  33. <!--白E-->
  34. </div>
  35. <!--RE-->
  36. </div>
  37. <div class="clear clear15"></div>
  38. <? include("../tem/bottom.html");?>
  39. </body>
  40. </html>