aboutview.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?
  2. include("../../config/conn.php");
  3. include("../../config/function.php");
  4. include("../../config/xy.php");
  5. $uid=$_GET[id];
  6. $sj=date("Y-m-d H:i:s");
  7. $sqluser="select * from yjcode_user where zt=1 and (shopzt=2 or shopzt=4) and id=".$uid;mysql_query("SET NAMES 'GBK'");$resuser=mysql_query($sqluser);
  8. if(!$rowuser=mysql_fetch_array($resuser)){php_toheader("./");}
  9. if(4==$rowuser[shopzt]){php_toheader("dqview".$rowuser[id].".html");}
  10. ?>
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14. <meta http-equiv="x-ua-compatible" content="ie=7" />
  15. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  16. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
  17. <title><?=$rowuser[shopname]?>的网上店铺 - <?=webname?></title>
  18. <? include("../tem/cssjs.html");?>
  19. </head>
  20. <body>
  21. <? include("top.php");?>
  22. <script language="javascript">
  23. document.getElementById("topmenu4").className="a1";
  24. </script>
  25. <div class="aboutview box">
  26. <div class="dmain">
  27. <?=returnjgdw($rowuser[txt],"","介绍资料正在整理中……")?>
  28. </div>
  29. </div>
  30. <? include("../tem/moban/".$rowcontrol[wapmb]."/tem/bottom.php");?>
  31. </body>
  32. </html>