<%= notice %>
<%= t('activerecord.attributes.library.name') -%>: <%= @library.name -%> <% unless @library.web? %> (ISIL: <%= @library.isil %>) <% end %>
<%- unless @library.web? -%>
<%= t('library.address') -%>: <%= @library.zip_code -%> <%= @library.address.localize -%>
<%= t('activerecord.attributes.library.telephone_number_1') -%>: <%= @library.telephone_number_1 -%>
<%= t('activerecord.attributes.library.telephone_number_2') -%>: <%= @library.telephone_number_2 -%>
<%= t('activerecord.attributes.library.fax_number') -%>: <%= @library.fax_number -%>
<%= @library.opening_hour -%>
<%= @library.note -%>
<%= t('activerecord.models.shelf') -%> | <%= t('library.number_of_item') -%> | <%= t('activerecord.attributes.shelf.note') -%> |
---|---|---|
<%= link_to shelf.display_name.localize, library_shelf_path(@library, shelf) -%> <%- shelf.picture_files.each do |picture_file| -%> <%= link_to image_tag('icons/picture.png', :size => '16x16', :alt => t('page.picture')), picture_file_path(picture_file, :format => :download), :rel => "shelf_#{h(shelf.id)}" -%> <%- end -%> | <%= shelf.items_count -%> | <%= shelf.note -%> |
<%= t('activerecord.attributes.library.call_number_rows') -%>: <%= @library.call_number_rows -%>
<%= t('activerecord.attributes.library.call_number_delimiter') -%>: <%= @library.call_number_delimiter -%>