mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 13:00:05 +08:00
升级遗漏标签
This commit is contained in:
parent
4b25081fa5
commit
67beecb942
@ -41,9 +41,9 @@
|
||||
|
||||
<!-- 商城公告 -->
|
||||
{{if MyC('home_site_state') == 1 and (!isset($is_header) or $is_header eq 1)}}
|
||||
<notempty name="common_shop_notice">
|
||||
{{if !empty($common_shop_notice)}}
|
||||
<div class="am-alert am-alert-warning am-radius common-shop-notice" data-am-alert>
|
||||
<div class="am-container">{{$common_shop_notice}}</div>
|
||||
</div>
|
||||
</notempty>
|
||||
{{/if}}
|
||||
{{/if}}
|
@ -15,13 +15,13 @@
|
||||
<form action="{{:MyUrl('index/search/index')}}" method="POST">
|
||||
<input id="search-input" name="keywords" type="text" placeholder="其实搜索很简单^_^ !" value="{{if !empty($params['keywords'])}}{{$params.keywords}}{{/if}}" autocomplete="off" />
|
||||
<input id="ai-topsearch" class="submit am-btn" placeholder="其实搜索很简单^_^ !" index="1" type="submit" value="搜索" />
|
||||
<notempty name="home_search_keywords">
|
||||
{{if !empty($home_search_keywords)}}
|
||||
<ul class="search-hot-keywords">
|
||||
{{foreach $home_search_keywords as $v}}
|
||||
<li><a href="{{:MyUrl('index/search/index', ['keywords'=>$v])}}" target="_blank">{{$v}}</a></li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
</notempty>
|
||||
{{/if}}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user