Sha256: 9403517f5afc6b2ebe61da7d8d52ddb6d3b3288407923a34b472e813b4f33ea2

Contents?: true

Size: 854 Bytes

Versions: 2

Compression:

Stored size: 854 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title><%= @page_title %></title>
    <%= stylesheet_link_tag 'cms/application' %>
    <%= stylesheet_link_tag 'cms/page_toolbar' %>
    <%= javascript_include_tag 'cms/toolbar' %>
    <% if protect_against_forgery? %><script type="text/javascript">
      jQuery(function($){
        $.cms.authenticity_token = '<%= form_authenticity_token %>'
      })
    </script><% end %>    
    <%= yield :html_head %>
  </head>
  <body>
    <div id="wrapper">
      <%= yield %>
      <%= render :partial => 'layouts/page_toolbar' if @page_toolbar_enabled %>
    </div>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
browsercms-3.4.0.rc2 app/views/layouts/cms/toolbar.html.erb
browsercms-3.4.0.rc1 app/views/layouts/cms/toolbar.html.erb