<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2015 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: Copyright (C) 2006-2013 Jean-Philippe Lang Copyright (C) 2010-2013 the ChiliProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. See doc/COPYRIGHT.rdoc for more details. ++#%> <% show_decoration = params["layout"].nil? %> <%= html_title %> <%= csrf_meta_tags %> <%= favicon_link_tag 'favicon.ico' %> <%= stylesheet_link_tag current_theme.stylesheet_manifest, :media => "all" %> <% if User.current.impaired? && accessibility_css_enabled? %> <%= stylesheet_link_tag 'accessibility' %> <% end %> <%= javascript_include_tag 'application' %> <%= user_specific_javascript_includes %> <%= call_hook :view_layouts_base_html_head %> <%= content_for(:header_tags) if content_for?(:header_tags) %> <% main_menu = render_main_menu(@project) %> <% side_displayed = content_for?(:sidebar) || content_for?(:main_menu) || !main_menu.blank? %>
<%= (show_decoration) ? '' : 'nomenus' %>" ng-class="{ 'hidden-navigation': !showNavigation }"> <% if show_decoration %>
<% end %>
<%= (show_decoration) ? '' : 'nomenus' %>"> <% if (side_displayed && show_decoration) %> <% end %> <% if show_decoration %> <% end %>
<%= (show_decoration) ? '' : 'nomenus' %>" id="content" ng-class="{ 'hidden-navigation': !showNavigation }">

<%= 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 %>