|
@@ -184,15 +184,15 @@ ${ commonheader(_('Search'), "search", user, "29px") | n,unicode }
|
|
|
%>
|
|
%>
|
|
|
% if int(solr_query["start"]) > 0:
|
|
% if int(solr_query["start"]) > 0:
|
|
|
<li>
|
|
<li>
|
|
|
- <a title="${_('Beginning of List')}" href="?query=${solr_query["q"]}&fq=${urllib.quote_plus(solr_query["fq"])}${solr_query.get("sort") and '&sort=' + solr_query.get("sort") or ''}&rows=${solr_query["rows"]}&start=${beginning}">← ${_('Beginning of List')}</a>
|
|
|
|
|
|
|
+ <a title="${_('Beginning of List')}" href="?collection=${ current_collection }&query=${solr_query["q"]}&fq=${urllib.quote_plus(solr_query["fq"])}${solr_query.get("sort") and '&sort=' + solr_query.get("sort") or ''}&rows=${solr_query["rows"]}&start=${beginning}">← ${_('Beginning of List')}</a>
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
|
- <a title="Previous Page" href="?query=${solr_query["q"]}&fq=${urllib.quote_plus(solr_query["fq"])}${solr_query.get("sort") and '&sort=' + solr_query.get("sort") or ''}&rows=${solr_query["rows"]}&start=${previous}">${_('Previous Page')}</a>
|
|
|
|
|
|
|
+ <a title="Previous Page" href="?collection=${ current_collection }&query=${solr_query["q"]}&fq=${urllib.quote_plus(solr_query["fq"])}${solr_query.get("sort") and '&sort=' + solr_query.get("sort") or ''}&rows=${solr_query["rows"]}&start=${previous}">${_('Previous Page')}</a>
|
|
|
</li>
|
|
</li>
|
|
|
% endif
|
|
% endif
|
|
|
% if end_record < int(response["response"]["numFound"]):
|
|
% if end_record < int(response["response"]["numFound"]):
|
|
|
<li>
|
|
<li>
|
|
|
- <a title="Next page" href="?query=${solr_query["q"]}&fq=${urllib.quote_plus(solr_query["fq"])}${solr_query.get("sort") and '&sort=' + solr_query.get("sort") or ''}&rows=${solr_query["rows"]}&start=${next}">${_('Next Page')}</a>
|
|
|
|
|
|
|
+ <a title="Next page" href="?collection=${ current_collection }&query=${solr_query["q"]}&fq=${urllib.quote_plus(solr_query["fq"])}${solr_query.get("sort") and '&sort=' + solr_query.get("sort") or ''}&rows=${solr_query["rows"]}&start=${next}">${_('Next Page')}</a>
|
|
|
</li>
|
|
</li>
|
|
|
% endif
|
|
% endif
|
|
|
</ul>
|
|
</ul>
|