search_page.html.erb 557 Bytes
<%= render :partial => 'search_form', :locals => { :hint => _("Type words about the %s you're looking for") % @asset.to_s.singularize } %>
<%= render :partial => 'search_content' %>

<div style="clear: both"></div>

<% if @asset == :product %>
  <%= javascript_tag do %>
    jQuery('.search-product-price-details').altBeautify();
  <% end %>
<% end %>

<%= javascript_include_tag 'search' %>

<%= content_tag('script', '', :src => "http://maps.google.com/maps/api/js?sensor=true", :type => 'text/javascript') %>
<%= javascript_include_tag('google_maps') %>