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

Version Path
muck-engine-0.1.6 app/views/layouts/default.html.erb
muck-engine-0.1.7 app/views/layouts/default.html.erb
muck-engine-0.1.8 app/views/layouts/default.html.erb
muck-engine-0.1.9 app/views/layouts/default.html.erb
muck-engine-0.1.10 app/views/layouts/default.html.erb
muck-engine-0.1.11 app/views/layouts/default.html.erb
muck-engine-0.1.12 app/views/layouts/default.html.erb
muck-engine-0.1.13 app/views/layouts/default.html.erb
muck-engine-0.1.14 app/views/layouts/default.html.erb
muck-engine-0.1.15 app/views/layouts/default.html.erb
muck-engine-0.1.16 app/views/layouts/default.html.erb
muck-engine-0.1.17 app/views/layouts/default.html.erb
muck-engine-0.1.18 app/views/layouts/default.html.erb
muck-engine-0.1.19 app/views/layouts/default.html.erb
muck-engine-0.1.20 app/views/layouts/default.html.erb
muck-engine-0.1.21 app/views/layouts/default.html.erb
muck-engine-0.1.22 app/views/layouts/default.html.erb
muck-engine-0.1.23 app/views/layouts/default.html.erb
muck-engine-0.1.5 app/views/layouts/default.html.erb
muck-engine-0.1.1 app/views/layouts/default.html.erb