|
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 |
[% IF ( listitem.biblionumber == biblionumber ) %] |
| 1049 |
<a href="opac-detail.pl?biblionumber=[% biblionumber | uri %]&query_desc=[% query_desc |uri %]" title="View record "[%- title | html -%] [%- part_number | html -%] [%- part_name | html -%]"" class="a_pag" id="a_pag_[% loop.count | html %]">[% loop.count + offset | html %]</a> |
| 1050 |
[% ELSE %] |
| 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> |
1051 |
<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> |
|
|
1052 |
[% END # /IF listitem.biblionumber %] |
| 1049 |
</li> |
1053 |
</li> |
| 1050 |
[% END # /FOREACH listitem %] |
1054 |
[% END # /FOREACH listitem %] |
| 1051 |
</ul> <!-- /#listResults --> |
1055 |
</ul> <!-- /#listResults --> |
| 1052 |
- |
|
|