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

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

Go to download

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

The newest version!
#**
 *  Provides navigation/access to Advanced search options
 *  Usually displayed near the top of the page
 *#

##TODO: Make some nice tabs here

#set($queryOpts = $params.get("queryOpts"))

Type of Search: ##queryOpts=$queryOpts ## return to Simple Search ##set( $selected = ($queryOpts && $queryOpts != "") ) #set( $selected = ! $queryOpts ) #if($selected) Simple #else Simple #end ## GEO-Spatial / Location Based #set( $selected = ($queryOpts == "spatial") ) #if($selected) Spatial #else Spatial #end ## Group By Field #set( $selected = ($queryOpts == "group") ) #if($selected) Group By #else Group By #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy