25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
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>
|
|
|
|
{{if isset($data['share_images'])}}
|
|
<dt>{{:MyLang('form_share_images_title')}}</dt>
|
|
<dd>
|
|
{{if !empty($data['share_images'])}}
|
|
<img src="{{$data.share_images}}" class="am-radius common-annex-view-event" data-value="{{$data.share_images}}" height="30" />
|
|
{{/if}}
|
|
</dd>
|
|
{{/if}}
|
|
</dl>
|
|
{{else /}}
|
|
{{:ModuleInclude('public/not_data')}}
|
|
{{/if}}
|
|
</div> |