Sha256: 3cf135e452215cb54e9ce60e8d2e21661452af9a6cfb5e63b239d3707394e9b3

Contents?: true

Size: 1013 Bytes

Versions: 5

Compression:

Stored size: 1013 Bytes

Contents

<% document ||= @document %>

<%= render 'upper_metadata', locals: { document: document} %>

<div class='row'>
  <div id='viewer-container' class="col-md-8">
    <%= content_tag :div, id: 'map', data: { map: 'item', protocol: document.viewer_protocol, url: document.viewer_endpoint, 'layer-id' => document[:layer_id_s], 'map-bbox' => document[:solr_bbox], 'catalog-path'=> catalog_index_path, available: document_available? } do %>
    <% end %>
  </div>
  <% if show_attribute_table? %>
    <div id='table-container' class='col-md-4'>
      <table id="attribute-table" class="table table-hover table-condensed table-responsive table-striped table-bordered">
        <thead>
          <tr>
            <th>Attribute</th>
            <th>Value</th>
          </tr>
        </thead>
        <tbody class='attribute-table-body'>
          <tr>
            <td class='default-text' colspan='2'><em>Click on map to inspect values</em></td>
          </tr>
        </tbody>
      </table>
    </div>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
geoblacklight-0.5.0 app/views/catalog/_show_default.html.erb
geoblacklight-0.4.2 app/views/catalog/_show_default.html.erb
geoblacklight-0.4.1 app/views/catalog/_show_default.html.erb
geoblacklight-0.4.0 app/views/catalog/_show_default.html.erb
geoblacklight-0.3.4 app/views/catalog/_show_default.html.erb