<% content_for :top_field do%>
<%= form_tag( search_stores_path, method: 'post') do %> <%= text_field_tag 'name', nil, size:"100", placeholder:'请输入要搜索的关键字', :value => params[:name] , :class => 'blueinputbar', :required => true %> <%= submit_tag l(:label_search), :class => "enterprise"%> <% end %>
<% end %> <% @searched_attach.each do |result| %>
<%= result.filename %> <%= link_to_attachment result, {:text => image_tag("/images/button/dl.png", width: "70px", alt: l(:button_download), :class => 'download_icon')}%>
<%= result.description %>
所属分类:<%=result_come_from result%>
下载:<%= result.downloads%>| 大小:<%= number_to_human_size(result.filesize) %>| 共享者:<%= link_to result.author, user_path(result.author), target: "_blank" unless result.author.blank? %>| 上传时间:<%= format_time(result.created_on) %>
<% end %>