<%= render :partial=>'background_updater' %>
<%= render :partial=> "manually_entered_warning" %> <%= render :partial=>'citation' %> <% html_sections(:resource_info).each do |section| %> <%= content_tag "div", :id => section[:div_id] do %> <%= render_section(section) %> <% end %> <% end %>
<%# need a div here for ajax bg loader to put bg loaded cover into %>
<%= render_section(html_section_by_div_id("cover_image")) %>
<% html_sections(:main).each do |section| %> <%= content_tag "div", :id => section[:div_id] do %> <%= render_section(section) %> <% end %> <% end %>
<% html_sections(:sidebar).each do |section| %> <%= content_tag "div", :id => section[:div_id] do %> <%= render_section(section) %> <% end %> <% end %>
<% html_sections(:service_errors).each do |section| %> <%= render_section(section) %> <% end %>
<%= render :partial=>"modal" %>