footer.vm 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #**
  2. * Render the bottom section of the page visible to users
  3. *#
  4. <hr/>
  5. <div>
  6. <span>Options:</span>
  7. #if($request.params.get('debugQuery'))
  8. <a href="#url_for_home?#q#if($list.size($request.params.getParams('fq')) > 0)&#fqs($request.params.getParams('fq'))#end">
  9. disable debug</a>
  10. #else
  11. <a href="#url_for_lens&debugQuery=true&fl=*,score">
  12. enable debug</a>
  13. #end
  14. -
  15. #if($annotate)
  16. <a href="#url_for_home?#q#if($list.size($request.params.getParams('fq')) > 0)&#fqs($request.params.getParams('fq'))#end#boostPrice">
  17. disable annotation</a>
  18. #else
  19. <a href="#url_for_lens&annotateBrowse=true">
  20. enable annotation</a>
  21. #end
  22. -
  23. <a #annTitle("Click to switch to an XML response: &wt=xml") href="#url_for_lens&wt=xml#if($request.params.get('debugQuery'))&debugQuery=true#end">
  24. XML results</a>
  25. </div>
  26. <div>
  27. Generated by <a href="http://wiki.apache.org/solr/VelocityResponseWriter">VelocityResponseWriter</a>
  28. </div>
  29. <div>
  30. <span>Documentation: </span>
  31. <a href="http://lucene.apache.org/solr">Solr Home Page</a>, <a href="http://wiki.apache.org/solr">
  32. Solr Wiki</a>
  33. </div>
  34. <div>
  35. Disclaimer:
  36. The locations displayed in this demonstration are purely fictional.
  37. It is more than likely that no store with the items listed actually
  38. exists at that location!
  39. </div>