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