|
|
|
@ -16,38 +16,35 @@
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="width: 570px; padding-left:40px; word-wrap: break-word; word-break: break-all">所属类别:<%= @softapplication.app_type_name %></td>
|
|
|
|
|
<td style="width: 570px; padding-left:40px; word-wrap: break-word; word-break: break-all"><%=l(:label_attendingcontestwork_belongs_type)%>:<%= @softapplication.app_type_name %></td>
|
|
|
|
|
<% contest = @softapplication.contests.first %>
|
|
|
|
|
<td style="width: 240px; word-wrap: break-word; word-break: break-all">所属竞赛:<%= contest ? link_to(contest.name, show_attendingcontest_contest_path(contest)) : '尚未加入竞赛' %></td>
|
|
|
|
|
<td style="width: 240px; word-wrap: break-word; word-break: break-all"><%=l(:label_attendingcontestwork_belongs_contest)%>:<%= contest ? link_to(contest.name, show_attendingcontest_contest_path(contest)) : '尚未加入竞赛' %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 40px">发布人员:<%= @softapplication.user.name %></td>
|
|
|
|
|
<td>系统支持:<%= @softapplication.android_min_version_available %></td>
|
|
|
|
|
<td style="padding-left: 40px"><%=l(:label_attendingcontestwork_release_person)%>:<%= @softapplication.user.name %></td>
|
|
|
|
|
<td><%=l(:label_attendingcontestwork_adaptive_system)%>:<%= @softapplication.android_min_version_available %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 40px">
|
|
|
|
|
<span>作品下载:</span>
|
|
|
|
|
<span><%=l(:label_attendingcontestwork_download)%>:</span>
|
|
|
|
|
<span>
|
|
|
|
|
<% options = {:author => true, :deletable => @softapplication.user.eql?(User.current)} %><%= render :partial => 'attachments/app_link', :locals => {:attachments => @app_items, :options => options} %>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
<td>开发人员:<%= @softapplication.application_developers %></td>
|
|
|
|
|
<td><%=l(:label_attendingcontestwork_developers)%>:<%= @softapplication.application_developers %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 40px">平均评分: <%= rating_for @softapplication, :static => true, dimension: :quality, class: 'rateable div_inline' %></td>
|
|
|
|
|
<td>发布时间:<%=format_time @softapplication.created_at %></td>
|
|
|
|
|
<td style="padding-left: 40px"><%=l(:label_attendingcontestwork_average_scores)%>: <%= rating_for @softapplication, :static => true, dimension: :quality, class: 'rateable div_inline' %></td>
|
|
|
|
|
<td><%=l(:label_attendingcontestwork_release_time)%>:<%=format_time @softapplication.created_at %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 40px">
|
|
|
|
|
<% if (@softapplication.deposit_project != "nil" && @softapplication.deposit_project != "") %>
|
|
|
|
|
<%#= textilizable ("托管项目: " + @project.name) %>
|
|
|
|
|
托管项目:<%= link_to "#@project", project_path(@project.id) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @project %>
|
|
|
|
|
<%=l(:label_attendingcontestwork_deposit_project)%>:<%= link_to "#@project", project_path(@project) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
@ -56,7 +53,7 @@
|
|
|
|
|
|
|
|
|
|
<div style="height: auto; padding-bottom: 10px">
|
|
|
|
|
<strong>
|
|
|
|
|
<div style="font-size: 15px;">作品简介:</div>
|
|
|
|
|
<div style="font-size: 15px;"><%=l(:label_work_description)%>:</div>
|
|
|
|
|
</strong>
|
|
|
|
|
|
|
|
|
|
<div style="padding-top: 5px"><%= @softapplication.description %></div>
|
|
|
|
@ -64,11 +61,11 @@
|
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
|
|
<div style="height: auto; padding-bottom: 10px">
|
|
|
|
|
<div style="font-size: 15px;"><strong>作品得分:</strong></div>
|
|
|
|
|
<div style="font-size: 15px;"><strong><%=l(:label_work_scores)%>:</strong></div>
|
|
|
|
|
<!-- <div>打分总人数:<%= @softapplication.raters(:quality).count %></div> -->
|
|
|
|
|
<div style="overflow: hidden">
|
|
|
|
|
<div style="margin-left: 15%; float: left">
|
|
|
|
|
<div style="padding-left: 45px; padding-bottom: 5px">得分比例</div>
|
|
|
|
|
<div style="padding-left: 45px; padding-bottom: 5px"><%=l(:label_work_scores_proportion)%></div>
|
|
|
|
|
<div>
|
|
|
|
|
<% 100.step(20, -20) do |star| %>
|
|
|
|
|
<div data-kls="Softapplication" data-id="2" data-dimension="quality" data-average="3.25" class="rateable div_inline jDisabled" style="height: 20px; width: 115px; overflow: hidden; z-index: 1; position: relative;">
|
|
|
|
@ -83,14 +80,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="float: left; padding-left: 100px; padding-top:35px " align="center">
|
|
|
|
|
<div>最终得分</div>
|
|
|
|
|
<div style="padding-top: 1px; font-size: 15px; color: blue"><%= @softapplication.average(:quality).try(:avg).try(:round, 2).to_i.to_s %>
|
|
|
|
|
分
|
|
|
|
|
</div>
|
|
|
|
|
<div><%=l(:label_final_scores)%></div>
|
|
|
|
|
<div style="padding-top: 1px; font-size: 15px; color: blue"><%= @softapplication.average(:quality).try(:avg).try(:round, 2).to_i.to_s %>分</div>
|
|
|
|
|
<div><%= rating_for @softapplication, :static => true, dimension: :quality, class: 'rateable div_inline' %></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="float: left; padding-left: 100px; padding-top:35px;" align="center">
|
|
|
|
|
<div>打分总人数</div>
|
|
|
|
|
<div><%=l(:label_rating_person_amount)%></div>
|
|
|
|
|
<div style="padding-top: 1px; font-size: 25px; color: blue;">
|
|
|
|
|
<strong><%= @softapplication.raters(:quality).count %></strong></div>
|
|
|
|
|
</div>
|
|
|
|
@ -100,7 +95,7 @@
|
|
|
|
|
|
|
|
|
|
<div style="height: auto; padding-bottom: 10px">
|
|
|
|
|
<strong>
|
|
|
|
|
<div style="font-size: 15px">作品截图:</div>
|
|
|
|
|
<div style="font-size: 15px"><%=l(:label_work_photo)%>:</div>
|
|
|
|
|
</strong>
|
|
|
|
|
|
|
|
|
|
<div class="softapplication-img" >
|
|
|
|
@ -119,10 +114,10 @@
|
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
|
|
<div style="height: 50px">
|
|
|
|
|
<div style="font-size: 15px"><strong>作品评论:</strong></div>
|
|
|
|
|
<div style="font-size: 15px"><strong><%=l(:label_work_comment)%>:</strong></div>
|
|
|
|
|
<% if (User.current.logged? and User.current.id != @softapplication.user_id) %>
|
|
|
|
|
<div style="padding-left: 210px">评分: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %>
|
|
|
|
|
<span style="font-size: 11px">(您可以重新打分,打分结果以最后一次打分为主!)</span></div>
|
|
|
|
|
<div style="padding-left: 210px"><%=l(:label_work_rating)%>: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %>
|
|
|
|
|
<span style="font-size: 11px">(<%=l(:label_attendingcontestwork_sorting_intimation)%>)</span></div>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|