<%=render :partial => '/layouts/headers' %>
<%=render :partial => '/layouts/left_top'%>
<%= yield %>
<% if @shortcuts %>

<%=l :shortcuts %>

<% @shortcuts.each_with_index do |shortcut, index| %> <% if shortcut[:options] %> <% else %> <% end %> <% end %>
<%= shortcut[:key]%><%=detour_to l(shortcut[:function]), shortcut[:options], :id => shortcut[:function], :tabindex => index+100 %>
<%= shortcut[:key]%><%=l shortcut[:function] %>
<% end %> <% if @sidebars %> <% @sidebars.each do |sidebar| %> <% end %> <% end %>