csv_parser($locum_config[format_special][download])); $no_avail_mat_codes = in_array($item[mat_code], $locum->csv_parser($locum_config[format_special][skip_avail])); $location_label = $item[loc_code] || ($item[loc_code] != 'none') ? $locum_config[locations][$item[loc_code]] : ''; ?>
' . theme_sopac_get_rating_stars($item[bnum]); } ?>
    » ' . sopac_put_request_link($item[bnum]) . ''; } ?> » Return to your search'; } ?>
  • '; } if ($item[addl_author]) { $addl_author_arr = unserialize($item[addl_author]); print ''; } if ($item[pub_info]) { print ''; } if ($item[pub_year]) { print ''; } if ($item[series]) { print ''; } if ($item[edition]) { print ''; } if ($item[descr]) { print ''; } if ($item[callnum]) { print ''; } if ($item[stdnum]) { print ''; } if ($item[lccn]) { print ''; } if ($item[lang]) { print ''; } if ($item[mat_code]) { print ''; } if ($location_label) { print ''; } if ($item[notes]) { $notes_arr = unserialize($item[notes]); print ''; } if ($item[subjects]) { $subj_arr = unserialize($item[subjects]); if (is_array($subj_arr)) { print ''; } } if (!$no_avail_mat_codes) { print ''; } if ($item_status[holds]) { print ''; } if ($item_status[order]) { print ''; } ?>
    Author' . $item[author] . '
    Additional Authors'; foreach ($addl_author_arr as $addl_author) { $addl_author_links[] = '' . $addl_author . ''; } print implode('
    ', $addl_author_links); print '
    Publication Info' . $item[pub_info] . '
    Year Published' . $item[pub_year] . '
    Series' . $item[series] . '
    Edition' . $item[edition] . '
    Description' . nl2br($item[descr]) . '
    Call #' . $item[callnum] . '
    ISBN/Standard #' . $item[stdnum] . '
    LC #' . $item[lccn] . '
    Language' . $item[lang] . '
    Material Format' . $locum_config[formats][$item[mat_code]] . '
    Location' . $location_label . '
    Notes'; print implode('

    ', $notes_arr); print '
    Subject Headings'; foreach ($subj_arr as $subj) { $subj_links[] = '' . $subj . ''; } print implode(' | ', $subj_links); print '
    Copies Available'; print $item_status[copies]; print '
    # of Holds' . $item_status[holds] . '
    On Order' . $item_status[order] . '
  • ' . $item[title_medium] . ''; } ?>
$loc_info_arr) { foreach ($loc_info_arr as $loc => $loc_info) { if ($loc_info[avail] > 0) { print ''; } if (count($loc_info[due])) { print ''; } } } ?>
LocationCall NumberItem Status
' . $loc . '' . $cnum . '' . $loc_info[avail] .' copies available
' . $loc . '' . $cnum . 'Next copy due ' . date('n-j-Y', $loc_info[due][0]) . '