2013-10-02 21:47:18 +08:00
<!-- fq --> <!-- modified by bai -->
2013-09-26 09:06:29 +08:00
<%= error_messages_for 'bid' %>
<!--[form:project]-->
2013-10-07 11:02:23 +08:00
<p><%= l(:label_fork_form_new_description) %></p>
2013-10-02 21:47:18 +08:00
<!-- modified by bai -->
<p style="margin-left:-68px;padding-right: 20px;"><strong><%= l(:label_choose_course) %><span class="required"> * </span></strong><%= select_tag 'course', course_options_for_select(@courses) %></p>
2013-09-26 09:06:29 +08:00
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;", :maxlength => Bid::NAME_LENGTH_LIMIT, :value => @bid.name %></p>
2013-10-02 21:47:18 +08:00
<!-- end -->
2013-09-26 09:06:29 +08:00
<p style="margin-left:-10px;padding-right: 20px;">
<%= f.text_area :description, :rows => 8, :value => @bid.description, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;", :maxlength => Bid::DESCRIPTION_LENGTH_LIMIT %></p>
2014-10-11 16:27:39 +08:00
<!-- <p><%#= select_tag 'bid_reward_type', "<option value = '0'>#{l(:label_choose_reward)}</option><option value = '1'>#{l(:label_money)}</option><option value = '3'>#{l(:label_bids_credit)}</option><option value = '2'>#{l(:label_reward_1)}</option>".html_safe,
2013-09-26 09:06:29 +08:00
:onChange => "show('bid_reward_type', 'bid_budget', '"+l(:label_bids_reward_what)+"','"+l(:label_bids_new_money)+"','"+l(:label_bids_new_credit)+"','"+l(:label_bids_new_content)+"')" %>
2014-10-11 16:27:39 +08:00
<%#= f.text_field :budget, :required => true, :size => 60, :style => "width:350px;", :placeholder => l(:label_bids_reward_what) %>
2013-09-26 09:06:29 +08:00
</p> -->
2014-10-11 16:27:39 +08:00
<p><%= f.text_field :deadline, :value => nil,:required => true, :size => 60, :style => "width:150px;" , :readonly => true %><%= calendar_for('bid_deadline')%>
2014-06-04 10:32:44 +08:00
<!--
2014-10-11 16:27:39 +08:00
<p><%#= f.select :homework_type, homework_type_option %>
2013-09-26 09:06:29 +08:00
</p>
2014-06-04 10:32:44 +08:00
-->
2014-06-05 14:00:18 +08:00
<p><%= f.select :is_evaluation, is_evaluation_option %>
2013-09-26 09:06:29 +08:00
<fieldset><legend><%= l(:label_attachment_plural) %></legend>
<p><%= render :partial => 'attachments/form', :locals => {:container => @homework} %></p>
</fieldset>