Sha256: ff4e114b2f7729c537f032e116328500314ad7edab20b39ad129be1a1326ff8f

Contents?: true

Size: 1.73 KB

Versions: 27

Compression:

Stored size: 1.73 KB

Contents

<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.exhibit_opensearch_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 asset_path('favicon.ico') %>
    <%= stylesheet_link_tag    "application" %>
    <%= javascript_include_tag "application" %>
    <%= csrf_meta_tags %>
    <%= content_for(:head) %>

    <!-- 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 %>">

  <div id="ajax-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal menu" aria-hidden="true">
    <div class="modal-dialog">
      <div class="modal-content">
      </div>
    </div>
  </div>

<!-- /container -->
  <div id="main-container" class="container">
    <div class="row">
      <div class="col-md-12">
        <div id="main-flashes">
          <%= render :partial=>'/flash_msg' %>
        </div>
      </div>
    </div>

      <%= yield %>
  </div>

  </body>
</html>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
blacklight-spotlight-0.15.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.14.2 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.14.1 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.14.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.13.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.12.1 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.12.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.11.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.10.3 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.10.2 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.10.1 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.10.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.9.2 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.9.1 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.9.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.8.2 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.8.1 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.8.0 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.7.2 app/views/layouts/spotlight/popup.html.erb
blacklight-spotlight-0.7.1 app/views/layouts/spotlight/popup.html.erb