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

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

<% end %>
<%= 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;" %>

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

上传应用软件包和应用截图 <%= 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 %>