openshoprz.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="x-ua-compatible" content="ie=7" />
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  11. <title>用户管理面板 - <?=webname?></title>
  12. <? include("cssjs.html");?>
  13. <link href="css/sell.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <? include("../tem/top.html");?>
  17. <? include("top.php");?>
  18. <div class="yjcode">
  19. <? include("left.php");?>
  20. <!--RB-->
  21. <div class="userright">
  22. <ul class="wz">
  23. <li class="l1 l2"><a href="openshoprz.php">资质认证</a></li>
  24. <li class="l1"><a href="openshop1.php">我要开店</a></li>
  25. </ul>
  26. <!--白B-->
  27. <div class="rkuang">
  28. <ul class="uk">
  29. <li class="l1">温馨提示:</li>
  30. <li class="l21 red"><strong>尊敬的用户朋友:请先提交以下认证信息,再申请开店</strong></li>
  31. </ul>
  32. <? if($rowuser[sfzrz]!=0 && $rowuser[sfzrz]!=1 && strstr($rowcontrol[shoprz],"xcf3xcf")){?>
  33. <ul class="urz1">
  34. <li class="l1 err">实名认证</li>
  35. <li class="l2">通过实名认证将有助于我们为您提供更好的服务</li>
  36. <li class="l3"><a href="smrz.php">提交认证</a></li>
  37. </ul>
  38. <? }?>
  39. <? if(1!=$rowuser[ifmot] && strstr($rowcontrol[shoprz],"xcf1xcf")){?>
  40. <ul class="urz1">
  41. <li class="l1 err">手机绑定</li>
  42. <li class="l2">将您的手机绑定在您注册时的帐号上,提高帐户及资金安全性</li>
  43. <li class="l3"><a href="mobbd.php">绑定手机</a></li>
  44. </ul>
  45. <? }?>
  46. <? if(1!=$rowuser[ifemail] && strstr($rowcontrol[shoprz],"xcf2xcf")){?>
  47. <ul class="urz1">
  48. <li class="l1 err">常用邮箱绑定</li>
  49. <li class="l2">当你忘记登录密码时,可以通过邮箱找回密码</li>
  50. <li class="l3"><a href="emailbd.php">绑定邮箱</a></li>
  51. </ul>
  52. <? }?>
  53. <div class="clear clear15"></div>
  54. </div>
  55. <!--白E-->
  56. </div>
  57. <!--RE-->
  58. </div>
  59. <div class="clear clear15"></div>
  60. <? include("../tem/bottom.html");?>
  61. </body>
  62. </html>