Lines 2-8
Link Here
|
2 |
[% IF ( PAGE_NUMBERS ) %] |
2 |
[% IF ( PAGE_NUMBERS ) %] |
3 |
<nav class="pagination pagination-sm noprint" aria-label="Search results pagination"> |
3 |
<nav class="pagination pagination-sm noprint" aria-label="Search results pagination"> |
4 |
[% IF hits_to_paginate < total %] |
4 |
[% IF hits_to_paginate < total %] |
5 |
<h6>[% hits_to_paginate | html %] of [% total | html %] results loaded, refine your search to view other records</h6> |
5 |
<span class="h6">[% hits_to_paginate | html %] of [% total | html %] results loaded, refine your search to view other records</span> |
6 |
[% END %] |
6 |
[% END %] |
7 |
<ul class="pagination"> |
7 |
<ul class="pagination"> |
8 |
[% IF ( previous_page_offset.defined ) %] |
8 |
[% IF ( previous_page_offset.defined ) %] |
9 |
- |
|
|