2014-04-11 17:16:22 +08:00
|
|
|
<style>
|
|
|
|
.softapplication-img .soft-application {
|
|
|
|
float: left;
|
|
|
|
width: 25%;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
2014-04-04 17:54:20 +08:00
|
|
|
<p id="notice"><%= notice %></p>
|
|
|
|
|
2014-04-14 09:50:36 +08:00
|
|
|
<!-- <%= image_tag(url_to_avatar(@user), :class => "avatar2") %> -->
|
2014-04-14 21:54:54 +08:00
|
|
|
<div style="height: 130px">
|
2014-04-09 11:14:54 +08:00
|
|
|
<tr>
|
2014-04-14 21:54:54 +08:00
|
|
|
<td colspan="2" valign="top" width="320" >
|
2014-04-11 21:56:35 +08:00
|
|
|
</td>
|
2014-04-09 11:14:54 +08:00
|
|
|
<td>
|
|
|
|
<table width="100%" border="0">
|
|
|
|
<tr style="font-size: 18px">
|
2014-04-14 21:54:54 +08:00
|
|
|
<td colspan="2" valign="top"><strong><%= @softapplication.name %></strong></td>
|
2014-04-09 11:14:54 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>所属类别:<%= @softapplication.app_type_name %></td>
|
2014-04-14 21:54:54 +08:00
|
|
|
<td>发布时间:<%=format_time @softapplication.created_at %></td>
|
2014-04-09 11:14:54 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2014-04-14 09:50:36 +08:00
|
|
|
<td>发布人员:<%= @softapplication.user.name %></td>
|
2014-04-09 11:14:54 +08:00
|
|
|
<td>系统支持:<%= @softapplication.android_min_version_available %></td>
|
|
|
|
</tr>
|
2014-04-14 09:50:36 +08:00
|
|
|
<tr>
|
2014-04-18 17:53:22 +08:00
|
|
|
<td>
|
|
|
|
<span>应用下载:</span>
|
2014-04-14 21:54:54 +08:00
|
|
|
<span><% options = {:author => true, :deletable => @softapplication.user.eql?(User.current) } %>
|
|
|
|
<%= render :partial => 'attachments/app_link', :locals => {:attachments => @app_items, :options => options} %></span>
|
2014-04-14 15:54:10 +08:00
|
|
|
</td>
|
2014-04-18 17:53:22 +08:00
|
|
|
|
2014-04-14 09:50:36 +08:00
|
|
|
<td>开发人员:<%= @softapplication.application_developers %></td>
|
|
|
|
</tr>
|
2014-04-18 16:35:48 +08:00
|
|
|
|
2014-04-09 11:14:54 +08:00
|
|
|
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</div>
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
2014-04-14 21:54:54 +08:00
|
|
|
<div style="height: 60px">
|
|
|
|
<strong><div style="font-size: 15px">应用简介:</div></strong>
|
2014-04-09 11:14:54 +08:00
|
|
|
<div><%= @softapplication.description %></div>
|
|
|
|
</div>
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
2014-04-14 17:29:38 +08:00
|
|
|
<div style="height: 240px">
|
2014-04-14 21:54:54 +08:00
|
|
|
<strong><div style="font-size: 15px">软件截图:</div></strong>
|
2014-04-11 17:16:22 +08:00
|
|
|
<div class="softapplication-img">
|
|
|
|
<% @image_results.take(4).each do |attachment| %>
|
|
|
|
<%= link_to_attachment_img attachment, :class => "soft-application", :download => "true" %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<div style='clear :left;'></div>
|
2014-04-09 11:14:54 +08:00
|
|
|
</div>
|
2014-04-11 17:16:22 +08:00
|
|
|
|
2014-04-09 11:14:54 +08:00
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
2014-04-16 08:46:04 +08:00
|
|
|
<div style="height: 50px">
|
2014-04-15 10:34:28 +08:00
|
|
|
<div style="font-size: 15px"><strong>软件评论:</strong></div>
|
2014-04-09 11:14:54 +08:00
|
|
|
<div></div>
|
|
|
|
</div>
|
2014-04-04 17:54:20 +08:00
|
|
|
|
2014-04-10 08:33:30 +08:00
|
|
|
<!--提示登录后对应用进行评价-->
|
|
|
|
<div id="history">
|
|
|
|
<%= render :partial => 'message_history', :locals => { :contest => @softapplication, :journals => @jour, :state => false} %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--分页-->
|
|
|
|
<div class="pagination" style="float:left;">
|
|
|
|
<ul>
|
|
|
|
<%= pagination_links_full @feedback_pages %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2014-04-04 17:54:20 +08:00
|
|
|
|
|
|
|
|
2014-04-10 08:33:30 +08:00
|
|
|
<div>
|
2014-04-18 17:53:22 +08:00
|
|
|
<%#= link_to '返回竞赛页面', show_softapplication_contest_path(@softapplication.contest) %>
|
2014-04-10 08:33:30 +08:00
|
|
|
</div>
|