' . $request_result_msg . '';
}
if ($request_error_msg) {
print '
' . $request_error_msg . '
';
}
if ($item_form) {
print $item_form;
}
print '» ' .
l(t('Return to the record display'), variable_get('sopac_url_prefix', 'cat/seek') . '/record/' . $bnum) .
'
';
if (sopac_prev_search_url(TRUE)){
print '» ' .
l(t('Return to your search'), sopac_prev_search_url(TRUE)) .
'
';
}
print '
';