|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
/*margin-right: -4px;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="button"].contest_btn {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 30px;
|
|
|
|
@ -30,6 +31,7 @@
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
margin-right: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea:focus {
|
|
|
|
|
border: #d5dee9 1px solid;
|
|
|
|
|
}
|
|
|
|
@ -62,24 +64,17 @@
|
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
|
<!--参赛步骤-->
|
|
|
|
|
<div style="padding-left: 23px; padding-bottom: 10px; color: grey; font-size: 12px">
|
|
|
|
|
<div>温馨提示:如果您准备参加竞赛,请点击下面的"新建参赛作品"!</div>
|
|
|
|
|
<div style="margin-left: 59px; padding-top: 2px">1) 若您已完成开发,且只希望发布您的作品,“托管项目”一项可以不选;</div>
|
|
|
|
|
<div style="margin-left: 59px; padding-top: 2px">2) 若您希望托管竞赛数据和代码以及保留开发和提交代码的轨迹,请从“托管项目”中选择一项您已创建好的项目作为该参赛作品的托管项目,若您还没有创建项目,请点击右边的“创建项目”,然后回到本页再选择。</div>
|
|
|
|
|
<div><%= l(:label_wellmeaning_intimation_contentone) %></div>
|
|
|
|
|
<div style="margin-left: 59px; padding-top: 2px">1) <%= l(:label_wellmeaning_intimation_contenttwo) %></div>
|
|
|
|
|
<div style="margin-left: 59px; padding-top: 2px">2) <%= l(:label_wellmeaning_intimation_contentthree) %></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
|
<div style="padding-bottom: 10px; line-height: 15px">
|
|
|
|
|
<div style="padding-left: 82px; font-size: 14px">
|
|
|
|
|
<span><strong>参加竞赛:</strong></span>
|
|
|
|
|
<span><%= link_to '新建参赛作品', "javascript:void(0);", onclick: "$('#put-project-form').toggle();" %></span>
|
|
|
|
|
<span><strong><%= l(:label_attending_contest) %>:</strong></span>
|
|
|
|
|
<span><%= link_to l(:label_new_attendingcontest_work), "javascript:void(0);", onclick: "$('#put-project-form').toggle();" %></span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div style="padding-left: 82px; ">
|
|
|
|
|
<span style="padding-top: 50px">步骤1:</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 style="font-size: 12px; color: grey">(先点击“新建参赛作品”,然后刷新页面,再继续步骤2。)</span>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<% else %>
|
|
|
|
|
<div style="font-size: 14px;margin:10px;padding-left: 73px">
|
|
|
|
@ -91,65 +86,77 @@
|
|
|
|
|
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
|
|
|
|
<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: 8px; margin-left: 1px">
|
|
|
|
|
<fieldset class="contes-new-box" style="padding-left: 36px; line-height: 8px; margin-left: 1px" >
|
|
|
|
|
<%= 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 style="font-size: 10px">(25个汉字以内)</span>
|
|
|
|
|
</tr><br/>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td><%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
<span style="font-size: 10px">(<%= l(:label_workname_lengthlimit) %>)</span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<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/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<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/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<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 style="font-size: 10px">(125个汉字以内)</span>
|
|
|
|
|
</tr><br/>
|
|
|
|
|
<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">(<%= l(:label_workdescription_lengthlimit) %>)</span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<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/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_work_deposit_project) %>:</span>
|
|
|
|
|
<span style="padding-left: 4px"><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %></span>
|
|
|
|
|
<span><%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%></span>
|
|
|
|
|
</tr><br/>
|
|
|
|
|
<span><%= link_to l(:label_create_new_projects), new_project_path(course: 0, project_type: 0), :target => '_blank' %></span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<fieldset style="width: 500px; padding-top: 10px">
|
|
|
|
|
<legend>
|
|
|
|
|
上传作品软件包和作品截图
|
|
|
|
|
<%= l(:label_upload_softworkpacket_photo) %>
|
|
|
|
|
</legend>
|
|
|
|
|
<%#= render_flash_messages %>
|
|
|
|
|
<p id="put-bid-form-partial">
|
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p style="font-size: 11px">
|
|
|
|
|
1、<%= l(:label_upload_softapplication_packets_mustpacketed) %> <br/>
|
|
|
|
|
<br>
|
|
|
|
@ -181,7 +188,9 @@
|
|
|
|
|
<div style="padding-left: 18px">
|
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
|
<div>
|
|
|
|
|
<div><strong>参赛作品: <%= link_to(c_project.project.name, project_path(c_project.project), :target => '_blank') %> </strong>
|
|
|
|
|
<div><strong><%= l(:label_contest_work) %>
|
|
|
|
|
: <%= link_to(c_project.project.name, project_path(c_project.project), :target => '_blank') %> </strong>
|
|
|
|
|
|
|
|
|
|
<div style="float: right">
|
|
|
|
|
<td style="color: #ec6300;" align="right" valign="0.1em" width="16%">
|
|
|
|
|
<strong>
|
|
|
|
@ -217,7 +226,7 @@
|
|
|
|
|
<!-- 评价显隐控制按钮-->
|
|
|
|
|
<% 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> <%= toggle_link l(:label_reward), 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| %>
|
|
|
|
@ -225,28 +234,32 @@
|
|
|
|
|
<%= 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 = '2'>#{l(:label_third_reward)}</option>
|
|
|
|
|
<option value = '3'>#{l(:label_fourth_reward)}</option>
|
|
|
|
|
<option value = '4'>#{l(:label_fifth_reward)}</option>
|
|
|
|
|
<option value = '5'>#{l(:label_comfort_reward)}</option>".html_safe %>
|
|
|
|
|
<%= f.submit "提交",:class=>"submit" %>
|
|
|
|
|
<%= f.submit :value => l(:button_submit), :class => "submit" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div></br>
|
|
|
|
|
</div>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>简介:</td>
|
|
|
|
|
<td><%= l(:label_profile) %>:</td>
|
|
|
|
|
<td> <%= c_project.project.description.truncate(90, omission: '...') %> </td>
|
|
|
|
|
</tr></br>
|
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="padding-left: 68px; padding-bottom: 8px">
|
|
|
|
|
<span><strong>参赛时间:</strong><%= format_time c_project.created_at%></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong>参赛代表:</strong><%= c_project.user.name %></span>
|
|
|
|
|
<span><strong><%= l(:label_attendingcontest_time) %>
|
|
|
|
|
:</strong><%= format_time c_project.created_at %></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong><%= l(:label_attendingcontest_spoksman) %>
|
|
|
|
|
:</strong><%= c_project.user.name %></span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
@ -262,26 +275,32 @@
|
|
|
|
|
<div style="padding-left: 18px">
|
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><strong>参赛作品: </strong></td>
|
|
|
|
|
<td><strong><%= l(:label_contest_work) %>: </strong></td>
|
|
|
|
|
<td> <%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication), :target => '_blank') %> </td>
|
|
|
|
|
</tr></br>
|
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px; padding-top: 5px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><strong>简介:</strong></td>
|
|
|
|
|
<td><strong><%= l(:label_profile) %>:</strong></td>
|
|
|
|
|
<td> <%= c_softapplication.softapplication.description.truncate(90, omission: '...') %> </td>
|
|
|
|
|
</tr></br>
|
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
<span><strong><%= l(:label_attendingcontest_time) %>
|
|
|
|
|
:</strong><%= format_time c_softapplication.created_at %></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong><%= l(:label_attendingcontest_spoksman) %>
|
|
|
|
|
:</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: 50px"><strong><%= l(:label_final_scores) %>
|
|
|
|
|
:</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>
|
|
|
|
@ -325,11 +344,11 @@
|
|
|
|
|
<%= 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 = '2'>#{l(:label_third_reward)}</option>
|
|
|
|
|
<option value = '3'>#{l(:label_fourth_reward)}</option>
|
|
|
|
|
<option value = '4'>#{l(:label_fifth_reward)}</option>
|
|
|
|
|
<option value = '5'>#{l(:label_comfort_reward)}</option>".html_safe %>
|
|
|
|
|
<%= f.submit "提交",:class=>"submit" %>
|
|
|
|
|
<%= f.submit :value => l(:button_submit), :class => "submit" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|