暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

oss.htm 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <form method="post" id="OssFormData" name="form1">
  2. <div class="hDiv" id="oss">
  3. <div class="hDivBox">
  4. <table cellspacing="0" cellpadding="0" style="width: 100%">
  5. <thead>
  6. <tr>
  7. <th class="sign w10" axis="col0">
  8. <div class="tc"></div>
  9. </th>
  10. <th abbr="article_title" axis="col3" class="w10">
  11. <div id="anchor-sms" class="tc">
  12. {notempty name="$is_eyou_authortoken"}
  13. <i class="anchor-icon anchor-icon-biao" title="限商业授权以上可用"></i>
  14. {/notempty}
  15. OSS配置
  16. </div>
  17. </th>
  18. <th abbr="ac_id" axis="col4">
  19. <div class=""></div>
  20. </th>
  21. </tr>
  22. </thead>
  23. </table>
  24. </div>
  25. </div>
  26. <div class="ncap-form-default">
  27. <dl class="row">
  28. <dt class="tit">
  29. <label for="oss_switch">开启OSS</label>
  30. </dt>
  31. <dd class="opt">
  32. <div class="onoff">
  33. <label for="switch1" class="cb-enable {if condition="isset($oss.oss_switch) && $oss.oss_switch eq 1"}selected{/if}">开启</label>
  34. <label for="switch0" class="cb-disable {if condition="!isset($oss.oss_switch) || $oss.oss_switch eq 0"}selected{/if}">关闭</label>
  35. <input type="radio" id="switch1" name="oss_switch" value="1" {if condition="isset($oss.oss_switch) && $oss.oss_switch eq 1"}checked="checked"{/if}>
  36. <input type="radio" id="switch0" name="oss_switch" value="0" {if condition="!isset($oss.oss_switch) || $oss.oss_switch eq 0"}checked="checked"{/if} >
  37. </div>
  38. <p class="notic">是否开启OSS,开启时上传图片自动同步到OSS</p>
  39. </dd>
  40. </dl>
  41. <dl class="row">
  42. <dt class="tit">
  43. <label for="oss_key_id"><em>*</em>KeyId</label>
  44. </dt>
  45. <dd class="opt">
  46. <input id="oss_key_id" name="oss_key_id" value="{$oss.oss_key_id|default=''}" class="input-txt" type="text" />
  47. <p class="notic">OSS对象存储的AccessKeyId</p>
  48. </dd>
  49. </dl>
  50. <dl class="row">
  51. <dt class="tit">
  52. <label for="oss_key_secret"><em>*</em>KeySecret</label>
  53. </dt>
  54. <dd class="opt">
  55. <input id="oss_key_secret" name="oss_key_secret" value="{$oss.oss_key_secret|default=''}" class="input-txt" type="text" />
  56. <p class="notic">OSS对象存储的AccessKeySecret</p>
  57. </dd>
  58. </dl>
  59. <dl class="row">
  60. <dt class="tit">
  61. <label for="oss_endpoint"><em>*</em>Endpoint</label>
  62. </dt>
  63. <dd class="opt">
  64. <input id="oss_endpoint" name="oss_endpoint" value="{$oss.oss_endpoint|default=''}" class="input-txt" type="text" />
  65. <p class="notic">OSS对象存储的Endpoint,比如 oss-cn-beijing.aliyuncs.com</p>
  66. </dd>
  67. </dl>
  68. <dl class="row">
  69. <dt class="tit">
  70. <label for="oss_bucket"><em>*</em>Bucket</label>
  71. </dt>
  72. <dd class="opt">
  73. <input id="oss_bucket" name="oss_bucket" value="{$oss.oss_bucket|default=''}" class="input-txt" type="text" />
  74. <p class="notic">OSS对象存储的Bucket名称</p>
  75. </dd>
  76. </dl>
  77. <dl class="row">
  78. <dt class="tit">
  79. <label for="oss_domain"><em>*</em>访问域名</label>
  80. </dt>
  81. <dd class="opt">
  82. <input id="oss_domain" name="oss_domain" value="{$oss.oss_domain|default=''}" class="input-txt" type="text" />
  83. <p class="notic">Bucket绑定的域名,请绑定并解析后填入,否则无法正常查看图片</p>
  84. </dd>
  85. </dl>
  86. <dl class="row">
  87. <div class="bot" style="padding-bottom:0px;">
  88. <a href="JavaScript:void(0);" onclick="CheckOssForm();" class="ncap-btn-big ncap-btn-green">确认提交</a>
  89. &nbsp;<a href="JavaScript:void(0);" onclick="click_to_eyou_1575506523('https://www.eyoucms.com/plus/view.php?aid=9318','OSS配置教程')" style="font-size: 12px;padding-left: 10px;position:absolute;top: 42px">不会配置?</a>
  90. </div>
  91. </dl>
  92. </div>
  93. </form>
  94. <script type="text/javascript">
  95. function CheckOssForm() {
  96. if (!$('#oss_key_id').val()) {
  97. layer.msg('请填写 AccessKeyId');
  98. $('#oss_key_id').focus();
  99. return false;
  100. }
  101. if (!$('#oss_key_secret').val()) {
  102. layer.msg('请填写 AccessKeySecret');
  103. $('#oss_key_secret').focus();
  104. return false;
  105. }
  106. if (!$('#oss_endpoint').val()) {
  107. layer.msg('请填写 Endpoint');
  108. $('#oss_endpoint').focus();
  109. return false;
  110. }
  111. if (!$('#oss_bucket').val()) {
  112. layer.msg('请填写 Bucket');
  113. $('#oss_bucket').focus();
  114. return false;
  115. }
  116. if (!$('#oss_domain').val()) {
  117. layer.msg('请填写 访问域名');
  118. $('#oss_domain').focus();
  119. return false;
  120. }
  121. layer_loading('正在处理');
  122. $.ajax({
  123. url: "{:url('System/oss', ['_ajax'=>1])}",
  124. type: 'POST',
  125. dataType: 'JSON',
  126. data: $('#OssFormData').serialize(),
  127. success: function(res){
  128. layer.closeAll();
  129. if (1 == res.code) {
  130. layer.msg(res.msg, {icon: 1, time: 1000});
  131. return false;
  132. } else {
  133. var icon = 2;
  134. try{
  135. if (res.data.icon) {
  136. icon = res.data.icon;
  137. }
  138. }catch(e){}
  139. layer.alert(res.msg, {icon: icon, title:false});
  140. return false;
  141. }
  142. },
  143. error: function(e){
  144. layer.closeAll();
  145. showErrorMsg(e.responseText);
  146. return false;
  147. }
  148. });
  149. }
  150. </script>