...
|
...
|
@@ -5,19 +5,12 @@ |
|
|
<input id="input-search-search" type="text" value="{{searchText}}" autocomplete="off" class="ac_input"><span class="searchbutton" id="search-button-search"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
{{#if Items}}
|
|
|
{{# resultCount}}
|
|
|
<!-- <p style="margin: 0 auto;text-align: center;font-size:20px;"><strong>{{.}} {{# resultMulti}}Results{{/ resultMulti}}{{^ resultMulti}}Result{{/ resultMulti}}</strong></p> -->
|
|
|
{{/ resultCount}}
|
|
|
{{else}}
|
|
|
{{#if fanti}}
|
|
|
<p style="margin: 0 auto;text-align: center;font-size:20px;"><strong>Sorry,Nothing Found!</strong></p>
|
|
|
{{else}}
|
|
|
<p style="margin: 0 auto;text-align: center;font-size:20px;"><strong>未搜索到相关结果!</strong></p>
|
|
|
{{/if}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{^ Items}}
|
|
|
<p style="margin: 0 auto;text-align: center;font-size:20px;"><strong>未搜索到相关结果!</strong></p>
|
|
|
{{/ Items}}
|
|
|
{{# resultCount}}
|
|
|
<p style="margin: 0 auto;text-align: center;font-size:20px;"><strong>{{.}} {{# resultMulti}}Results{{/ resultMulti}}{{^ resultMulti}}Result{{/ resultMulti}}</strong></p>
|
|
|
{{/ resultCount}}
|
|
|
<div class="content {{# channel}}content-{{.}}{{/ channel}} clearfix">
|
|
|
{{# Items}}
|
|
|
{{> channel/item}}
|
...
|
...
|
|