pagination_bottom.vm 451 B

12345678910111213141516171819202122
  1. #**
  2. * Paging and Statistics at bottom of results
  3. *#
  4. ## Usually rendered in pagination div tag
  5. #if($response.response.get('grouped'))
  6. ## pass
  7. #else
  8. #link_to_previous_page("previous")
  9. <span class="results-found">$page.results_found</span>
  10. results found.
  11. Page <span class="page-num">$page.current_page_number</span>
  12. of <span class="page-count">$page.page_count</span>
  13. #link_to_next_page("next")
  14. #end
  15. <br/>