<%= l(:label_upload_files)%>

<%= error_messages_for 'attachment' %> <%= form_tag(project_files_path(project), :multipart => true, :remote => !ie8?, :name=>"upload_form") do %>
软件版本 |  文档 |  代码 |  媒体 |  论文 |  其他
<%= render :partial => 'files/new_style_attachment_list',:locals => {:container => project} %>
<%= l(:button_cancel)%> <%= submit_tag '确定',:onclick=>'submit_resource();', :onfocus=>'this.blur()', :id=>'submit_resource', :class=>'sendSourceText fr' %> <% end %>
<% content_for :header_tags do %> <%= javascript_include_tag 'attachments' %> <% end %>