国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

143 lines
6.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>登录设置</title>
  7. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. <script src="../static/web/js/jquery.min.js"></script>
  11. <script src="../static/web/js/bootstrap.min.js"></script>
  12. </head>
  13. <body>
  14. <table cellpadding="3" cellspacing="1" align="center" class="table maintable my-3">
  15. <tr>
  16. <td bgcolor="#f5f5f5" colspan="4">
  17. <table cellspacing="0" cellpadding="0" class="table table-borderless w-100">
  18. <tr>
  19. <td>会员登录设置</td>
  20. <td align="right"><span><a href="https://www.dedebiz.com/help" target="_blank" class="btn btn-success btn-sm">更多接口</a></span></td>
  21. </tr>
  22. </table>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td colspan="4">
  27. <form>
  28. <div class="form-group">
  29. <label for="iptAppID">登录方式</label>
  30. <div class="form-check form-check-inline">
  31. <input name="loginType" class="form-check-input" type="checkbox" id="loginType1" value="option1" checked disabled>
  32. <label class="form-check-label" for="loginType1">会员名密码</label>
  33. </div>
  34. <div class="form-check form-check-inline">
  35. <input name="loginType" class="form-check-input" type="checkbox" id="loginType2" value="option2">
  36. <label class="form-check-label" for="loginType2">手机验证码</label>
  37. </div>
  38. <div class="form-check form-check-inline">
  39. <input name="loginType" class="form-check-input" type="checkbox" id="loginType3" value="option2">
  40. <label class="form-check-label" for="loginType3">微信登录</label>
  41. </div>
  42. <div class="form-check form-check-inline">
  43. <input name="loginType" class="form-check-input" type="checkbox" id="loginType4" value="option2">
  44. <label class="form-check-label" for="loginType4">抖音登录</label>
  45. </div>
  46. </div>
  47. </form>
  48. <ul class="nav nav-tabs" id="myTab" role="tablist">
  49. <li class="nav-item" role="presentation">
  50. <button class="nav-link" id="alipay-tab" data-toggle="tab" data-target="#alipay" type="button" role="tab" aria-controls="alipay" aria-selected="false">手机验证码</button>
  51. </li>
  52. <li class="nav-item" role="presentation">
  53. <button class="nav-link" id="bank-tab" data-toggle="tab" data-target="#bank" type="button" role="tab" aria-controls="bank" aria-selected="false">微信登录</button>
  54. </li>
  55. <li class="nav-item" role="presentation">
  56. <button class="nav-link" id="balance-tab" data-toggle="tab" data-target="#balance" type="button" role="tab" aria-controls="balance" aria-selected="false">抖音登录</button>
  57. </li>
  58. </ul>
  59. <div class="tab-content py-3" id="myTabContent">
  60. <div class="tab-pane fade show active" id="wechat" role="tabpanel" aria-labelledby="wechat-tab">
  61. <form>
  62. <div class="form-group form-check">
  63. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  64. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  65. </div>
  66. </form>
  67. </div>
  68. <div class="tab-pane fade" id="alipay" role="tabpanel" aria-labelledby="alipay-tab">
  69. <form>
  70. <div class="form-group">
  71. <label for="iptAppID">APPID</label>
  72. <input type="appid" class="form-control" id="iptAppID">
  73. </div>
  74. <div class="form-group">
  75. <label for="iptAppSecret">应用私钥</label>
  76. <input type="appid" class="form-control" id="iptAppSecret">
  77. </div>
  78. <div class="form-group">
  79. <label for="iptAppSecret">应用公钥证书</label>
  80. <input type="appid" class="form-control" id="iptAppSecret">
  81. </div>
  82. <div class="form-group">
  83. <label for="iptAppSecret">支付宝公钥证书</label>
  84. <input type="appid" class="form-control" id="iptAppSecret">
  85. </div>
  86. <div class="form-group">
  87. <label for="iptAppSecret">支付宝根证书</label>
  88. <input type="appid" class="form-control" id="iptAppSecret">
  89. </div>
  90. <div class="form-group">
  91. <label for="iptAppSecret">签名类型</label>
  92. <input type="appid" class="form-control" id="iptAppSecret">
  93. </div>
  94. <div class="form-group form-check">
  95. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  96. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  97. </div>
  98. </form>
  99. </div>
  100. <div class="tab-pane fade" id="bank" role="tabpanel" aria-labelledby="bank-tab">
  101. <form>
  102. <div class="form-group">
  103. <label for="iptAppID">账户名</label>
  104. <input type="appid" class="form-control" id="iptAppID">
  105. </div>
  106. <div class="form-group">
  107. <label for="iptAppSecret">账号</label>
  108. <input type="appid" class="form-control" id="iptAppSecret">
  109. </div>
  110. <div class="form-group">
  111. <label for="iptAppSecret">开户行</label>
  112. <input type="appid" class="form-control" id="iptAppSecret">
  113. </div>
  114. <div class="form-group form-check">
  115. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  116. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  117. </div>
  118. </form>
  119. </div>
  120. <div class="tab-pane fade" id="balance" role="tabpanel" aria-labelledby="balance-tab">
  121. <form>
  122. <div class="form-group form-check">
  123. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  124. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  125. </div>
  126. </form>
  127. </div>
  128. <div class="tab-pane fade" id="cod" role="tabpanel" aria-labelledby="cod-tab">
  129. <form>
  130. <div class="form-group form-check">
  131. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  132. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  133. </div>
  134. </form>
  135. </div>
  136. <button type="submit" class="btn btn-success">保存</button>
  137. </div>
  138. </td>
  139. </tr>
  140. </table>
  141. </body>
  142. </html>