X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zookeeper%2Fsolr%2Fcollection1%2Fconf%2Fvelocity%2Ftabs.vm;fp=zookeeper%2Fsolr%2Fcollection1%2Fconf%2Fvelocity%2Ftabs.vm;h=0000000000000000000000000000000000000000;hb=87e1dcc53b623a814a7020ba58ede9b089dd1996;hp=da19cbc0b76233c3ba2f91bba2abb24550b17f4f;hpb=dbd01a6924b459410829a2d16e13e3a147492276;p=lui-solr.git diff --git a/zookeeper/solr/collection1/conf/velocity/tabs.vm b/zookeeper/solr/collection1/conf/velocity/tabs.vm deleted file mode 100644 index da19cbc..0000000 --- a/zookeeper/solr/collection1/conf/velocity/tabs.vm +++ /dev/null @@ -1,50 +0,0 @@ -#** - * 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 - - -