You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

80 line
3.4 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>账户绑定 - 用户中心 - {$kx.config.sitename}</title>
  6. <link rel="stylesheet" href="{$kx.config.resurl}/template/kxwebno1/css/global.css"/>
  7. <link rel="stylesheet" href="{$kx.config.resurl}/template/kxwebno1/css/style.css"/>
  8. </head>
  9. <body>
  10. <!-- 头部 -->
  11. {include file="/system/header"}
  12. <!-- 内容 -->
  13. <div class="pt-content">
  14. <!-- 面包屑 -->
  15. <div class="pt-crumb">
  16. <img src="{$kx.config.resurl}/template/kxwebno1/images/crumb_icon.png" class="pt-crumb-icon">
  17. <span class="color5">
  18. <a href="{$kx.config.siteurl}">{$kx.config.sitename}</a> > <a href="{link=user.index.index}" class="color5">用户中心</a> > <a href="{link=user.info.bind}">账户绑定</a>
  19. </span>
  20. </div>
  21. <!-- 一楼 -->
  22. <div class="pt-floor1">
  23. {include file="/system/userleft"}
  24. <div class="relative pt-rank">
  25. <div class="pt-rank-head">
  26. <span class="size18 color2 mr10">账户绑定</span>
  27. </div>
  28. <div class="pt-list-content">
  29. {if $kx.config.oauth.power}
  30. <ul class="oauth">
  31. <li>
  32. <img src="{$kx.config.resurl}/template/kxwebno1/images/qq.png">
  33. {block method=user.isbind type=qq userid=$userinfo.id name=isbind}
  34. {if $isbind}
  35. <span class="size18 bold color3 block">已绑定</span>
  36. <a href="{link=user.auth.unbind type=qq}">取消绑定</a>
  37. {else}
  38. <span class="size18 bold color3 block">未绑定</span>
  39. <a href="{link=user.auth.third type=qq}">前往绑定</a>
  40. {/if}
  41. </li><li>
  42. <img src="{$kx.config.resurl}/template/kxwebno1/images/wb.png">
  43. {block method=user.isbind type=weibo userid=$userinfo.id name=isbind}
  44. {if $isbind}
  45. <span class="size18 bold color3 block">已绑定</span>
  46. <a href="{link=user.auth.unbind type=weibo}">取消绑定</a>
  47. {else}
  48. <span class="size18 bold color3 block">未绑定</span>
  49. <a href="{link=user.auth.third type=weibo}">前往绑定</a>
  50. {/if}
  51. </li>
  52. <li>
  53. <img src="{$kx.config.resurl}/template/kxwebno1/images/wx.png">
  54. {block method=user.isbind type=weixin userid=$userinfo.id name=isbind}
  55. {if $isbind}
  56. <span class="size18 bold color3 block">已绑定</span>
  57. <a href="{link=user.auth.unbind type=weixin}">取消绑定</a>
  58. {else}
  59. <span class="size18 bold color3 block">未绑定</span>
  60. <a href="{link=user.auth.third type=weixin}">前往绑定</a>
  61. {/if}
  62. </li>
  63. </ul>
  64. {/if}
  65. </div>
  66. </div>
  67. </div>
  68. </div>
  69. <!-- 底部版权-->
  70. {include file="/system/footer"}
  71. <!-- js-->
  72. <script src="{$kx.config.resurl}/template/kxwebno1/js/rankdetail.js"></script>
  73. </body>
  74. </html>