2021-06-24 14:47:40 +00:00
|
|
|
<!-- 基础信息 -->
|
|
|
|
|
{{if !empty($module_data)}}
|
|
|
|
|
<div class="am-nbfc">
|
2021-11-13 14:14:31 +00:00
|
|
|
<a href="{{:MyUrl('index/design/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.name}}">
|
2021-07-19 16:29:49 +00:00
|
|
|
<img src="{{if empty($module_data['logo'])}}{{$attachment_host}}/static/common/images/default-images-mini.png{{else /}}{{$module_data.logo}}{{/if}}" class="am-img-thumbnail am-radius am-margin-right-xs am-fl" width="60" height="60" />
|
2021-06-24 14:47:40 +00:00
|
|
|
</a>
|
2021-11-13 14:14:31 +00:00
|
|
|
<a href="{{:MyUrl('index/design/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.name}}">
|
2021-06-24 14:47:40 +00:00
|
|
|
<span class="am-nowrap-initial">{{$module_data.name}}</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|