国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

136 行
5.8KB

  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 align="center" class="table maintable my-3">
  15. <tr>
  16. <td bgcolor="#f5f5f5" colspan="4">会员登录设置</td>
  17. </tr>
  18. <tr>
  19. <td colspan="4">
  20. <form>
  21. <div class="form-group">
  22. <label for="iptAppID">登录方式</label>
  23. <div class="form-check form-check-inline">
  24. <input name="loginType" class="form-check-input" type="checkbox" id="loginType1" value="option1" checked disabled>
  25. <label class="form-check-label" for="loginType1">会员名密码</label>
  26. </div>
  27. <div class="form-check form-check-inline">
  28. <input name="loginType" class="form-check-input" type="checkbox" id="loginType2" value="option2">
  29. <label class="form-check-label" for="loginType2">手机验证码</label>
  30. </div>
  31. <div class="form-check form-check-inline">
  32. <input name="loginType" class="form-check-input" type="checkbox" id="loginType3" value="option2">
  33. <label class="form-check-label" for="loginType3">微信登录</label>
  34. </div>
  35. <div class="form-check form-check-inline">
  36. <input name="loginType" class="form-check-input" type="checkbox" id="loginType4" value="option2">
  37. <label class="form-check-label" for="loginType4">抖音登录</label>
  38. </div>
  39. </div>
  40. </form>
  41. <ul class="nav nav-tabs" id="myTab" role="tablist">
  42. <li class="nav-item" role="presentation">
  43. <button class="nav-link" id="alipay-tab" data-toggle="tab" data-target="#alipay" type="button" role="tab" aria-controls="alipay" aria-selected="false">手机验证码</button>
  44. </li>
  45. <li class="nav-item" role="presentation">
  46. <button class="nav-link" id="bank-tab" data-toggle="tab" data-target="#bank" type="button" role="tab" aria-controls="bank" aria-selected="false">微信登录</button>
  47. </li>
  48. <li class="nav-item" role="presentation">
  49. <button class="nav-link" id="balance-tab" data-toggle="tab" data-target="#balance" type="button" role="tab" aria-controls="balance" aria-selected="false">抖音登录</button>
  50. </li>
  51. </ul>
  52. <div class="tab-content py-3" id="myTabContent">
  53. <div class="tab-pane fade show active" id="wechat" role="tabpanel" aria-labelledby="wechat-tab">
  54. <form>
  55. <div class="form-group form-check">
  56. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  57. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  58. </div>
  59. </form>
  60. </div>
  61. <div class="tab-pane fade" id="alipay" role="tabpanel" aria-labelledby="alipay-tab">
  62. <form>
  63. <div class="form-group">
  64. <label for="iptAppID">APPID</label>
  65. <input type="appid" class="form-control" id="iptAppID">
  66. </div>
  67. <div class="form-group">
  68. <label for="iptAppSecret">应用私钥</label>
  69. <input type="appid" class="form-control" id="iptAppSecret">
  70. </div>
  71. <div class="form-group">
  72. <label for="iptAppSecret">应用公钥证书</label>
  73. <input type="appid" class="form-control" id="iptAppSecret">
  74. </div>
  75. <div class="form-group">
  76. <label for="iptAppSecret">支付宝公钥证书</label>
  77. <input type="appid" class="form-control" id="iptAppSecret">
  78. </div>
  79. <div class="form-group">
  80. <label for="iptAppSecret">支付宝根证书</label>
  81. <input type="appid" class="form-control" id="iptAppSecret">
  82. </div>
  83. <div class="form-group">
  84. <label for="iptAppSecret">签名类型</label>
  85. <input type="appid" class="form-control" id="iptAppSecret">
  86. </div>
  87. <div class="form-group form-check">
  88. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  89. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  90. </div>
  91. </form>
  92. </div>
  93. <div class="tab-pane fade" id="bank" role="tabpanel" aria-labelledby="bank-tab">
  94. <form>
  95. <div class="form-group">
  96. <label for="iptAppID">账户名</label>
  97. <input type="appid" class="form-control" id="iptAppID">
  98. </div>
  99. <div class="form-group">
  100. <label for="iptAppSecret">账号</label>
  101. <input type="appid" class="form-control" id="iptAppSecret">
  102. </div>
  103. <div class="form-group">
  104. <label for="iptAppSecret">开户行</label>
  105. <input type="appid" class="form-control" id="iptAppSecret">
  106. </div>
  107. <div class="form-group form-check">
  108. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  109. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  110. </div>
  111. </form>
  112. </div>
  113. <div class="tab-pane fade" id="balance" role="tabpanel" aria-labelledby="balance-tab">
  114. <form>
  115. <div class="form-group form-check">
  116. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  117. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  118. </div>
  119. </form>
  120. </div>
  121. <div class="tab-pane fade" id="cod" role="tabpanel" aria-labelledby="cod-tab">
  122. <form>
  123. <div class="form-group form-check">
  124. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  125. <label class="form-check-label" for="exampleCheck1">是否启用</label>
  126. </div>
  127. </form>
  128. </div>
  129. <button type="submit" class="btn btn-success">保存</button>
  130. </div>
  131. </td>
  132. </tr>
  133. </table>
  134. </body>
  135. </html>