Sha256: a703ad0c34755da8563d0b7305f675f366b1c2c9e17d17a1452574eac09737c5

Contents?: true

Size: 1.21 KB

Versions: 10

Compression:

Stored size: 1.21 KB

Contents

<div class="openseadragon-container <%= class_names(classes) %>">
  <div class="osd-toolbar row">
    <div class="col-md-6 pagination">
      <% if count > 1 %>
        <% multi_page_osd_config = osd_config_referencestrip.merge(osd_config) %>
        <a id="<%= @id_prefix %>-previous"><%= render Blacklight::Gallery::Icons::ChevronLeftComponent.new %></a>
        <span id="<%= @id_prefix %>-page">1</span>&nbsp; of <%= count %>
        <a id="<%= @id_prefix %>-next"><%= render Blacklight::Gallery::Icons::ChevronRightComponent.new  %></a>
      <% end %>
    </div>
    <div class="col-md-6 controls">
      <a id="<%= @id_prefix %>-zoom-in"><%= render Blacklight::Gallery::Icons::AddCircleComponent.new %></a>
      <a id="<%= @id_prefix %>-zoom-out"><%= render Blacklight::Gallery::Icons::RemoveCircleComponent.new %></a>
      <a id="<%= @id_prefix %>-home"><%= render Blacklight::Gallery::Icons::ResizeSmallComponent.new %></a>
      <a id="<%= @id_prefix %>-full-page"><%= render Blacklight::Gallery::Icons::CustomFullscreenComponent.new %></a>
    </div>
  </div>
  <%= helpers.openseadragon_picture_tag image, class: 'osd-image row', data: { openseadragon: multi_page_osd_config ? multi_page_osd_config : osd_config } %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
blacklight-gallery-4.8.4 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.8.3 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.8.2 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.8.1 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.8.0 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.7.0 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.6.4 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.6.3 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.6.2 app/components/blacklight/gallery/openseadragon_embed_component.html.erb
blacklight-gallery-4.6.1 app/components/blacklight/gallery/openseadragon_embed_component.html.erb