Sha256: 03292e10549988c024aaf193dab658a4629ebdeb13e38966ff52e4bb154c082a

Contents?: true

Size: 1.68 KB

Versions: 7

Compression:

Stored size: 1.68 KB

Contents

<div class='jumbotron'>
  <div class='home-search-area'>
    <%= content_tag :h2, t('geoblacklight.home.headline') %>
    <%= content_tag :h3, t('geoblacklight.home.search_heading') %>
    <div class='col-md-6 col-md-offset-3'>
      <%= render_search_form_no_navbar %>
    </div>
  </div>
</div>

<div class='container'>
  <div class='row'>
    <div class='col-md-6'>
      <%= content_tag :h3, t('geoblacklight.home.category_heading'), class: 'text-center' %>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-home'></span>
        </div>
        <h4>Institution</h4>
        <%= render_facet_tags [:dct_provenance_s] %>
      </div>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-download'></span>
        </div>
        <h4>Data type</h4>
        <%= render_facet_tags [:layer_geom_type_s] %>
      </div>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-globe'></span>
        </div>
        <h4>Placename</h4>
        <%= render_facet_tags [:dct_spatial_sm] %>
      </div>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-tags'></span>
        </div>
        <h4>Subject</h4>
        <%= render_facet_tags [:dc_subject_sm] %>
      </div>
    </div>
    <div class='col-md-6 text-center'>
      <%= content_tag :h3, t('geoblacklight.home.map_heading') %>
      <%= content_tag :div, '', id: 'map', data: { map: 'home', 'catalog-path'=> catalog_index_path , 'map-bbox' => params[:bbox], basemap: geoblacklight_basemap } %>
    </div>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
geoblacklight-0.12.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.12.0 app/views/catalog/_home_text.html.erb
geoblacklight-0.11.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.11.0 app/views/catalog/_home_text.html.erb
geoblacklight-0.10.2 app/views/catalog/_home_text.html.erb
geoblacklight-0.10.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.10.0 app/views/catalog/_home_text.html.erb