32 lines
1.4 KiB
HTML
Executable File
32 lines
1.4 KiB
HTML
Executable File
<include file="Public/Header" />
|
||
|
||
<!-- right content start -->
|
||
<div class="content-right">
|
||
<div class="content">
|
||
<!-- table nav start -->
|
||
<include file="Nav" />
|
||
<!-- table nav end -->
|
||
|
||
<!-- form start -->
|
||
<form class="am-form form-validation view-save" action="{{:U('Admin/Agreement/Save')}}" method="POST" request-type="ajax-url" request-value="{{:U('Admin/Agreement/Index', ['type'=>'kehu'])}}">
|
||
<div class="am-form-group">
|
||
<label>{{$data.common_agreement_kehu.name}}<span class="fs-12 fw-100 cr-999">({{$data.common_agreement_kehu.describe}})</span></label>
|
||
<script type="text/plain" id="common_agreement_kehu" name="{{$data.common_agreement_kehu.only_tag}}"><present name="data">{{$data.common_agreement_kehu.value}}</present></script>
|
||
</div>
|
||
<div class="am-form-group">
|
||
<button type="submit" class="am-btn am-btn-primary am-radius btn-loading-example am-btn-sm w100" data-am-loading="{loadingText:'{{:L('common_form_loading_tips')}}'}">{{:L('common_operation_save')}}</button>
|
||
</div>
|
||
<div class="am-form-group">
|
||
<a href="{{:HomeUrl('Agreement', 'Index', ['app_client'=>'kehu'], '', true)}}" target="_blank">
|
||
<button type="button" class="am-btn am-btn-success am-radius am-btn-sm am-btn-block">预览</button>
|
||
</a>
|
||
</div>
|
||
</form>
|
||
<!-- form end -->
|
||
</div>
|
||
</div>
|
||
<!-- right content end -->
|
||
|
||
<!-- footer start -->
|
||
<include file="Public/Footer" />
|
||
<!-- footer end --> |