% =begin jrochkind's alternative partial for displaying holdings. Displays more information to deal with the more information we need to display from our Horizon. In tabular format. Customized for JH's needs, but should be usable by anyone. =end %>
<%= target[:collection_str] %> |
<%= target[:call_number]%> | <% status_class = (target[:status] == "Not Charged" or target[:status] == "Available") ? 'available' : '' %><%= target[:status] %> | <%= link_to(image_tag("more_info.gif", "border" => 0, "alt" => 'more info'), {:controller=>"link_router", :id=>p.id}, "target" => "_blank") %>
<% if target[:request_url] %>
<%= link_to( image_tag("request.gif", "border" => "0", "alt" => "request"), target[:request_url], "target" => "_blank" ) %> <% end %> |
<% unless target[:edition_str].blank? %>
Edition information <%= target[:edition_str] %>
<% else %>
May be alternate edition.
<% end %>
|
|||
<%= target[:notes] %> |
|||
<%=
list_with_limit("copies_#{p.id}", target[:coverage_str_array]) do |item, index|
%>
|
<%= link_to response[:display_text], {:controller=>'link_router', :id=>result_st.id}, 'target'=>"_blank" %>
<% end end if (holdings.blank? && searches.blank? && ! service_types_in_progress?(['holding', 'holding_search'])) %>Not Available
<% end %>