Sha256: fa09548fd0ff1be7dba7523254fc9bb0971a9efca11f3b730ac9ef21903df038
Contents?: true
Size: 1.36 KB
Versions: 5
Compression:
Stored size: 1.36 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="description" content="<%= t('blacklight.application_desc') %>"> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <title><%= render_page_title %></title> <%= opensearch_description_tag application_name, opensearch_catalog_path(:format => 'xml') %> <%= favicon_link_tag asset_path('favicon.ico') %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <% insert_google_analytics %> <%= content_for(:head) %> <%= javascript_include_tag 'wdl-viewer/modernizr-wdl.min' %> <%# could re-include jquery-deparam if we drop support for IE8? %> <%# javascript_include_tag 'wdl-viewer/jquery-deparam' %> <%= javascript_include_tag 'wdl-viewer/wdl-search' %> <!-- 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 %> wdl-viewer"> <%= render :partial => 'shared/ajax_modal' %> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems