<% content_for :top_field do%>
<%= form_tag( search_stores_path, method: 'post') do %> <%= text_field_tag 'name', nil, size:"100", placeholder:'请输入要搜索的关键字', :class => 'blueinputbar', :required => true %> <%= submit_tag l(:label_search), :class => "enterprise"%> <% end %>
<% end %>
<% @attach_array.each do |k|%>

<%= @str_arr.shift %>

<% k.each do |c1|%> <% end %>
<%=l(:label_attachment)%> <%=l(:field_downloads)%> <%=l(:button_download)%>
<%= link_to c1.filename, (attachFromUrl c1), {:title => c1.filename, :target => "_blank"} %> <%= c1.downloads %> <%= link_to_attachment c1, {:text => image_tag("/images/button/download.png", width: "22px", alt: l(:button_download)) }%>
<% reset_cycle; end %>