diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-06 12:30:09 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-06 12:30:09 -0400 |
| commit | b6990a61befdea70abd99f125a2488ce5a6f04a6 (patch) | |
| tree | 833c13a0ddabb325cc2e39dbb199f111cced22d2 /solr-8.1.1/example/files/conf/velocity/results.vm | |
| parent | 2c86a6958186c020ce7fbe99555f07ffe9f9f821 (diff) | |
| parent | 298d1c9b29d6ce2171fd9ac8274b64583b73f6f5 (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.vm | 20 |
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> |
