All Downloads are FREE. Search and download functionalities are using the official Maven repository.

solr.MediaItems.conf.velocity.pagination_bottom.vm Maven / Gradle / Ivy

Go to download

The project contains a set of convenience methods on top of common data repositories.

The newest version!
#**
 *  Paging and Statistics at bottom of results
 *#

## Usually rendered in pagination div tag

#if($response.response.get('grouped'))
  ## pass
#else

  #link_to_previous_page("previous")

  $page.results_found
  results found.

  Page $page.current_page_number
    of $page.page_count

  #link_to_next_page("next")

#end





© 2015 - 2025 Weber Informatics LLC | Privacy Policy