Showing
1 changed file
with
19 additions
and
0 deletions
doraemon/views/partial/common/foot-pager.hbs
0 → 100644
1 | +{{# footPager}} | ||
2 | + <div class="product-pager clearfix"> | ||
3 | + <span class="total">{{tip}}</span> | ||
4 | + | ||
5 | + <div class="pager"> | ||
6 | + {{# prePage}} | ||
7 | + <a href="{{url}}" title="上一页">上一页<span class="iconfont"></span></a> | ||
8 | + {{/ prePage}} | ||
9 | + | ||
10 | + {{# pages}} | ||
11 | + <a{{#if url}} href="{{url}}"{{/if}}{{#if cur}} class="cur"{{/if}}>{{num}}</a> | ||
12 | + {{/ pages}} | ||
13 | + | ||
14 | + {{# nextPage}} | ||
15 | + <a href="{{url}}" title="下一页">下一页<span class="iconfont"></span></a> | ||
16 | + {{/ nextPage}} | ||
17 | + </div> | ||
18 | + </div> | ||
19 | +{{/ footPager}} |
-
Please register or login to post a comment