2018-12-28 10:58:37 +00:00
|
|
|
{{include file="public/header" /}}
|
|
|
|
|
|
|
|
|
|
<!-- right content start -->
|
|
|
|
|
<div class="content-right">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<!-- table nav start -->
|
|
|
|
|
{{include file="sms/nav"" /}}
|
|
|
|
|
<!-- table nav end -->
|
|
|
|
|
|
|
|
|
|
<!-- form start -->
|
|
|
|
|
<form class="am-form form-validation view-save" action="{{:MyUrl('admin/sms/save')}}" method="POST" request-type="ajax-url" request-value="{{:MyUrl('admin/sms/index', ['type'=>'sms'])}}">
|
|
|
|
|
<div class="am-form-group">
|
2019-03-11 03:03:30 +00:00
|
|
|
<label>{{$data.common_sms_apikey.name}}<span class="am-form-group-label-tips">{{$data.common_sms_apikey.describe}}</span></label>
|
2018-12-28 10:58:37 +00:00
|
|
|
<input type="text" name="{{$data.common_sms_apikey.only_tag}}" placeholder="{{$data.common_sms_apikey.name}}" data-validation-message="{{$data.common_sms_apikey.error_tips}}" class="am-radius" {{if !empty($data)}}value="{{$data.common_sms_apikey.value}}"{{/if}} />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="am-form-group">
|
2019-03-11 03:03:30 +00:00
|
|
|
<label>{{$data.common_sms_apisecret.name}}<span class="am-form-group-label-tips">{{$data.common_sms_apisecret.describe}}</span></label>
|
2018-12-28 10:58:37 +00:00
|
|
|
<input type="text" name="{{$data.common_sms_apisecret.only_tag}}" placeholder="{{$data.common_sms_apisecret.name}}" data-validation-message="{{$data.common_sms_apisecret.error_tips}}" class="am-radius" {{if !empty($data)}}value="{{$data.common_sms_apisecret.value}}"{{/if}} />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="am-form-group">
|
2019-03-11 03:03:30 +00:00
|
|
|
<label>{{$data.common_sms_sign.name}}<span class="am-form-group-label-tips">{{$data.common_sms_sign.describe}}</span></label>
|
2018-12-28 10:58:37 +00:00
|
|
|
<input type="text" name="{{$data.common_sms_sign.only_tag}}" placeholder="{{$data.common_sms_sign.name}}" data-validation-message="{{$data.common_sms_sign.error_tips}}" class="am-radius" maxlength="16" {{if !empty($data)}}value="{{$data.common_sms_sign.value}}"{{/if}} />
|
|
|
|
|
</div>
|
2019-03-02 06:33:51 +00:00
|
|
|
<div class="am-form-group am-form-group-refreshing">
|
2019-05-16 17:42:37 +00:00
|
|
|
<button type="submit" class="am-btn am-btn-primary am-radius btn-loading-example am-btn-sm am-btn-block" data-am-loading="{loadingText:'处理中...'}">保存</button>
|
2018-12-28 10:58:37 +00:00
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<!-- form end -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- right content end -->
|
|
|
|
|
|
|
|
|
|
<!-- footer start -->
|
|
|
|
|
{{include file="public/footer" /}}
|
|
|
|
|
<!-- footer end -->
|