Sha256: 9dc870e99d6818be2704e70dc070f34acab0fad0471ccea7c4476099e1eaebdf

Contents?: true

Size: 1.7 KB

Versions: 6

Compression:

Stored size: 1.7 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 blueprint/liquid_screen.css jquery/jquery.fancybox.css styles muck-raker muck-activities }, :cache => true %>
  <%= stylesheet_link_tag 'application' %>
  <%= 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 %[var AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
  <%= yield :head -%>
</head>
<body>
  <div id="wrapper" class="container">
    <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

6 entries across 6 versions & 1 rubygems

Version Path
muck-raker-0.1.43 test/rails_root/app/views/layouts/default.html.erb
muck-raker-0.1.42 test/rails_root/app/views/layouts/default.html.erb
muck-raker-0.1.41 test/rails_root/app/views/layouts/default.html.erb
muck-raker-0.1.40 test/rails_root/app/views/layouts/default.html.erb
muck-raker-0.1.39 test/rails_root/app/views/layouts/default.html.erb
muck-raker-0.1.38 test/rails_root/app/views/layouts/default.html.erb