exceptionHandle
yanxd 12 years ago
commit 0e3dcf88ff

@ -23,8 +23,8 @@
</span> </span>
</div> </div>
<%= result.description %> <%= result.description %>
<div class="c9"> 所属分类:<%=result_come_from result%> </div> <div class="c9 gray-color"> 所属分类:<%=result_come_from result%> </div>
<span class="gray"> <span class="gray blue-color">
下载:<%= result.downloads%>| 下载:<%= result.downloads%>|
大小:<%= number_to_human_size(result.filesize) %>| 大小:<%= number_to_human_size(result.filesize) %>|
共享者:<a class="gray" ><%= link_to result.author%></a>| 共享者:<a class="gray" ><%= link_to result.author%></a>|
@ -35,7 +35,7 @@
</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>
<script type='text/javascript'> <script type='text/javascript'>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -427,6 +427,12 @@ 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;
@ -488,3 +494,4 @@ input.blueinputbar:focus {
font-size: 16px; font-size: 16px;
color: #3333cc; color: #3333cc;
} }

Loading…
Cancel
Save