diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-08 13:47:29 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-08 13:47:29 -0500 |
| commit | abfa42b6f2cf863deee19aac19328a23687464cb (patch) | |
| tree | b481f23ffa7bccbde7a31de34f50d765b6b73162 /solr-8.3.1/example/files/conf/velocity/footer.vm | |
| parent | d8fc218f3481728f221ceacc60ac4bc553f8e295 (diff) | |
| parent | 19a71cb2788b9c1c8d8ced4af285bf91033ba626 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pen
Diffstat (limited to 'solr-8.3.1/example/files/conf/velocity/footer.vm')
| -rw-r--r-- | solr-8.3.1/example/files/conf/velocity/footer.vm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/solr-8.3.1/example/files/conf/velocity/footer.vm b/solr-8.3.1/example/files/conf/velocity/footer.vm new file mode 100644 index 000000000..e33a7827d --- /dev/null +++ b/solr-8.3.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> |
