source: gs3-extensions/solr/trunk/src/conf/velocity/pagination_bottom.vm@ 29135

Last change on this file since 29135 was 29135, checked in by ak19, 10 years ago

Part of port from lucene3.3.0 to lucene4.7.2. Solr related. conf and lib folders for solr4.7.2.

File size: 429 bytes
Line 
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/>
Note: See TracBrowser for help on using the repository browser.