aboutsummaryrefslogtreecommitdiff
path: root/solr-8.1.1/example/files/conf/velocity/results.vm
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-06 12:30:09 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-06 12:30:09 -0400
commitb6990a61befdea70abd99f125a2488ce5a6f04a6 (patch)
tree833c13a0ddabb325cc2e39dbb199f111cced22d2 /solr-8.1.1/example/files/conf/velocity/results.vm
parent2c86a6958186c020ce7fbe99555f07ffe9f9f821 (diff)
parent298d1c9b29d6ce2171fd9ac8274b64583b73f6f5 (diff)
merge from master
Diffstat (limited to 'solr-8.1.1/example/files/conf/velocity/results.vm')
-rw-r--r--solr-8.1.1/example/files/conf/velocity/results.vm20
1 files changed, 20 insertions, 0 deletions
diff --git a/solr-8.1.1/example/files/conf/velocity/results.vm b/solr-8.1.1/example/files/conf/velocity/results.vm
new file mode 100644
index 000000000..b8a17a9c3
--- /dev/null
+++ b/solr-8.1.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>