|
|
@ -61,61 +61,59 @@
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<!--参赛步骤-->
|
|
|
|
<!--参赛步骤-->
|
|
|
|
<div style="padding-left: 17px; padding-bottom: 15px">
|
|
|
|
<div style="padding-left: 17px; padding-bottom: 10px; color: grey">
|
|
|
|
温馨提示:如果您希望在我们平台托管参赛数据和代码,请按下面参赛步骤参赛!
|
|
|
|
温馨提示:如果您准备参加竞赛,请点击下面的"新建参赛作品"!
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
|
|
|
|
|
|
|
|
<div style="padding-bottom: 10px; line-height: 25px">
|
|
|
|
<div style="padding-bottom: 10px; line-height: 15px">
|
|
|
|
<div style="padding-left: 17px; font-size: 15px">
|
|
|
|
<div style="padding-left: 82px; font-size: 14px">
|
|
|
|
<strong>参赛步骤:</strong>
|
|
|
|
<span><strong>参加竞赛:</strong></span>
|
|
|
|
|
|
|
|
<span><%= link_to '新建参赛作品', "javascript:void(0);", onclick: "$('#put-project-form').toggle();" %></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="padding-left: 82px; ">
|
|
|
|
<!-- <div style="padding-left: 82px; ">
|
|
|
|
<span style="padding-top: 50px">步骤1:</span>
|
|
|
|
<span style="padding-top: 50px">步骤1:</span>
|
|
|
|
<span><%#= link_to '新建参赛作品', new_softapplication_path(:target=>'_blank'), :target=>'_blank' %></span>
|
|
|
|
<span><%#= link_to '新建参赛作品', new_softapplication_path(:target=>'_blank'), :target=>'_blank' %></span>
|
|
|
|
<span><%= link_to '新建参赛作品', "javascript:void(0);", onclick: "$('#put-project-form').toggle();" %></span>
|
|
|
|
<span><%= link_to '新建参赛作品', "javascript:void(0);", onclick: "$('#put-project-form').toggle();" %></span>
|
|
|
|
<span style="font-size: 12px; color: grey">(先点击“新建参赛作品”,然后刷新页面,再继续步骤2。)</span>
|
|
|
|
<span style="font-size: 12px; color: grey">(先点击“新建参赛作品”,然后刷新页面,再继续步骤2。)</span>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
<div style="padding-left: 82px; ">
|
|
|
|
|
|
|
|
<span style="padding-top: 50px">步骤2:</span>
|
|
|
|
|
|
|
|
<span><%= link_to '关联参赛作品', "javascript:void(0);", onclick: "$('#put-bid-form').toggle();" %></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--点击新建参赛作品弹出框-->
|
|
|
|
</div>
|
|
|
|
<div id="put-project-form" style="display: none; padding-left: 83px; width: 70%">
|
|
|
|
|
|
|
|
<%= form_for Softapplication.new, :remote=>true, :url => softapplications_path, :complete => '$("#put-bid-form").hide();' do |f| %>
|
|
|
|
|
|
|
|
<fieldset class="contes-new-box", style="padding-left: 36px">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr style="width:700px; margin-left: -10px">
|
|
|
|
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
|
|
|
<span><%= l(:label_softapplication_name) %></span>
|
|
|
|
<div id="put-project-form" style="display: none; padding-left: 83px; width: 88%">
|
|
|
|
|
|
|
|
<%= form_for Softapplication.new, :url => softapplications_path do |f| %>
|
|
|
|
|
|
|
|
<fieldset class="contes-new-box", style="padding-left: 36px; line-height: 10px">
|
|
|
|
|
|
|
|
<%= hidden_field_tag 'contest_id', @contest.id %>
|
|
|
|
|
|
|
|
<tr style="width:700px; margin-left: -10px;">
|
|
|
|
|
|
|
|
<span><%= l(:label_work_name) %></span>
|
|
|
|
<span class="contest-star"> * </span>: <td ><%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
<span class="contest-star"> * </span>: <td ><%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
</tr></ br>
|
|
|
|
</tr><br/>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<span><%= l(:label_softapplication_version_available) %></span>
|
|
|
|
<span><%= l(:label_running_platform) %></span>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :android_min_version_available, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :android_min_version_available, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr></ br>
|
|
|
|
</tr><br/>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<span><%= l(:label_softapplication_type) %></span>
|
|
|
|
<span><%= l(:label_work_type) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr></ br>
|
|
|
|
</tr><br/>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<span><%= l(:label_softapplication_description) %></span>
|
|
|
|
<span><%= l(:label_work_description) %></span>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
|
|
|
<span style="font-size: 10px">(125个汉字以内)</span>
|
|
|
|
</tr></ br>
|
|
|
|
</tr><br/>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
@ -123,59 +121,38 @@
|
|
|
|
<span><%= l(:label_softapplication_developers) %></span>
|
|
|
|
<span><%= l(:label_softapplication_developers) %></span>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
|
|
|
|
|
|
|
</tr></ br>
|
|
|
|
</tr><br/>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<fieldset style="width: 500px", style="padding-top: 10px">
|
|
|
|
<fieldset style="width: 500px", style="padding-top: 10px">
|
|
|
|
<legend>
|
|
|
|
<legend>
|
|
|
|
上传应用软件包和应用截图
|
|
|
|
上传作品软件包和作品截图
|
|
|
|
</legend>
|
|
|
|
</legend>
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
<p id="put-bid-form-partial">
|
|
|
|
<p id="put-bid-form-partial">
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p style="font-size: 10px">
|
|
|
|
<p style="font-size: 11px">
|
|
|
|
1、<%= l(:label_upload_softapplication_packets_mustpacketed)%>
|
|
|
|
1、<%= l(:label_upload_softapplication_packets_mustpacketed)%> <br />
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
2、<%= l(:label_upload_softapplication_photo_condition)%>
|
|
|
|
2、<%= l(:label_upload_softapplication_photo_condition)%>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p style="font-size: 10px; color: red">
|
|
|
|
<p style="font-size: 11px; color: red">
|
|
|
|
<%= l(:label_updated_caution)%>
|
|
|
|
<%= l(:label_updated_caution)%>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
</fieldset>
|
|
|
|
</fieldset></br>
|
|
|
|
</fieldset></br>
|
|
|
|
<div class="align-center", style="padding-top: -3px; padding-bottom: 8px">
|
|
|
|
<div class="align-center", style="padding-top: -3px; padding-bottom: 8px">
|
|
|
|
<%= submit_tag l(:button_create), :onclick => "cancel();" %>
|
|
|
|
<%= 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'" %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!--点击关联参赛作品后弹出关联框-->
|
|
|
|
|
|
|
|
<div id="put-bid-form" style="display: none; padding-left: 83px; width: 70%">
|
|
|
|
|
|
|
|
<%= form_for "contest_for_save", :remote=>true, :url => {:controller => 'contests', :action => 'add_softapplication'}, :update => "contesting_softapplication_list", :complete => '$("#put-bid-form").hide();' do |f| %>
|
|
|
|
|
|
|
|
<table id="contesting_table" border="0" width="102%" style="margin-left: -3px;">
|
|
|
|
|
|
|
|
<!--该table为点击关联参赛作品后弹出的-->
|
|
|
|
|
|
|
|
<tr style="padding-left: 50px">
|
|
|
|
|
|
|
|
<%= select_tag 'contest', options_for_select(select_option_app_helper(@softapplication)), :name => 'contest', :class => 'grayline' %>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td><%= f.text_area :contest_message, :id => "contest_message", :required => true, :rows => 2, :cols => 40, :placeholder => l(:label_bid_reason), :style => "resize: none;", :class => 'noline'%></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td align="right"> <%= submit_tag l(:button_add), :name => nil , :class => "enterprise",
|
|
|
|
|
|
|
|
:onmouseout => "this.style.backgroundPosition = 'left top'",
|
|
|
|
|
|
|
|
:onmouseover => "this.style.backgroundPosition = 'left -30px'"%>
|
|
|
|
|
|
|
|
<%= 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'" %> </td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
@ -189,10 +166,63 @@
|
|
|
|
<% if c_project.project %>
|
|
|
|
<% if c_project.project %>
|
|
|
|
<div style="padding-left: 18px">
|
|
|
|
<div style="padding-left: 18px">
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
<tr>
|
|
|
|
<div>
|
|
|
|
<td><strong>参赛作品: </strong></td>
|
|
|
|
<div><strong>参赛作品: <%= link_to(c_project.project.name, project_path(c_project.project), :target => '_blank') %> </strong>
|
|
|
|
<td> <%= link_to(c_project.project.name, project_path(c_project.project), :target => '_blank') %> </td>
|
|
|
|
<div style="float: right">
|
|
|
|
</tr></br>
|
|
|
|
<td style="color: #ec6300;" align="right" valign="0.1em" width="16%">
|
|
|
|
|
|
|
|
<strong>
|
|
|
|
|
|
|
|
<span id="reward_result_<%=c_project.id%>"> <!-- 调用js进行刷新 -->
|
|
|
|
|
|
|
|
<% if get_prize(c_project).nil? or get_prize(c_project) == "" %>
|
|
|
|
|
|
|
|
<% if @contest.deadline < Date.today %>
|
|
|
|
|
|
|
|
<span style="color: red"><%= l(:label_noawards)%></span>
|
|
|
|
|
|
|
|
<% else%>
|
|
|
|
|
|
|
|
<span style="color: red"><%= l(:label_noawards_current)%></span>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% else %>
|
|
|
|
|
|
|
|
<% case get_prize(c_project) %>
|
|
|
|
|
|
|
|
<% when '-1' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/special_reward.png")%>
|
|
|
|
|
|
|
|
<% when '0' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/first_reward.png")%>
|
|
|
|
|
|
|
|
<% when '1' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/second_reward.png")%>
|
|
|
|
|
|
|
|
<% when '2' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/third_reward.png")%>
|
|
|
|
|
|
|
|
<% when '3' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/forth_reward.png")%>
|
|
|
|
|
|
|
|
<% when '4' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/fifth_reward.png")%>
|
|
|
|
|
|
|
|
<% when '5' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/qualified.png")%>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</strong>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 评价显隐控制按钮-->
|
|
|
|
|
|
|
|
<% if ((User.current.id == @contest.author_id) && (@contest.deadline > Date.today))||User.current.admin %>
|
|
|
|
|
|
|
|
<td valign="top" align="right" width="10%">
|
|
|
|
|
|
|
|
<span> <%= toggle_link '评奖', c_project.id.to_s %></span>
|
|
|
|
|
|
|
|
<!-- 评价应标项目的表单 -->
|
|
|
|
|
|
|
|
<span style="display: none; vertical-align: top " id = '<%= c_project.id %>'>
|
|
|
|
|
|
|
|
<%= form_for "set_reward_project",:remote=>true,:url=>set_reward_project_contest_path do |f| %>
|
|
|
|
|
|
|
|
<%= f.text_field :c_id,:style => "display:none",:value => c_project.id,:size=>"0" %>
|
|
|
|
|
|
|
|
<%= f.select :reward,"<option value = '-1'>#{l(:label_special_reward)}</option>
|
|
|
|
|
|
|
|
<option value = '0'>#{l(:label_first_reward)}</option>
|
|
|
|
|
|
|
|
<option value = '1'>#{l(:label_second_reward)}</option>
|
|
|
|
|
|
|
|
<option value = '2'>三等奖</option>
|
|
|
|
|
|
|
|
<option value = '3'>四等奖</option>
|
|
|
|
|
|
|
|
<option value = '4'>五等奖</option>
|
|
|
|
|
|
|
|
<option value = '5'>#{l(:label_comfort_reward)}</option>".html_safe %>
|
|
|
|
|
|
|
|
<%= f.submit "提交",:class=>"submit" %>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div></br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
@ -201,11 +231,12 @@
|
|
|
|
</tr></br>
|
|
|
|
</tr></br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="padding-left: 68px; padding-bottom: 8px">
|
|
|
|
<div style="padding-left: 68px; padding-bottom: 8px">
|
|
|
|
<tr>
|
|
|
|
<span><strong>参赛时间:</strong><%= format_time c_project.created_at%></span>
|
|
|
|
<td>发布时间:</td>
|
|
|
|
<span style="padding-left: 240px"><strong>参赛代表:</strong><%= c_project.user.name %></span>
|
|
|
|
<td> <%= format_time c_project.created_at%> </td>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
@ -221,18 +252,75 @@
|
|
|
|
<td> <%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication), :target => '_blank') %> </td>
|
|
|
|
<td> <%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication), :target => '_blank') %> </td>
|
|
|
|
</tr></br>
|
|
|
|
</tr></br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px; padding-top: 5px">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>简介:</td>
|
|
|
|
<td><strong>简介:</strong></td>
|
|
|
|
<td> <%= c_softapplication.softapplication.description.truncate(90, omission: '...') %> </td>
|
|
|
|
<td> <%= c_softapplication.softapplication.description.truncate(90, omission: '...') %> </td>
|
|
|
|
</tr></br>
|
|
|
|
</tr></br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="padding-left: 68px; padding-bottom: 8px">
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td>发布时间:</td>
|
|
|
|
|
|
|
|
<td> <%= format_time c_softapplication.created_at %> </td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<div style="padding-left: 68px; pading-bottom: 8px">
|
|
|
|
|
|
|
|
<span><strong>参赛时间:</strong><%= format_time c_softapplication.created_at %></span>
|
|
|
|
|
|
|
|
<span style="padding-left: 240px"><strong>参赛代表:</strong><%= c_softapplication.softapplication.user.name %></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--获奖及教师评奖-->
|
|
|
|
|
|
|
|
<div style="padding-left: 18px; padding-bottom: 5px">
|
|
|
|
|
|
|
|
<span style="padding-left: 50px"><strong>最终得分:</strong></span><span style="color: red"><%= c_softapplication.softapplication.average(:quality).try(:avg).try(:round, 2).to_i.to_s%>分</span>
|
|
|
|
|
|
|
|
<span style="padding-left: 334px">
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
|
|
<strong>
|
|
|
|
|
|
|
|
<span id="reward_result_<%=c_softapplication.id%>" > <!-- 调用js进行刷新 -->
|
|
|
|
|
|
|
|
<% if get_prize(c_softapplication).nil? or get_prize(c_softapplication) == "" %>
|
|
|
|
|
|
|
|
<% if @contest.deadline < Date.today %>
|
|
|
|
|
|
|
|
<span style="color: red"><%= l(:label_noawards)%></span>
|
|
|
|
|
|
|
|
<% else%>
|
|
|
|
|
|
|
|
<span style="color: red"><%= l(:label_noawards_current)%></span>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% else %>
|
|
|
|
|
|
|
|
<% case get_prize(c_softapplication) %>
|
|
|
|
|
|
|
|
<% when '-1' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/special_reward.png")%>
|
|
|
|
|
|
|
|
<% when '0' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/first_reward.png")%>
|
|
|
|
|
|
|
|
<% when '1' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/second_reward.png")%>
|
|
|
|
|
|
|
|
<% when '2' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/third_reward.png")%>
|
|
|
|
|
|
|
|
<% when '3' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/forth_reward.png")%>
|
|
|
|
|
|
|
|
<% when '4' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/fifth_reward.png")%>
|
|
|
|
|
|
|
|
<% when '5' %>
|
|
|
|
|
|
|
|
<%= image_tag("/images/bid/qualified.png")%>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</strong>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 评价显隐控制按钮-->
|
|
|
|
|
|
|
|
<% if ((User.current.id == @contest.author_id) && (@contest.deadline > Date.today))||User.current.admin %>
|
|
|
|
|
|
|
|
<div style="valign="top" align="right" width="10%"">
|
|
|
|
|
|
|
|
<span style="padding-right: 5px; padding-top: 1px"> <%= toggle_link '评奖', c_softapplication.id.to_s %></span>
|
|
|
|
|
|
|
|
<!-- 评价应标项目的表单 -->
|
|
|
|
|
|
|
|
<span style="display: none; vertical-align: top " id = '<%= c_softapplication.id %>'>
|
|
|
|
|
|
|
|
<%= form_for "set_reward_softapplication",:remote=>true,:url=>set_reward_softapplication_contest_path do |f| %>
|
|
|
|
|
|
|
|
<%= f.text_field :c_id,:style => "display:none",:value => c_softapplication.id,:size=>"0" %>
|
|
|
|
|
|
|
|
<%= f.select :reward,"<option value = '-1'>#{l(:label_special_reward)}</option>
|
|
|
|
|
|
|
|
<option value = '0'>#{l(:label_first_reward)}</option>
|
|
|
|
|
|
|
|
<option value = '1'>#{l(:label_second_reward)}</option>
|
|
|
|
|
|
|
|
<option value = '2'>三等奖</option>
|
|
|
|
|
|
|
|
<option value = '3'>四等奖</option>
|
|
|
|
|
|
|
|
<option value = '4'>五等奖</option>
|
|
|
|
|
|
|
|
<option value = '5'>#{l(:label_comfort_reward)}</option>".html_safe %>
|
|
|
|
|
|
|
|
<%= f.submit "提交",:class=>"submit" %>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|