<%= search_page_title( @titles[@asset], @category ) %>
<%= render :partial => 'software_search_form', :locals => { :hint => _("Type words about the %s you're looking for") % @asset.to_s.singularize } %>
<% if @asset == :product %>
<%= javascript_tag do %>
jQuery('.search-product-price-details').altBeautify();
<% end %>
<% end %>
<%= render partial:"catalog_result_list" %>