2014-04-04 17:54:20 +08:00
|
|
|
<p id="notice"><%= notice %></p>
|
|
|
|
|
2014-04-09 11:14:54 +08:00
|
|
|
<div style="height: 120px">
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" valign="top" width="50" ><%= image_tag(url_to_avatar(@softapplication), :class => "avatar2") %></td>
|
|
|
|
<td>
|
|
|
|
<table width="100%" border="0">
|
|
|
|
<tr style="font-size: 18px">
|
|
|
|
<td colspan="3" valign="top"><strong><%= @softapplication.name %></strong></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>所属类别:<%= @softapplication.app_type_name %></td>
|
|
|
|
<td>发布时间:<%=@softapplication.created_at %></span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>开发者:<%= @softapplication.user_id %></td>
|
|
|
|
<td>系统支持:<%= @softapplication.android_min_version_available %></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</div>
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
<div style="height: 100px">
|
|
|
|
<div style="font-size: 15px">应用简介:</div>
|
|
|
|
<div><%= @softapplication.description %></div>
|
|
|
|
</div>
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
<div style="height: 120px">
|
|
|
|
<div style="font-size: 15px">软件截图:</div>
|
|
|
|
<div></div>
|
|
|
|
</div>
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
<div style="height: 120px">
|
|
|
|
<div style="font-size: 15px">软件评论:</div>
|
|
|
|
<div></div>
|
|
|
|
</div>
|
2014-04-04 17:54:20 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to 'Edit', edit_softapplication_path(@softapplication) %> |
|
|
|
|
<%= link_to 'Back', softapplications_path %>
|