aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1/example/files/conf/velocity/results.vm
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2020-01-16 11:31:41 -0500
committerkimdahey <claire_kim1@brown.edu>2020-01-16 11:31:41 -0500
commit6be0e19ed0bd13f3796f542affa5a2e52674650c (patch)
tree1be222ea9341ecd8020fad3149035fa650a8a07f /solr-8.3.1/example/files/conf/velocity/results.vm
parent5cde81d8c6b4dcd8d0796f8669b668763957f395 (diff)
parente410cde0e430553002d4e1a2f64364b57b65fdbc (diff)
merged w master
Diffstat (limited to 'solr-8.3.1/example/files/conf/velocity/results.vm')
-rw-r--r--solr-8.3.1/example/files/conf/velocity/results.vm20
1 files changed, 20 insertions, 0 deletions
diff --git a/solr-8.3.1/example/files/conf/velocity/results.vm b/solr-8.3.1/example/files/conf/velocity/results.vm
new file mode 100644
index 000000000..b8a17a9c3
--- /dev/null
+++ b/solr-8.3.1/example/files/conf/velocity/results.vm
@@ -0,0 +1,20 @@
+<div id="facets">
+ #parse("facets.vm")
+</div>
+
+
+<div id="results_list">
+ <div class="pagination">
+ <span class="results-found">$page.results_found</span> $resource.results_found_in.insert(${response.responseHeader.QTime})
+ $resource.page_of.insert($page.current_page_number,$page.page_count)
+ </div>
+
+ #parse("results_list.vm")
+
+ <div class="pagination">
+ #link_to_previous_page
+ <span class="results-found">$page.results_found</span> $resource.results_found.
+ $resource.page_of.insert($page.current_page_number,$page.page_count)
+ #link_to_next_page
+ </div>
+</div>