Sha256: ce3db4b2de029eae9aa54df521873c58d4ead3c5bce952091ed1502eb42a0931

Contents?: true

Size: 1.64 KB

Versions: 25

Compression:

Stored size: 1.64 KB

Contents

<!DOCTYPE html>

<!--[if lt IE 7 ]> <html class="ie6"> <![endif]--> 
<!--[if IE 7 ]>    <html class="ie7"> <![endif]--> 
<!--[if IE 8 ]>    <html class="ie8"> <![endif]--> 
<!--[if IE 9 ]>    <html class="ie9"> <![endif]--> 
<!--[if gt IE 9]>  <html> <![endif]-->
<!--[if !IE]><!--> <html> <!--<![endif]-->

  <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"/>
    
    <%= render_head_content %>

		<!--[if IE]>
    	<%= stylesheet_link_tag('hydra/ie-styles', {:media=>'all'}) %>
    	<%= stylesheet_link_tag('progressBox-ie6.css', {:media=>'all'}) %>
		<![endif]-->
	</head>
  
    <body class="<%= render_body_class %>">

	  <div id="doc4" class="yui-t2">
		
		<div id="hd">
			<%= render :partial => '/user_util_links.html' %>
			<%= (params[:controller] == "catalog" and !params[:id]) ? "<span id='results_text'>Search Results</span>".html_safe : "" %>
		</div>
	    
	  <div id="bd">
			<div id="yui-main">
        <%= render :partial=>'/flash_msg' %>
        <%= yield %>
      </div>
      <div class="yui-b sidebar"><%= sidebar_items.join('').html_safe %></div>	
	  </div>
	    
	    
		<div id="footer">
			<div id="container3">
				<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>
		
	  </div>
  </body>

</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hydra-head-3.3.0 app/views/layouts/hydra-head.html.erb
hydra-head-3.2.2 app/views/layouts/hydra-head.html.erb
hydra-head-3.2.1 app/views/layouts/hydra-head.html.erb
hydra-head-3.2.0 app/views/layouts/hydra-head.html.erb
hydra-head-3.2.0.pre3 app/views/layouts/hydra-head.html.erb
hydra-head-3.2.0.pre2 app/views/layouts/hydra-head.html.erb
hydra-head-3.2.0.pre1 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.5 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.4 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.3 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.2 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.1 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0.rc2 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0.rc1 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0.pre5 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0.pre4 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0.pre3 app/views/layouts/hydra-head.html.erb
hydra-head-3.0.1 app/views/layouts/hydra-head.html.erb
hydra-head-3.1.0.pre2 app/views/layouts/hydra-head.html.erb