diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2019-07-30 19:41:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 19:41:09 -0400 |
| commit | 13f45e3c819aaafcff175256ffb8723642c22dca (patch) | |
| tree | 00e38b12a22dcc52253e2d7c3e35efee42ad80cf /solr-8.1.1/example/files/conf/velocity/footer.vm | |
| parent | 80e6356692da7bffaad2efccf01500173c488de0 (diff) | |
| parent | a2a73a1ad032979ea6eea06aa65354841e0ef0fa (diff) | |
Merge pull request #233 from browngraphicslab/text_box_ab
Text box ab
Diffstat (limited to 'solr-8.1.1/example/files/conf/velocity/footer.vm')
| -rw-r--r-- | solr-8.1.1/example/files/conf/velocity/footer.vm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/solr-8.1.1/example/files/conf/velocity/footer.vm b/solr-8.1.1/example/files/conf/velocity/footer.vm new file mode 100644 index 000000000..e33a7827d --- /dev/null +++ b/solr-8.1.1/example/files/conf/velocity/footer.vm @@ -0,0 +1,29 @@ +<hr/> + +<div> + + <div id="admin"><a href="#url_root/index.html#/#{core_name}">Solr Admin</a></div> + + <a href="#" onclick='jQuery(".debug").toggle(); return false;'>toggle debug mode</a> + <a href="#url_for_lens&wt=xml#if($debug)&debug=true#end">XML results</a> ## TODO: Add links for other formats, maybe dynamically? + +</div> + +<div> + <a href="http://lucene.apache.org/solr">Solr Home Page</a> +</div> + + +<div class="debug"> + <hr/> + Request: + <pre> + $esc.html($request) + </pre> + + <hr/> + Debug: + <pre> + $esc.html($response.response.debug) + </pre> +</div> |
