<%= form_for(softapplication) do |f| %> <% if softapplication.errors.any? %>

<%= pluralize(softapplication.errors.count, "error") %> prohibited this softapplication from being saved:

<% end %>
<%= l(:label_work_name) %> * : <%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %> <%= l(:label_softapplication_name_condition)%>

<%= l(:label_running_platform) %> * : <%= f.text_field :android_min_version_available, :required => true, :size => 60, :style => "width:400px;" %>

<%= l(:label_work_type) %> * : <%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %>

<%= l(:label_work_description) %> * : <%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %> <%= l(:label_softapplication_description_condition)%>

<%= l(:label_softapplication_developers) %> * : <%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:400px;" %>

<%= l(:label_work_deposit_project) %>: <%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline3' %> <%#= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%>


<%=l(:label_upload_softworkpacket_photo)%> <%= render_flash_messages %>

<%= render :partial => 'attachments/form' %>

1、<%=l(:label_upload_softapplication_packets_mustpacketed)%>
2、<%=l(:label_upload_softapplication_photo_condition)%>

<%=l(:label_updated_caution)%>


<%= submit_tag l(:button_create), :onclick => "return true" %>
<% end %>