Sha256: 71ff5125d07d652c662f678c984417820131d1f536b1a8cd6a6bad800a937bff

Contents?: true

Size: 1.78 KB

Versions: 32

Compression:

Stored size: 1.78 KB

Contents

<%= render :partial=>'background_updater' %>

 
<div class="umlaut_resolve"> <!-- actual wrapper for both columns -->
  <div class="main_column"> 

  
    <h1>Find <%=@user_request.referent.type_of_thing.titlecase %></h1>
    
    <div class="resource_info">
      <table width="100%" cellpadding="3" cellspacing="0">
        <tr>
          <td>      
            <%= render :partial=>'citation' %>
  
            <div class="resource_info_sections">
              <% html_sections(:resource_info).each do |section|
              %>
                <%= content_tag "div", :id => section[:div_id] do %>
                  <%= render_section(section) %>
                <% end %>
              <% end %>
            </div>
            
          </td>
          
          <td align='right'>
            <div id="cover_image">
              <%= render_section(html_section_by_div_id("cover_image")) %>
            </div>
          </td>
        </tr>
      </table>
    </div>  
    
    
    <div class="main_response_list">
      <% html_sections(:main).each do |section|
      %>
        <%= content_tag "div", :id => section[:div_id] do %>
          <%= render_section(section) %>
        <% end %>
      <% end %>
    </div>
  
  <!--close mainColumn-->
  </div>
  
  <div id="rightColumn" class="sidebar">
  
      <% html_sections(:sidebar).each do |section|
      %>
        <%= content_tag "div", :id => section[:div_id] do %>
          <%= render_section(section) %>
        <% end %>
      <% end %>
  
    <!-- service errors -->
    <div id="service_errors">
      <% html_sections(:service_errors).each do |section| %>
        <%= render_section(section) %>
      <% end %>
    </div>
    
  </div>
  

<!-- close bothColumns --> 
</div> 



Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
umlaut-3.0.5 app/views/resolve/index.html.erb
umlaut-3.0.4 app/views/resolve/index.html.erb
umlaut-3.0.3 app/views/resolve/index.html.erb
umlaut-3.0.2 app/views/resolve/index.html.erb
umlaut-3.0.1 app/views/resolve/index.html.erb
umlaut-3.0.0 app/views/resolve/index.html.erb
umlaut-3.0.0rc1 app/views/resolve/index.html.erb
umlaut-3.0.0beta10 app/views/resolve/index.html.erb
umlaut-3.0.0beta9 app/views/resolve/index.html.erb
umlaut-3.0.0beta8 app/views/resolve/index.html.erb
umlaut-3.0.0beta7 app/views/resolve/index.html.erb
umlaut-3.0.0beta6 app/views/resolve/index.html.erb
umlaut-3.0.0beta5 app/views/resolve/index.html.erb
umlaut-3.0.0beta4 app/views/resolve/index.html.erb
umlaut-3.0.0beta3 app/views/resolve/index.html.erb
umlaut-3.0.0beta2 app/views/resolve/index.html.erb
umlaut-3.0.0beta1 app/views/resolve/index.html.erb
umlaut-3.0.0alpha15 app/views/resolve/index.html.erb
umlaut-3.0.0alpha14 app/views/resolve/index.html.erb
umlaut-3.0.0alpha13 app/views/resolve/index.html.erb