2014-05-08 15:06:36 +08:00
|
|
|
|
<style>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
input[type="submit"].contest_btn {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
|
background: url("/images/button/bg103.jpg") no-repeat scroll left top transparent;
|
|
|
|
|
padding: 0px 0px 4px 0px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
/*margin-right: -4px;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="button"].contest_btn {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
|
background: url("/images/button/bg103.jpg") no-repeat scroll left top transparent;
|
|
|
|
|
padding: 0px 0px 4px 0px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
margin-right: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea:focus {
|
|
|
|
|
border: #d5dee9 1px solid;
|
|
|
|
|
}
|
2014-05-08 15:06:36 +08:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" language="javascript">
|
2014-05-26 19:19:11 +08:00
|
|
|
|
function clearInfo(id, content) {
|
|
|
|
|
var text = $('#' + id);
|
|
|
|
|
if (text.val() == content) {
|
|
|
|
|
$('#' + id).val('');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function showInfo(id, content) {
|
|
|
|
|
var text = $('#' + id);
|
|
|
|
|
if (text.val() == '') {
|
|
|
|
|
$('#' + id).val(content);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function cancel() {
|
|
|
|
|
$("#put-bid-form").hide();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function cancel() {
|
|
|
|
|
$("#put-project-form").hide();
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-21 16:59:00 +08:00
|
|
|
|
function selectChange(obj)
|
|
|
|
|
{
|
|
|
|
|
if(obj.value=="其他")
|
|
|
|
|
{
|
|
|
|
|
//document.getElementById("a").style.display = ""
|
|
|
|
|
$("#other_span").show();
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
$("#other_span").hide();
|
|
|
|
|
$("#other_input").val("");
|
|
|
|
|
//document.getElementById("a").style.display = "none"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-08 15:06:36 +08:00
|
|
|
|
</script>
|
2014-05-21 20:27:23 +08:00
|
|
|
|
<%= render_flash_messages %>
|
2014-05-08 16:49:52 +08:00
|
|
|
|
<!--参赛步骤-->
|
2014-05-20 10:32:15 +08:00
|
|
|
|
<div style="padding-left: 23px; padding-bottom: 10px; color: grey; font-size: 12px">
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<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>
|
2014-05-09 15:34:13 +08:00
|
|
|
|
</div>
|
2014-05-08 15:06:36 +08:00
|
|
|
|
|
2014-05-21 09:38:08 +08:00
|
|
|
|
<% if User.current.logged? %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<div style="padding-bottom: 10px; line-height: 15px">
|
|
|
|
|
<div style="padding-left: 82px; font-size: 14px">
|
|
|
|
|
<span><strong><%= l(:label_attending_contest) %>:</strong></span>
|
2014-07-28 14:58:01 +08:00
|
|
|
|
<span><%= link_to l(:label_new_attendingcontest_work), "javascript:void(0);", onclick: "$('#put-project-form').slideToggle();" %></span>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-05-21 09:38:08 +08:00
|
|
|
|
<% else %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<div style="font-size: 14px;margin:10px;padding-left: 73px">
|
|
|
|
|
<%= l(:label_user_login_attending_contest) %>
|
|
|
|
|
<%= link_to l(:label_user_login_new), signin_path %>
|
|
|
|
|
</div>
|
2014-05-21 09:38:08 +08:00
|
|
|
|
<% end %>
|
2014-05-09 15:34:13 +08:00
|
|
|
|
|
2014-05-13 11:44:29 +08:00
|
|
|
|
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
2014-07-28 14:58:01 +08:00
|
|
|
|
<div id="put-project-form" style=" padding-left: 83px; width: 88%">
|
|
|
|
|
<%= render "new_softapplication" %>
|
2014-05-09 15:34:13 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2014-05-21 09:38:08 +08:00
|
|
|
|
|
2014-05-08 15:06:36 +08:00
|
|
|
|
|
2014-05-08 17:10:17 +08:00
|
|
|
|
<div class="underline-contests_three"></div>
|
|
|
|
|
|
2014-05-08 16:49:52 +08:00
|
|
|
|
<!--参赛作品列表,通过判断,竞赛的id为2,3,6的显示参赛作品为提交的项目,否则显示参赛的应用-->
|
2014-05-08 15:06:36 +08:00
|
|
|
|
|
2014-05-08 16:49:52 +08:00
|
|
|
|
<% if @contest.id == 2 or @contest.id == 3 or @contest.id == 6 %>
|
2014-05-08 15:06:36 +08:00
|
|
|
|
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<% @contesting_project.sort.reverse.each do |c_project| %>
|
|
|
|
|
<% if c_project.project %>
|
|
|
|
|
<div style="padding-left: 18px">
|
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
|
<div>
|
|
|
|
|
<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>
|
|
|
|
|
<span id="reward_result_<%= c_project.id %>"> <!-- 调用js进行刷新 -->
|
|
|
|
|
<% if get_prize(c_project).nil? or get_prize(c_project) == "" %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% if @contest.deadline < Date.today %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<span style="color: red"><%= l(:label_noawards) %></span>
|
|
|
|
|
<% else %>
|
|
|
|
|
<span style="color: red"><%= l(:label_noawards_current) %></span>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% end %>
|
|
|
|
|
<% else %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<% case get_prize(c_project) %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '-1' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/special_reward.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '0' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/first_reward.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '1' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/second_reward.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '2' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/third_reward.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '3' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/forth_reward.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '4' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/fifth_reward.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% when '5' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/qualified.png") %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</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 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| %>
|
|
|
|
|
<%= 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>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<option value = '0'>#{l(:label_first_reward)}</option>
|
|
|
|
|
<option value = '1'>#{l(:label_second_reward)}</option>
|
2014-05-24 10:56:58 +08:00
|
|
|
|
<option value = '2'>#{l(:label_third_reward)}</option>
|
|
|
|
|
<option value = '3'>#{l(:label_fourth_reward)}</option>
|
|
|
|
|
<option value = '4'>#{l(:label_fifth_reward)}</option>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<option value = '5'>#{l(:label_comfort_reward)}</option>".html_safe %>
|
|
|
|
|
<%= f.submit :value => l(:button_submit), :class => "submit" %>
|
2014-05-15 17:26:39 +08:00
|
|
|
|
<% end %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= l(:label_profile) %>:</td>
|
2014-07-19 10:44:23 +08:00
|
|
|
|
<td>
|
|
|
|
|
<%#= c_project.project.description.truncate(90, omission: '...') %>
|
|
|
|
|
<%= c_project.project.description %>
|
|
|
|
|
</td>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="padding-left: 68px; padding-bottom: 8px">
|
|
|
|
|
<span><strong><%= l(:label_attendingcontest_time) %>
|
|
|
|
|
:</strong><%= format_time c_project.created_at %></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong><%= l(:label_attendingcontest_spoksman) %>
|
2014-06-18 11:42:59 +08:00
|
|
|
|
<!-- modified by zjc 添加超链接 -->
|
2014-06-18 14:21:05 +08:00
|
|
|
|
<% unless c_project.nil? || c_project.user.nil? %>
|
2014-07-18 16:44:40 +08:00
|
|
|
|
:</strong><%= link_to c_project.user.name,user_path(c_project.user) %></span>
|
2014-06-18 14:21:05 +08:00
|
|
|
|
<% end %>
|
2014-07-18 16:44:40 +08:00
|
|
|
|
</div>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="underline-contests_three"></div>
|
|
|
|
|
<% end %>
|
2014-05-09 15:34:13 +08:00
|
|
|
|
<% else %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<% @contesting_softapplication.each do |c_softapplication| %>
|
|
|
|
|
<% if c_softapplication.softapplication %>
|
|
|
|
|
<div style="padding-left: 18px">
|
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
|
<tr>
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px; padding-top: 5px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><strong><%= l(:label_profile) %>:</strong></td>
|
2014-07-19 10:44:23 +08:00
|
|
|
|
<td>
|
|
|
|
|
<%#= c_softapplication.softapplication.description.truncate(90, omission: '...') %>
|
|
|
|
|
<%= c_softapplication.softapplication.description %>
|
|
|
|
|
</td>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px; pading-bottom: 8px">
|
|
|
|
|
<span><strong><%= l(:label_attendingcontest_time) %>
|
|
|
|
|
:</strong><%= format_time c_softapplication.created_at %></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong><%= l(:label_attendingcontest_spoksman) %>
|
2014-06-18 11:42:59 +08:00
|
|
|
|
<!-- modified by zjc 添加超链接 -->
|
2014-06-18 14:21:05 +08:00
|
|
|
|
<% unless c_softapplication.nil? || c_softapplication.softapplication.nil? || c_softapplication.softapplication.user.nil? %>
|
2014-07-18 16:44:40 +08:00
|
|
|
|
:</strong><%= link_to c_softapplication.softapplication.user.name,user_path(c_softapplication.softapplication.user) %></span>
|
2014-06-18 14:21:05 +08:00
|
|
|
|
<% end %>
|
2014-07-18 16:44:40 +08:00
|
|
|
|
</div>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
|
|
|
|
|
<!--获奖及教师评奖-->
|
|
|
|
|
<div style="padding-left: 18px; padding-bottom: 5px">
|
2014-06-13 17:32:05 +08:00
|
|
|
|
<% score = c_softapplication.softapplication.average(:quality).try(:avg).try(:round, 2).to_f %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<span style="padding-left: 50px"><strong><%= l(:label_final_scores) %>
|
2014-06-13 17:32:05 +08:00
|
|
|
|
:</strong></span><span style="color: red"><%= format("%.2f" , score) %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
分</span>
|
2014-05-14 17:15:19 +08:00
|
|
|
|
<span style="padding-left: 334px">
|
|
|
|
|
<td>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<strong>
|
|
|
|
|
<span id="reward_result_<%= c_softapplication.id %>"> <!-- 调用js进行刷新 -->
|
|
|
|
|
<% if get_prize(c_softapplication).nil? or get_prize(c_softapplication) == "" %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% if @contest.deadline < Date.today %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<span style="color: red"><%= l(:label_noawards) %></span>
|
|
|
|
|
<% else %>
|
|
|
|
|
<span style="color: red"><%= l(:label_noawards_current) %></span>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% end %>
|
|
|
|
|
<% else %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<% case get_prize(c_softapplication) %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '-1' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/special_reward.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '0' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/first_reward.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '1' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/second_reward.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '2' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/third_reward.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '3' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/forth_reward.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '4' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/fifth_reward.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% when '5' %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= image_tag("/images/bid/qualified.png") %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</strong>
|
|
|
|
|
</td>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
|
|
|
|
|
<!-- 评价显隐控制按钮-->
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<% if ((User.current.id == @contest.author_id) && (@contest.deadline > Date.today))||User.current.admin %>
|
2014-07-31 11:35:16 +08:00
|
|
|
|
<div style="text-align: right;width: 100%;">
|
2014-05-15 16:50:30 +08:00
|
|
|
|
<span style="padding-right: 5px; padding-top: 1px"> <%= toggle_link '评奖', c_softapplication.id.to_s %></span>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<!-- 评价应标项目的表单 -->
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<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>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<option value = '0'>#{l(:label_first_reward)}</option>
|
|
|
|
|
<option value = '1'>#{l(:label_second_reward)}</option>
|
2014-05-24 10:56:58 +08:00
|
|
|
|
<option value = '2'>#{l(:label_third_reward)}</option>
|
|
|
|
|
<option value = '3'>#{l(:label_fourth_reward)}</option>
|
|
|
|
|
<option value = '4'>#{l(:label_fifth_reward)}</option>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<option value = '5'>#{l(:label_comfort_reward)}</option>".html_safe %>
|
|
|
|
|
<%= f.submit :value => l(:button_submit), :class => "submit" %>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% end %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
2014-05-14 16:19:12 +08:00
|
|
|
|
<% end %>
|
2014-05-26 19:19:11 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="underline-contests_three"></div>
|
|
|
|
|
<% end %>
|
2014-05-09 15:34:13 +08:00
|
|
|
|
<% end %>
|
2014-05-08 15:06:36 +08:00
|
|
|
|
|
2014-05-09 15:34:13 +08:00
|
|
|
|
<div class="pagination">
|
2014-05-26 19:19:11 +08:00
|
|
|
|
<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %>
|
2014-05-09 15:34:13 +08:00
|
|
|
|
</div>
|
2014-05-08 15:06:36 +08:00
|
|
|
|
|