Sha256: 48fb9a47cd4798240b43ba7d5d56e5491902ed8ed5e42d1a302f417629bf366a

Contents?: true

Size: 1.52 KB

Versions: 17

Compression:

Stored size: 1.52 KB

Contents

<title><%= @page_title || MuckEngine.configuration.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]-->
<% if MuckEngine.configuration.local_jquery -%>
  <link rel="stylesheet" href="/stylesheets/jquery/smoothness/jquery-ui-1.8.4.custom.css" type="text/css" />
  <script src="/javascripts/jquery/jquery.js" type="text/javascript"></script>
  <script src="/javascripts/jquery/jquery-ui-1.8.4.custom.min.js" type="text/javascript"></script>
<% else -%>
  <%= google_load_jquery_ui_css(http_protocol, 'smoothness', '1.8.4') %>
  <%= google_load_jquery(http_protocol, '1.4.2') %>
  <%= google_load_jquery_ui(http_protocol, '1.8.4') %>
<% end -%>
<%= stylesheet_link_tag %W{ reset styles blueprint/screen.css default }, :cache => true %>
<%= javascript_include_tag %w{
  jquery/jquery.form.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 -%>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
muck-engine-3.2.10 app/views/layouts/global/_head.html.erb
muck-engine-3.2.9 app/views/layouts/global/_head.html.erb
muck-engine-3.2.8 app/views/layouts/global/_head.html.erb
muck-engine-3.2.7 app/views/layouts/global/_head.html.erb
muck-engine-3.2.6 app/views/layouts/global/_head.html.erb
muck-engine-3.2.5 app/views/layouts/global/_head.html.erb
muck-engine-3.2.4 app/views/layouts/global/_head.html.erb
muck-engine-3.2.3 app/views/layouts/global/_head.html.erb
muck-engine-3.2.1 app/views/layouts/global/_head.html.erb
muck-engine-3.2.0 app/views/layouts/global/_head.html.erb
muck-engine-3.1.0 app/views/layouts/global/_head.html.erb
muck-engine-3.0.8 app/views/layouts/global/_head.html.erb
muck-engine-3.0.7 app/views/layouts/global/_head.html.erb
muck-engine-3.0.6 app/views/layouts/global/_head.html.erb
muck-engine-3.0.5 app/views/layouts/global/_head.html.erb
muck-engine-3.0.4 app/views/layouts/global/_head.html.erb
muck-engine-3.0.3 app/views/layouts/global/_head.html.erb