Files
shopxo/app/admin/view/default/lib/seo_data.html
gongfuxiang 83641a9a53 v6.2.0
2024-07-03 22:46:04 +08:00

16 lines
617 B
HTML

<div class="item" data-key="seo-data-title">
{{if !empty($data)}}
<dl class="dl-content">
<dt>{{:MyLang('form_seo_title_title')}}</dt>
<dd>{{if !empty($data['seo_title'])}}{{$data.seo_title}}{{/if}}</dd>
<dt>{{:MyLang('form_seo_keywords_title')}}</dt>
<dd>{{if !empty($data['seo_keywords'])}}{{$data.seo_keywords}}{{/if}}</dd>
<dt>{{:MyLang('form_seo_desc_title')}}</dt>
<dd>{{if !empty($data['seo_desc'])}}{{$data.seo_desc}}{{/if}}</dd>
</dl>
{{else /}}
{{:ModuleInclude('public/not_data')}}
{{/if}}
</div>