Sha256: f7ab527c2939ea9408a28d0bebc58199a1fdcafa119c33d81742d95a1c206397
Contents?: true
Size: 1.81 KB
Versions: 26
Compression:
Stored size: 1.81 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="<%= I18n.locale %>" xml:lang="<%= I18n.locale %>"> <head> <title><%= @page_title || GlobalConfig.application_name %></title> <meta http-equiv="content-type" content="text/xhtml; charset=utf-8" /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="distribution" content="all" /> <meta name="robots" content="all" /> <meta name="resource-type" content="document" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <%= stylesheet_link_tag 'blueprint/print.css', :media => "print" %> <!--[if IE]><link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> <%= stylesheet_link_tag %W{ reset blueprint/screen.css styles application }, :cache => true %> <%= javascript_include_tag %w{ jquery/jquery.js jquery/jquery-ui.js jquery/jrails.js jquery/jquery.jgrowl.js jquery/jquery.tips.js jquery/jquery.easing.js jquery/jquery.fancybox.js muck.js application.js }, :cache => 'all_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %> <%= yield :head -%> <style type="text/css"> html { scrollbar-shadow-color: #FFFFFF;scrollbar-highlight-color: #FFFFFF;scrollbar-face-color: #FFFFFF;scrollbar-3dlight-color: #FFFFFF;scrollbar-darkshadow-color: #FFFFFF;scrollbar-track-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;} </style> </head> <body scroll="no" style="overflow: hidden"> <%= yield :layout %> <script type="text/javascript" language="JavaScript"> <%= yield :javascript %> </script> </body> </html>
Version data entries
26 entries across 26 versions & 1 rubygems