Revert "remove redundant py:if"

This reverts commit f83b22a5e3.
gutenberg2
eric 2020-09-22 16:19:34 -04:00
parent 7b76a16d67
commit 84cf46c30b
1 changed files with 4 additions and 1 deletions

View File

@ -136,7 +136,9 @@
<a title="Go to the first page of results." <a title="Go to the first page of results."
accesskey="a" accesskey="a"
href="${os.url_carry (start_index = 1)}">First</a> href="${os.url_carry (start_index = 1)}">First</a>
</py:if>
<py:if test="os.show_prev_page_link">|
<a title="Go to the previous page of results." <a title="Go to the previous page of results."
accesskey="-" accesskey="-"
href="${os.url_carry (start_index = os.prev_page_index)}">Previous</a> href="${os.url_carry (start_index = os.prev_page_index)}">Previous</a>
@ -146,7 +148,8 @@
<a title="Go to the next page of results." <a title="Go to the next page of results."
accesskey="+" accesskey="+"
href="${os.url_carry (start_index = os.next_page_index)}">Next</a> href="${os.url_carry (start_index = os.next_page_index)}">Next</a>
</py:if>
<py:if test="os.show_next_page_link">|
<a title="Go to the last page of results." <a title="Go to the last page of results."
accesskey="+" accesskey="+"
href="${os.url_carry (start_index = os.last_page_index)}">Last</a> href="${os.url_carry (start_index = os.last_page_index)}">Last</a>