Sha256: bb495c28e39b6e8aa13a4d84379a4f03edafa0d42d1aaccc229711bad9b81478

Contents?: true

Size: 1.79 KB

Versions: 28

Compression:

Stored size: 1.79 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' %>
  <%#= google_load_jquery %>
  <%#= google_load_jquery_ui %>
  <%= 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
              muck_raker.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

28 entries across 28 versions & 2 rubygems

Version Path
overlord-0.1.22 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.21 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.20 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.19 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.18 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.17 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.16 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.15 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.14 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.13 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.12 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.11 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.10 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.9 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.8 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.7 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.6 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.5 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.4 test/rails_root/app/views/layouts/default.html.erb
overlord-0.1.3 test/rails_root/app/views/layouts/default.html.erb