<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= html_title %> <%= csrf_meta_tag %> <%= favicon_link_tag 'favicon.ico' %> <%= stylesheet_link_tag current_theme.stylesheet_manifest, :media => "all" %> <%= javascript_include_tag 'application' %> <%= user_specific_javascript_includes %> <%= call_hook :view_layouts_base_html_head %> <%= content_for(:header_tags) if content_for?(:header_tags) %> <% show_decoration = params["layout"].nil? %>
<% if show_decoration %>
<%= javascript_tag('jQuery(function($) { $("div#breadcrumb ul.breadcrumb").adjustBreadcrumbToWindowSize(); });') %>
<% end %> <% main_menu = render_main_menu(@project) %> <% side_displayed = content_for?(:sidebar) || content_for?(:main_menu) || !main_menu.blank? %>
<%= (show_decoration) ? '' : 'nomenus' %>"> <% if (side_displayed && show_decoration) %> <%= expand_current_menu %> <% end %>
" id="content">

<%= l(:label_content) %>

<%= render_flash_messages %> <%= render :partial => 'layouts/action_menu' %> <%= yield %> <%= call_hook :view_layouts_base_content %>
 
<% if (show_decoration) %> <% end %>
<%= call_hook :view_layouts_base_body_bottom %>