%= stylesheet_link_tag 'css', :media => 'all' %>
<%= f.text_field "name", :required => true, :size => 60, :class => "w430 bo", :maxlength => 254, :placeholder => "作品名称", :onblur => "regexName();" %>
<%= f.text_area "description", :class => "w620", :maxlength => 3000, :placeholder => "最多3000个汉字"%>
<%#= render :partial => 'attachments/form' %>
<%= render :partial => 'attachments/form' %>
<%= f.select :project_id,options_for_select(user_projects_option), {},{:class => "w350 bo"} %>
<% end %>