Sha256: 050744f0f2479a328d7f8476a7680fe5fb15b4607c0dcbd4b707eb1c6102deae

Contents?: true

Size: 1.64 KB

Versions: 6

Compression:

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
geoblacklight-0.7.0 app/views/catalog/_home_text.html.erb
geoblacklight-0.6.2 app/views/catalog/_home_text.html.erb
geoblacklight-0.6.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.6.0 app/views/catalog/_home_text.html.erb
geoblacklight-0.5.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.5.0 app/views/catalog/_home_text.html.erb