Sha256: d6dc9463032ae12a6f25ff0af40bd5cdf8a89cf46a73e09d976ebdcc01e50b2a
Contents?: true
Size: 1.51 KB
Versions: 11
Compression:
Stored size: 1.51 KB
Contents
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><%= h(@page_title || application_name) %></title> <link href="<%= opensearch_catalog_path(:format => 'xml', :only_path => false) %>" 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> <% onload_text = "$('input#q').focus();" if params[:q].to_s.empty? and params[:f].to_s.empty? and params[:id].nil? %> <body onload="<%= onload_text %>" class="<%= render_body_class.html_safe %>"> <div id="page"> <div id="hd"> <div id="logo"> <h1 class="site_title"><%= link_to application_name, "/" %><%= (params[:controller] == "catalog" and !params[:id]) ? "<span id='results_text'>Search Results</span>".html_safe : "" %></h1> </div> <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"> <%= raw(@footer) %> </div> </div> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems