|
|
|
@ -10,27 +10,27 @@
|
|
|
|
|
<p id="notice"><%= notice %></p>
|
|
|
|
|
|
|
|
|
|
<!-- <%= image_tag(url_to_avatar(@user), :class => "avatar2") %> -->
|
|
|
|
|
<div style="height: 135px">
|
|
|
|
|
<div style="height: 130px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" valign="top" width="50" >
|
|
|
|
|
<td colspan="2" valign="top" width="320" >
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<table width="100%" border="0">
|
|
|
|
|
<tr style="font-size: 18px">
|
|
|
|
|
<td colspan="3" valign="top"><strong><%= @softapplication.name %></strong></td>
|
|
|
|
|
<td colspan="2" valign="top"><strong><%= @softapplication.name %></strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>所属类别:<%= @softapplication.app_type_name %></td>
|
|
|
|
|
<td>发布时间:<%=format_time @softapplication.created_at %></span></td>
|
|
|
|
|
<td>发布时间:<%=format_time @softapplication.created_at %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>发布人员:<%= @softapplication.user.name %></td>
|
|
|
|
|
<td>系统支持:<%= @softapplication.android_min_version_available %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>应用下载:
|
|
|
|
|
<% options = {:author => true, :deletable => @softapplication.user.eql?(User.current) } %>
|
|
|
|
|
<%= render :partial => 'attachments/app_link', :locals => {:attachments => @app_items, :options => options} %>
|
|
|
|
|
<td><span>应用下载:</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>
|
|
|
|
|
</tr>
|
|
|
|
@ -41,14 +41,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
|
|
<div style="height: 100px">
|
|
|
|
|
<div style="font-size: 15px">应用简介:</div>
|
|
|
|
|
<div style="height: 60px">
|
|
|
|
|
<strong><div style="font-size: 15px">应用简介:</div></strong>
|
|
|
|
|
<div><%= @softapplication.description %></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
|
|
<div style="height: 240px">
|
|
|
|
|
<div style="font-size: 15px">软件截图:</div>
|
|
|
|
|
<strong><div style="font-size: 15px">软件截图:</div></strong>
|
|
|
|
|
<div class="softapplication-img">
|
|
|
|
|
<% @image_results.take(4).each do |attachment| %>
|
|
|
|
|
<%= link_to_attachment_img attachment, :class => "soft-application", :download => "true" %>
|
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
|
|
<div style="height: 120px">
|
|
|
|
|
<div style="font-size: 15px">软件评论:</div>
|
|
|
|
|
<strong><div style="font-size: 15px">软件评论:</div></strong>
|
|
|
|
|
<div></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|