Нема описа
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="cursor: default; -moz-user-select: inherit; min-width:400px;">
  3. <div id="append_parent"></div>
  4. <div id="ajaxwaitid"></div>
  5. <div class="page min-hg-c-i" style="min-width: 400px;">
  6. <div class="fixed-bar">
  7. <div class="item-title">
  8. <a class="back_xin" href="{:url('System/api_conf')}" title="返回"><i class="iconfont e-fanhui"></i></a>
  9. <div class="subject">
  10. <h3>云短信</h3>
  11. <h5></h5>
  12. </div>
  13. <ul class="tab-base nc-row">
  14. {eq name="'System@sms'|is_check_access" value="1"}
  15. <li><a href="{:url('System/sms')}" {if condition="'sms'==$Think.const.ACTION_NAME"}class="current"{/if}><span>短信配置</span></a></li>
  16. {/eq}
  17. {eq name="'System@sms_tpl'|is_check_access" value="1"}
  18. <li><a href="{:url('System/sms_tpl')}" {if condition="'sms_tpl'==$Think.const.ACTION_NAME"}class="current"{/if}><span>自定义模板</span></a></li>
  19. {/eq}
  20. </ul>
  21. </div>
  22. </div>
  23. <div class="flexigrid">
  24. {empty name='$is_conf'}
  25. <!-- 操作说明 -->
  26. <div id="explanation" class="explanation">
  27. <div id="checkZoom" class="title"><i class="fa fa-lightbulb-o"></i>
  28. <h4 title="提示相关设置操作时应注意的要点">提示</h4>
  29. <span title="收起提示" id="explanationZoom" style="display: block;"></span>
  30. </div>
  31. <ul>
  32. <li style="color: red;">提示:短信尚未配置信息,全站短信功能将无法使用。</li>
  33. <!-- <li style="color: red;">模板填写已优化,请前往消息通知填写! <a href="{:url('Notice/buyer_notice')}">点击前往</a></li> -->
  34. </ul>
  35. </div>
  36. {/empty}
  37. <div class="mDiv">
  38. <div class="ftitle">
  39. <div class="member-nav-group">
  40. <label class="member-nav-item">
  41. <input type="button" class="btn {if condition="$sms_type == 1"}selected{else/}current{/if}" value="阿里云短信" onclick="window.location.href='{:url("System/sms_tpl", ["sms_type"=>1])}';">
  42. </label>
  43. <label class="member-nav-item">
  44. <input type="button" class="btn {if condition="$sms_type == 2"}selected{else/}current{/if}" value="腾讯云短信" onclick="window.location.href='{:url("System/sms_tpl", ["sms_type"=>2])}';">
  45. </label>
  46. </div>
  47. </div>
  48. </div>
  49. <div class="hDiv">
  50. <div class="hDivBox">
  51. <table cellspacing="0" cellpadding="0" style="width: 100%">
  52. <thead>
  53. <tr>
  54. <th abbr="article_title" axis="col3" class="w100">
  55. <div class="text-l10">模板类型</div>
  56. </th>
  57. <th abbr="article_title" axis="col3" class="w230">
  58. <div class="text-l10">签名名称</div>
  59. </th>
  60. <th abbr="article_title" axis="col3" class="w230">
  61. <div class="text-l10">{eq name="$sms_type" value="1"}模板CODE{else /}模板id{/eq}</div>
  62. </th>
  63. <th abbr="article_title" axis="col3" class="">
  64. <div class="text-l10">模板内容</div>
  65. </th>
  66. <th abbr="send_scene" axis="col4" class="w150">
  67. <div class="tc">接收人</div>
  68. </th>
  69. <!-- <th abbr="article_time" axis="col6" class="w50">
  70. <div class="tc">启用</div>
  71. </th> -->
  72. </tr>
  73. </thead>
  74. </table>
  75. </div>
  76. </div>
  77. <div class="bDiv" style="height: auto;">
  78. <div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
  79. <table style="width: 100%">
  80. <tbody>
  81. {empty name="list"}
  82. <tr>
  83. <td class="no-data" align="center" axis="col0" colspan="50">
  84. <div class="no_row">
  85. <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
  86. </div>
  87. </td>
  88. </tr>
  89. {else/}
  90. {foreach name="list" item="vo" key="k" }
  91. <tr>
  92. <td class="">
  93. <div class="w100 text-l10">
  94. {$vo.tpl_title}
  95. </div>
  96. </td>
  97. <td class="">
  98. <div class="w230">
  99. {php}
  100. $disabled_str = '';
  101. $web_users_switch = !empty($global['web_users_switch']) ? $global['web_users_switch'] : 0;
  102. if ((empty($shop_open) || $php_servicemeal <= 1) && in_array($vo['send_scene'], [5,6])) {
  103. $disabled_str = 'disabled="disabled" title="请开启商城中心"';
  104. } else if (empty($web_users_switch) && in_array($vo['send_scene'], [0,1,4])) {
  105. $disabled_str = 'disabled="disabled" title="请开启会员中心"';
  106. }
  107. {/php}
  108. <input type="text" name="sms_sign" value="{$vo.sms_sign}" onchange="changeTableVal('sms_template','tpl_id','{$vo.tpl_id}','sms_sign',this);" style="width: 80%;" placeholder="短信签名名称,例:易优" {$disabled_str}>
  109. </div>
  110. </td>
  111. <td class="">
  112. <div class="w230">
  113. <input type="text" name="sms_tpl_code" value="{$vo.sms_tpl_code}" onchange="changeTableVal('sms_template', 'tpl_id', '{$vo.tpl_id}', 'sms_tpl_code', this);" style="width: 80%;" placeholder="{eq name="$sms_type" value="1"}短信模板CODE,例:SMS_123456789{else /}短信模板id,例:123456789{/eq}" {$disabled_str}>
  114. </div>
  115. </td>
  116. <td style="width: 100%">
  117. <div class="">
  118. {if condition="$vo.send_scene == 11" /}
  119. <input type="text" name="tpl_content" value="{$vo.tpl_content}" onchange="changeTableVal('sms_template', 'tpl_id', '{$vo.tpl_id}', 'tpl_content', this);" style="width: 94%;" placeholder="您有新的留言消息,请查收!" {$disabled_str}>
  120. {else /}
  121. <input type="text" name="tpl_content" value="{$vo.tpl_content}" onchange="changeTableVal('sms_template', 'tpl_id', '{$vo.tpl_id}', 'tpl_content', this);" style="width: 94%;" placeholder="{eq name="$sms_type" value="1"}短信模板内容,例:验证码为 ${content} ,请在30分钟内输入验证。{else /}验证码为:{1},您正在登录,若非本人操作,请勿泄露。{/eq}" {$disabled_str}>
  122. {/if}
  123. </div>
  124. </td>
  125. <td style="width: 100%">
  126. <div class="w150 tc">
  127. {if condition="in_array($vo.send_scene,[11, 5, 20])"}
  128. <span class="green">站长</span>
  129. {else /}
  130. <span class="red">用户</span>
  131. {/if}
  132. </div>
  133. </td>
  134. <!-- <td class="">
  135. <div class="w50 tc">
  136. {eq name="$vo['is_open']" value='1'}
  137. <span class="yes" onClick="changeTableVal('sms_template', 'tpl_id', '{$vo.tpl_id}', 'is_open', this);"><i class="fa fa-check-circle"></i>是</span>
  138. {else /}
  139. <span class="no" onClick="changeTableVal('sms_template', 'tpl_id', '{$vo.tpl_id}', 'is_open', this);"><i class="fa fa-ban"></i>否</span>
  140. {/eq}
  141. </div>
  142. </td> -->
  143. </tr>
  144. {/foreach}
  145. {/empty}
  146. </tbody>
  147. </table>
  148. </div>
  149. <div class="iDiv" style="display: none;"></div>
  150. </div>
  151. <div class="tDiv">
  152. <div class="tDiv2">
  153. {include file="public/page" /}
  154. </div>
  155. <div style="clear:both"></div>
  156. </div>
  157. </div>
  158. </div>
  159. <script>
  160. $(document).ready(function(){
  161. // 表格行点击选中切换
  162. $('#flexigrid > table>tbody >tr').click(function(){
  163. $(this).toggleClass('trSelected');
  164. });
  165. // 点击刷新数据
  166. $('.fa-refresh').click(function(){
  167. location.href = location.href;
  168. });
  169. });
  170. </script>
  171. {include file="public/footer" /}