exceptionHandle
nieguanghui 12 years ago
parent 8d788fac45
commit 18b4a3ff5c

@ -14,14 +14,14 @@
<tr> <tr>
<td class="r1"> <td class="r1">
<div class="cb"> <div class="cb">
<span style="color: #c03; font-size: 14px;"><%= result.filename %></span> <span style="color: #004b91; font-size: 16px;"><%= result.filename %></span>
<span style="margin-left: 4px;"><%= link_to_attachment result, {:text => "下载"}%></span> <span style="margin-left: 4px;"><%= link_to_attachment result, {:text => "下载"}%></span>
</div> </div>
<%= result.description %> <%= result.description %>
<div class="c9">所属分类:<%=result_come_from result%> <div class="c9 gray-color">所属分类:<%=result_come_from result%>
上传时间:<%= format_time(result.created_on) %> 上传时间:<%= format_time(result.created_on) %>
</div> </div>
<span class="gray">下载:<%= result.downloads%> <span class="gray blue-color" >下载:<%= result.downloads%>
| 大小:<%= number_to_human_size(result.filesize) %> | 大小:<%= number_to_human_size(result.filesize) %>
| 共享者:<a class="gray" ><%= link_to result.author%></a></span> | 共享者:<a class="gray" ><%= link_to result.author%></a></span>
<div style="display: none"></div> <div style="display: none"></div>
@ -29,6 +29,6 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div style="height: 20px; width: 100%;"></div>
<% end %> <% end %>
<div class="pagination"><%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %></div> <div class="pagination"><%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %></div>

@ -417,6 +417,13 @@ table.content-text-list tbody tr td.locked, div.memo-section .locked{
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 247px; max-width: 247px;
} }
.blue-color, .blue-color a{
color: rgb(109,153,178);
}
.gray-color, .gray-color a{
color: rgb(153,153,153);
}
#top_field { #top_field {
max-width: 100%; max-width: 100%;
margin: 20px auto; margin: 20px auto;

Loading…
Cancel
Save