|
Lines 479-485
Link Here
|
| 479 |
</div><!-- / .searchresults --> |
479 |
</div><!-- / .searchresults --> |
| 480 |
|
480 |
|
| 481 |
[% IF ( pagination_bar ) %] |
481 |
[% IF ( pagination_bar ) %] |
| 482 |
<div class="pages">[% pagination_bar %]</div> |
482 |
<div class="pages">[% pagination_bar.raw %]</div> |
| 483 |
[% END %] |
483 |
[% END %] |
| 484 |
|
484 |
|
| 485 |
[% ELSE %] |
485 |
[% ELSE %] |
|
Lines 681-687
Link Here
|
| 681 |
[% END # / FOREACH shelveslooppri %] |
681 |
[% END # / FOREACH shelveslooppri %] |
| 682 |
</tbody> |
682 |
</tbody> |
| 683 |
</table> |
683 |
</table> |
| 684 |
<div class="pages">[% pagination_bar %]</div> |
684 |
<div class="pages">[% pagination_bar.raw %]</div> |
| 685 |
[% ELSE %] |
685 |
[% ELSE %] |
| 686 |
<p>No private lists.</p> |
686 |
<p>No private lists.</p> |
| 687 |
[% END # / IF shelveslooppriv %] |
687 |
[% END # / IF shelveslooppriv %] |
|
Lines 745-751
Link Here
|
| 745 |
[% END # / FOREACH shelvesloop %] |
745 |
[% END # / FOREACH shelvesloop %] |
| 746 |
</tbody> |
746 |
</tbody> |
| 747 |
</table> |
747 |
</table> |
| 748 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar %]</div>[% END %] |
748 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar.raw %]</div>[% END %] |
| 749 |
[% ELSE %] |
749 |
[% ELSE %] |
| 750 |
[% IF ( showpublicshelves ) %]<p>No public lists.</p>[% END %] |
750 |
[% IF ( showpublicshelves ) %]<p>No public lists.</p>[% END %] |
| 751 |
[% END # / IF shelvesloop %] |
751 |
[% END # / IF shelvesloop %] |
| 752 |
- |
|
|