<%#= error_messages_for 'softapplication' %> <%= form_for Softapplication.new, :url => softapplications_path do |f| %>
<%= hidden_field_tag 'contest_id', @contest.id %> <%= l(:label_work_name) %> * : <%= f.text_field :name, :required => true, :size => 60, :style => "width:320px;", :onkeyup => "regexName();" %> (<%= l(:label_workname_lengthlimit) %>)


<%= l(:label_work_description) %>  *  :  <%= f.text_area :description, :required => true, :size => 60, :rows => 3, :onkeyup => 'regexDescription();', :style => "width:320px; " %> (<%= l(:label_work_description_lengthlimit) %>)


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


<%= l(:label_work_deposit_project) %>: <%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2', :style => "width:328px;" %> <%= link_to l(:label_create_new_projects), new_project_path(:course => 0, :project_type => 0, :host => Setting.project_domain), :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) %>


<%#= submit_tag l(:button_create) %> <%= submit_tag l(:button_cancel), :name => nil, :onclick => "cancel();", :type => 'button', :class => "enterprise", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'" %>
<% end %>