Move to solr 4 plus corrections to SparqlQueryExecutorTest with newlines and white space characters
This commit is contained in:
parent
b642f30391
commit
120be1e6b8
122 changed files with 17422 additions and 5288 deletions
|
@ -0,0 +1,22 @@
|
|||
#**
|
||||
* Paging and Statistics at bottom of results
|
||||
*#
|
||||
|
||||
## Usually rendered in pagination div tag
|
||||
|
||||
#if($response.response.get('grouped'))
|
||||
## pass
|
||||
#else
|
||||
|
||||
#link_to_previous_page("previous")
|
||||
|
||||
<span class="results-found">$page.results_found</span>
|
||||
results found.
|
||||
|
||||
Page <span class="page-num">$page.current_page_number</span>
|
||||
of <span class="page-count">$page.page_count</span>
|
||||
|
||||
#link_to_next_page("next")
|
||||
|
||||
#end
|
||||
<br/>
|
Loading…
Add table
Add a link
Reference in a new issue