favpro.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. $userid=returnuserid($_SESSION[SHOPUSER]);
  6. $sj=date("Y-m-d H:i:s");
  7. if($_GET[control]=="del"){
  8. deletetable("yjcode_profav where userid=".$userid." and id=".$_GET[id]);
  9. php_toheader("favpro.php");
  10. }
  11. ?>
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15. <meta http-equiv="x-ua-compatible" content="ie=7" />
  16. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  17. <title>用户管理面板 - <?=webname?></title>
  18. <? include("cssjs.html");?>
  19. <link href="css/inf.css" rel="stylesheet" type="text/css" />
  20. </head>
  21. <body>
  22. <? include("../tem/top.html");?>
  23. <? include("top.php");?>
  24. <div class="yjcode">
  25. <? include("left.php");?>
  26. <!--RB-->
  27. <div class="userright">
  28. <? include("rcap7.php");?>
  29. <script language="javascript">
  30. document.getElementById("rcap1").className="l1 l2";
  31. </script>
  32. <!--白B-->
  33. <div class="rkuang">
  34. <!--店铺收藏B-->
  35. <div class="favpro">
  36. <ul class="u1">
  37. <?
  38. if($_GET[page]!=""){$page=$_GET[page];}else{$page=1;}
  39. pagef(" where userid=".$userid,14,"yjcode_profav","order by sj desc");while($row=mysql_fetch_array($res)){
  40. while1("*","yjcode_pro where bh='".$row[probh]."' order by lastsj desc limit 5");$row1=mysql_fetch_array($res1);
  41. ?>
  42. <li class="l1"><a href="../product/view<?=$row1[id]?>.html" target="_blank"><img border="0" src="<?=returntp("bh='".$row1[bh]."' order by iffm desc limit 1","-2")?>" width="120" height="120" /><br><?=returntitdian($row1[tit],50)?></a><br><strong class="feng">¥<?=returnjgdian(returnyhmoney($row1[yhxs],$row1[money2],$row1[money3],$sj,$row1[yhsj1],$row1[yhsj2],$row1[id]))?></strong><br>[<a href="favpro.php?id=<?=$row[id]?>&control=del">移除</a>]</li>
  43. <? }?>
  44. </ul>
  45. </div>
  46. <?
  47. $nowurl="favpro.php";
  48. $nowwd="";
  49. include("page.php");
  50. ?>
  51. <!--店铺收藏E-->
  52. </div>
  53. <!--白E-->
  54. </div>
  55. <!--RE-->
  56. </div>
  57. <div class="clear clear15"></div>
  58. <? include("../tem/bottom.html");?>
  59. </body>
  60. </html>