Sha256: ff9cc12b1d09c26d0b7583ecb047fc3056c140fb6e4273942766ebca8850c81f

Contents?: true

Size: 1.29 KB

Versions: 12

Compression:

Stored size: 1.29 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title><%= h(@page_title || application_name) %></title>
    <link href="<%= opensearch_catalog_url(:format => 'xml') %>" title="<%= application_name%>" type="application/opensearchdescription+xml" rel="search"/>
    <%= favicon_link_tag asset_path('favicon.ico') %>
    <%= stylesheet_link_tag    "application" %>
    <%= javascript_include_tag "application" %>
    <%= csrf_meta_tags %>
    <%= raw(render_head_content) %>
	</head>
  
  <body class="<%= render_body_class %>">
    <div id="page">

		<div id="hd">
      <div id="user_util_links">
			<%= render :partial => '/user_util_links' %>
      </div>
		</div>
	    
    <div id="bd">
      <div id="main">
        <div id="main_container">
          <%= render :partial=>'/flash_msg' %>
          <%= yield %>
        </div>
      </div>
      <div id="sidebar"><%= sidebar_items.join('').html_safe %></div>	
	  </div>
	    
	    
		<div id="ft">
      <div class="contact_info"></div> 
        <div class="aux_links"> </div>
      <div id="footer_notices">
        <div id="bottom_text">
          <div id="hydra_logo"><%= image_tag('hydra/powered_by_hydra.png', :width => 80, :height => 50, :alt => "Hydra logo") %></div>
        </div>
      </div>
		</div>
  </div>
		
  </body>

</html>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
hydra-head-4.1.3 app/views/layouts/hydra-head.html.erb
hydra-head-4.1.2 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre9 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre8 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre7 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre6 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre4 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre3 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre2 app/views/layouts/hydra-head.html.erb
hydra-core-5.0.0.pre1 app/views/layouts/hydra-head.html.erb
hydra-head-4.1.1 app/views/layouts/hydra-head.html.erb
hydra-head-4.1.0 app/views/layouts/hydra-head.html.erb