|
|
<div class="sort-pager">
|
|
|
{{# sortType}}
|
|
|
<a class="sort-type{{#if active}} active{{/if}}" href="{{href}}">
|
|
|
{{name}}
|
|
|
{{#if hasSortOrient}}
|
|
|
{{#if active}}
|
|
|
{{#if desc}}
|
|
|
<span class="active-icon iconfont"></span>
|
|
|
{{^}}
|
|
|
<span class="active-icon iconfont"></span>
|
|
|
{{/if}}
|
|
|
{{^}}
|
|
|
<span class="iconfont"></span>
|
|
|
{{/if}}
|
|
|
{{^}}
|
|
|
<span class="iconfont"></span>
|
|
|
{{/if}}
|
|
|
</a>
|
|
|
{{/ sortType}}
|
|
|
|
|
|
{{# checks}}
|
|
|
<a class="checks{{#if checked}} checked{{/if}}" href="{{href}}">
|
|
|
{{#if checked}}
|
|
|
<span class="iconfont"></span>
|
|
|
{{^}}
|
|
|
<span class="iconfont"></span>
|
|
|
{{/if}}
|
|
|
{{name}}
|
|
|
</a>
|
|
|
{{/ checks}}
|
|
|
|
|
|
<div class="pager-wrap">
|
|
|
<div class="page-count">
|
|
|
<span id="count-per-page">
|
|
|
{{countPerPage}}
|
|
|
<i class="iconfont"></i>
|
|
|
</span>
|
|
|
每页
|
|
|
<ul>
|
|
|
{{# pageCounts}}
|
|
|
<li>
|
|
|
<a href="{{href}}">{{count}}</a>
|
|
|
</li>
|
|
|
{{/ pageCounts}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
<p class="pager">
|
|
|
{{#if preHref}}
|
|
|
<a href="{{preHref}}">
|
|
|
<span class="iconfont"></span>
|
|
|
</a>
|
|
|
{{^}}
|
|
|
<span class="dis-icon iconfont"></span>
|
|
|
{{/if}}
|
|
|
|
|
|
<span>
|
|
|
<i>{{curPage}}</i>/{{pageCount}}
|
|
|
</span>
|
|
|
|
|
|
{{#if nextHref}}
|
|
|
<a href="{{nextHref}}">
|
|
|
<span class="iconfont"></span>
|
|
|
</a>
|
|
|
{{^}}
|
|
|
<span class="dis-icon iconfont"></span>
|
|
|
{{/if}}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |