Sha256: 339629ba9e573cba268470c0f0cdb7817ae57f578389bb87d2d36e5e3bd378b7
Contents?: true
Size: 1.66 KB
Versions: 23
Compression:
Stored size: 1.66 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="en" xml:lang="en"> <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 styles blueprint/screen.css }, :cache => true %> <%= javascript_include_tag %w{ jquery/jquery.js jquery/jquery-ui.js jquery/jrails.js jquery/jquery.jgrowl.js jquery/jquery.tips.js application.js }, :cache => 'all_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %> <%= yield :head -%> </head> <body> <div id="container"> <div id="header"> <%= yield :header %> </div> <div id="content-wrapper"> <div id="content"> <%= yield :layout %> </div> </div> </div> <script type="text/javascript" language="JavaScript"> <%= yield :javascript %> </script> </body> </html>
Version data entries
23 entries across 23 versions & 1 rubygems