Files
OMS/app/taoexlib/view/admin/blacklist.html
2026-01-04 19:08:31 +08:00

35 lines
1.4 KiB
HTML

<!--
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="tableform">
<h3>免打扰设置</h3>
<div class="division">
<form method="post" action="index.php?app=taoexlib&ctl=admin_setting&act=blacklist" id="form-branch">
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
<tbody>
<tr>
<th><em class="c-red">*</em>免打扰手机号:</th>
<td>
<{input id="blacklist" type="textarea" name="set[taoexlib.message.blacklist]" rows="13" cols="16" value=$setData.taoexlib_message_blacklist vtype='required' }>
<span><em class="c-red">*</em> 请已<em class="c-red">##</em>作为分隔符号。</span>
</td>
</tr>
</tbody>
</table>
<div class="table-action"><{button label="保存" type="submit" name="submit" id="btn-branch"}></div>
</form>
</div>
</div>