<%= l(:label_release_softapplication)%>

<%= form_for Softapplication.new, :url => {:controller => 'softapplications', :action => 'create'}, :update => "bidding_project_list", :complete => '$("#put-bid-form").hide();', :html => {:multipart => true, :id => 'add_homework_form'} do |f| %>
<%= l(:label_attachment_plural) %> <%= l(:label_softapplication_name) %> * : <%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %> <%= l(:label_softapplication_name_condition)%>

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

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

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

<%= render_flash_messages %>

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

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