[% attrs = {marc_xml => ctx.marc_xml}; PROCESS "opac/parts/misc_util.tt2"; PROCESS get_marc_attrs args=attrs %]
[% IF ctx.search_result_index >= 0 %]
0}) %]'>[% l('◄ Search Results') %] [% l('Showing Item [_1] of [_2]', ctx.search_result_index + 1, ctx.hit_count) %]
[% IF ctx.prev_search_record; prev_args = {}; IF ctx.search_result_index % (ctx.page_size + 1) == 0; # first record in the page prev_args.page = ctx.search_page - 1; END; ctx.prev_rec_url = mkurl(ctx.prev_search_record, prev_args); %] [% l('Previous') %] [% END %] [% IF ctx.next_search_record; next_args = {}; IF ctx.page_size == ctx.search_result_index + 1; next_args.page = ctx.search_page + 1; END; ctx.next_rec_url = mkurl(ctx.next_search_record, next_args); %] [% l('Next') %] [% END %]
[% END %]
[% l("This record has been deleted from the database. We recommend that you remove this title from any bookbags it may have been added to.") %]
[% INCLUDE "opac/parts/record/summary.tt2" %]
[% INCLUDE "opac/parts/record/extras.tt2" %]