13 lines
450 B
HTML
Executable File
13 lines
450 B
HTML
Executable File
<!-- 继承公共的 form -->
|
|
{{extend name="public/module/form" /}}
|
|
|
|
<!-- 表单顶部操作栏 -->
|
|
{{block name="form_operate_top"}}
|
|
<legend>
|
|
<span class="am-text-default">{{:MyLang('payrequestlog.base_nav_title')}}</span>
|
|
<a href="{{:MyUrl('admin/paylog/index')}}" class="am-fr am-text-sm am-margin-top-sm am-icon-mail-reply"> {{:MyLang('retreat_title')}}</a>
|
|
</legend>
|
|
|
|
<!-- 父级内容 -->
|
|
{__block__}
|
|
{{/block}} |