35 lines
1.8 KiB
HTML
Executable File
35 lines
1.8 KiB
HTML
Executable File
{{include file="public/header" /}}
|
|
|
|
<!-- right content start -->
|
|
<div class="content-right">
|
|
<div class="content">
|
|
<!-- form start -->
|
|
<form class="am-form form-validation view-save" action="{{:PluginsAdminUrl('footercustomerservice', 'admin', 'save')}}" method="POST" request-type="ajax-url" request-value="{{:PluginsAdminUrl('footercustomerservice', 'admin', 'index')}}" enctype="multipart/form-data">
|
|
<legend>
|
|
<span class="fs-16">底部客户服务介绍</span>
|
|
<a href="{{:PluginsAdminUrl('footercustomerservice', 'admin', 'index')}}" class="fr fs-14 m-t-5 am-icon-mail-reply"> 返回</a>
|
|
</legend>
|
|
|
|
<div class="am-form-group">
|
|
<label>是否仅首页<span class="am-form-group-label-tips">默认全局</span></label>
|
|
<div>
|
|
{{foreach $is_whether_list as $v}}
|
|
<label class="am-radio-inline m-r-10">
|
|
<input type="radio" name="is_only_home" value="{{$v.id}}" {{if isset($data['is_only_home']) and $data['is_only_home'] eq $v['id']}}checked="checked"{{else /}}{{if !isset($data['is_only_home']) and isset($v['checked']) and $v['checked'] eq true}}checked="checked"{{/if}}{{/if}} data-am-ucheck /> {{$v.name}}
|
|
</label>
|
|
{{/foreach}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="am-form-group am-form-group-refreshing">
|
|
<button type="submit" class="am-btn am-btn-primary am-radius btn-loading-example am-btn-sm w100" data-am-loading="{loadingText:'处理中...'}">保存</button>
|
|
</div>
|
|
</form>
|
|
<!-- form end -->
|
|
</div>
|
|
</div>
|
|
<!-- right content end -->
|
|
|
|
<!-- footer start -->
|
|
{{include file="public/footer" /}}
|
|
<!-- footer end --> |