<%= 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 -%>
<%= 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 -%>
<%= link_to t('shelf.update_display_order'), shelves_path(library_id: @library.name) %>
<%= t('activerecord.models.shelf') -%> | <%= t('library.number_of_item') -%> | <%= t('activerecord.attributes.shelf.note') -%> |
---|---|---|
<%= link_to shelf.display_name.localize, shelf_path(shelf, library_id: @library.name) -%> <%- 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 -%>