Sha256: f2aaf14322bad95bc59356e0f01dc9821338b23de4da1d983ca6a5f72e8c4d38

Contents?: true

Size: 925 Bytes

Versions: 1

Compression:

Stored size: 925 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 'jquery', 'jquery.selectbox-1.0' %>
    <%= javascript_include_tag 'cms/application' %>
    <% 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

1 entries across 1 versions & 1 rubygems

Version Path
bf4-browsercms-3.1.0 app/views/layouts/cms/toolbar.html.erb