Lines 1045-1051
Link Here
|
1045 |
[% ELSE %] |
1045 |
[% ELSE %] |
1046 |
<li class="li_pag_[% loop.count | html %]"> |
1046 |
<li class="li_pag_[% loop.count | html %]"> |
1047 |
[% END %] |
1047 |
[% END %] |
1048 |
<a href="opac-detail.pl?biblionumber=[% listitem.biblionumber | uri %]&query_desc=[% query_desc |uri %]" title="View record "[% listitem.title | html %]"" class="a_pag" id="a_pag_[% loop.count | html %]">[% loop.count + offset | html %]</a> |
1048 |
<a href="opac-detail.pl?biblionumber=[% listitem.biblionumber | uri %]&query_desc=[% query_desc |uri %]" title="View record "[% listitem.title | html %] [% listitem.part_number | html %] [% listitem.part_name | html %]"" class="a_pag" id="a_pag_[% loop.count | html %]">[% loop.count + offset | html %]</a> |
1049 |
</li> |
1049 |
</li> |
1050 |
[% END # /FOREACH listitem %] |
1050 |
[% END # /FOREACH listitem %] |
1051 |
</ul> <!-- /#listResults --> |
1051 |
</ul> <!-- /#listResults --> |
Lines 1056-1067
Link Here
|
1056 |
[% IF ( listitem.biblionumber == biblionumber ) %] |
1056 |
[% IF ( listitem.biblionumber == biblionumber ) %] |
1057 |
<li id="li_pag_[% loop.count | html %]" class="highlight" title="Go to detail"> |
1057 |
<li id="li_pag_[% loop.count | html %]" class="highlight" title="Go to detail"> |
1058 |
<span class="li_pag_index"><i class="fa fa-arrow-left" aria-hidden="true"></i> [% loop.count + offset | html %]</span> |
1058 |
<span class="li_pag_index"><i class="fa fa-arrow-left" aria-hidden="true"></i> [% loop.count + offset | html %]</span> |
1059 |
<a href="opac-detail.pl?biblionumber=[% biblionumber | uri %]&query_desc=[% query_desc |uri %]">[% title | html %]</a><br> [% IF ( author ) %]<span>by</span> [% author | html %][% END %] |
1059 |
<a href="opac-detail.pl?biblionumber=[% biblionumber | uri %]&query_desc=[% query_desc |uri %]">[% title | html %] [% part_number | html %] [% part_name | html %]</a><br> [% IF ( author ) %]<span>by</span> [% author | html %][% END %] |
1060 |
</li> |
1060 |
</li> |
1061 |
[% ELSE %] |
1061 |
[% ELSE %] |
1062 |
<li id="li_pag_[% loop.count | html %]" title="Go to detail"> |
1062 |
<li id="li_pag_[% loop.count | html %]" title="Go to detail"> |
1063 |
<span class="li_pag_index">[% loop.count + offset | html %]</span> |
1063 |
<span class="li_pag_index">[% loop.count + offset | html %]</span> |
1064 |
<a href="opac-detail.pl?biblionumber=[% listitem.biblionumber | uri %]&query_desc=[% query_desc |uri %]">[% listitem.title | html %]</a><br> [% IF ( listitem.author ) %]<span>by</span> [% listitem.author | html %][% END %] |
1064 |
<a href="opac-detail.pl?biblionumber=[% listitem.biblionumber | uri %]&query_desc=[% query_desc |uri %]">[% listitem.title | html %] [% listitem.part_number | html %] [% listitem.part_name | html %]</a><br> [% IF ( listitem.author ) %]<span>by</span> [% listitem.author | html %][% END %] |
1065 |
</li> |
1065 |
</li> |
1066 |
[% END # /IF listitem.biblionumber %] |
1066 |
[% END # /IF listitem.biblionumber %] |
1067 |
[% END # /FOREACH listitem %] |
1067 |
[% END # /FOREACH listitem %] |