aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1/example/files/conf/velocity/footer.vm
blob: e33a7827d6b4dd21082c7caa4ec8708de63aca19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>