Sha256: 86738d19ddb2f1ac2f723a5497ae194562013d5f21b5acd9433707fbf20a5da8

Contents?: true

Size: 1.79 KB

Versions: 22

Compression:

Stored size: 1.79 KB

Contents

<!DOCTYPE html>
<html lang="en" class="no-js">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <!-- Mobile viewport optimization h5bp.com/ad -->
    <meta name="HandheldFriendly" content="True">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">

    <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
    <!--[if IEMobile]>
      <meta http-equiv="cleartype" content="on">
    <![endif]-->

    <title><%= h(@page_title || application_name) %></title>
    <link href="<%= current_exhibit ? spotlight.opensearch_exhibit_catalog_url(current_exhibit, format: 'xml') : main_app.opensearch_catalog_url(format: 'xml') %>" title="<%= application_name %>" type="application/opensearchdescription+xml" rel="search"/>
    <%= favicon_link_tag 'favicon.ico' %>
    <%= stylesheet_link_tag    "application" %>
    <%= javascript_include_tag "application" %>
    <%= csrf_meta_tags %>
    <%= content_for(:head) %>
    <%= description %>
    <%= twitter_card %>
    <%= opengraph %>

    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

  </head>
  <body class="<%= render_body_class %>">
  <%= render partial: 'shared/header_navbar' %>
  <%= render partial: 'shared/masthead' %>
  <%= content_for?(:header_content) ? yield(:header_content) : "" %>

  <%= render partial: 'shared/ajax_modal' %>

  <div id="main-container" class="container">
    <%= render partial: '/flash_msg', layout: 'shared/flash_messages' %>

    <div class="row">
      <%= content_for?(:content) ? yield(:content) : yield %>
    </div>
  </div>

  <%= render :partial => 'shared/footer' %>
  </body>
</html>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-spotlight-0.32.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.31.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.30.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.29.1 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.29.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.28.3 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.28.2 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.28.1 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.28.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.27.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.26.1 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.26.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.25.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.24.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.23.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.22.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.21.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.20.3 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.20.2 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-0.20.1 app/views/layouts/spotlight/spotlight.html.erb