Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/lui-solr
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / pagination_bottom.vm
1 #**
2  *  Paging and Statistics at bottom of results
3  *#
4
5 ## Usually rendered in pagination div tag
6
7 #if($response.response.get('grouped'))
8   ## pass
9 #else
10
11   #link_to_previous_page("previous")
12
13   <span class="results-found">$page.results_found</span>
14   results found.
15
16   Page <span class="page-num">$page.current_page_number</span>
17     of <span class="page-count">$page.page_count</span>
18
19   #link_to_next_page("next")
20
21 #end
22 <br/>