say something
This commit is contained in:
parent
3f54d24e52
commit
a54158c938
|
@ -1,3 +1,4 @@
|
|||
<!--encoding: utf-8 -->
|
||||
<style type="text/css">
|
||||
#main *{
|
||||
/*border: 1px solid #eeeeee;*/
|
||||
|
@ -25,24 +26,21 @@
|
|||
<TBODY>
|
||||
<TR>
|
||||
<TD class=r1>
|
||||
<DIV class=cb><!-- <IMG alt=Exe文档 align=absMiddle
|
||||
src="http://www.sinaimg.cn/pfp/ask/images/exe.gif" width=16 height=14> --><!-- <A
|
||||
class=f16 href="http://ishare.iask.sina.com.cn/f/23680389.html"
|
||||
target=_blank> --><SPAN style="COLOR: #c03; font-size: 14px;"><%= result.filename %></SPAN><span style="margin-left: 4px;"><%= link_to_attachment result, {:text => "下载"}%></span><!-- </A> --> </DIV><%= result.description %> <!-- <SPAN
|
||||
style="COLOR: #c03">Java</SPAN> ... -->
|
||||
<DIV class=c9>所属分类:<%=result_come_from result%>=====================<A class=c9ul
|
||||
href="http://ishare.iask.sina.com.cn/c/1822.html">IT资料</A> > <A
|
||||
class=c9ul
|
||||
href="http://ishare.iask.sina.com.cn/c/1909.html">常用软件</A> > <A
|
||||
class=c9ul href="http://ishare.iask.sina.com.cn/c/1918.html">下载软件</A>
|
||||
上传时间:<%= format_time(result.created_on) %></DIV><SPAN style="WIDTH: 50em"><SPAN
|
||||
class=gray>下载:<%= result.downloads%> | 大小:<%= number_to_human_size(result.filesize) %>
|
||||
| 共享者:<A class="gray" ><%= link_to result.author%></A></SPAN>
|
||||
<SPAN class=pl10></SPAN></SPAN>
|
||||
<DIV style="DISPLAY: none" id=f23680389></DIV></TD></TR></TBODY></TABLE>
|
||||
<DIV class=cb>
|
||||
<SPAN style="COLOR: #c03; font-size: 14px;"><%= result.filename %></SPAN>
|
||||
<span style="margin-left: 4px;"><%= link_to_attachment result, {:text => "下载"}%></span>
|
||||
</DIV>
|
||||
<%= result.description %>
|
||||
<DIV class=c9>所属分类:<%=result_come_from result%>
|
||||
上传时间:<%= format_time(result.created_on) %>
|
||||
</DIV>
|
||||
<SPAN class="gray">下载:<%= result.downloads%>
|
||||
| 大小:<%= number_to_human_size(result.filesize) %>
|
||||
| 共享者:<A class="gray" ><%= link_to result.author%></A></SPAN>
|
||||
<DIV style="DISPLAY: none" id=f23680389></DIV>
|
||||
</TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
<% end %>
|
||||
|
||||
|
||||
<!-- <%= @searched_attach.to_s %> -->
|
||||
|
||||
<div class="pagination"><%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %></div>
|
||||
|
|
Loading…
Reference in New Issue