2014-01-15 16:02:41 +08:00
|
|
|
<style type="text/css">
|
|
|
|
#main *{
|
|
|
|
/*border: 1px solid #eeeeee;*/
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
#top_field {
|
|
|
|
max-width: 100%;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
</style>
|
2014-01-14 16:18:48 +08:00
|
|
|
<% content_for :top_field do%>
|
|
|
|
<div style="margin: 10px 5%;">
|
|
|
|
<%= form_tag( search_stores_path, method: 'get') do %>
|
2014-01-15 16:02:41 +08:00
|
|
|
<%= text_field_tag 'name', nil, size:"100", placeholder:'请输入要搜索的关键字', :value => params[:name] , :class => 'blueinputbar'%>
|
2014-01-14 16:18:48 +08:00
|
|
|
<%= submit_tag l(:label_search), class:"whiteButton m3p10 h30"%>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% @searched_attach.each do |result| %>
|
|
|
|
|
|
|
|
<TABLE border=0 cellSpacing=0 cellPadding=0>
|
|
|
|
<TBODY>
|
|
|
|
<TR>
|
|
|
|
<TD class=r1>
|
|
|
|
<DIV class=cb><!-- <IMG alt=Exe文档 align=absMiddle
|
2014-01-15 19:41:12 +08:00
|
|
|
src="http://www.sinaimg.cn/pfp/ask/images/exe.gif" width=16 height=14> --><!-- <A
|
2014-01-14 16:18:48 +08:00
|
|
|
class=f16 href="http://ishare.iask.sina.com.cn/f/23680389.html"
|
2014-01-15 19:41:12 +08:00
|
|
|
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
|
2014-01-14 16:18:48 +08:00
|
|
|
style="COLOR: #c03">Java</SPAN> ... -->
|
2014-01-15 10:40:37 +08:00
|
|
|
<DIV class=c9>所属分类:<%=result_come_from result%>=====================<A class=c9ul
|
2014-01-14 16:18:48 +08:00
|
|
|
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
|
2014-01-15 19:41:12 +08:00
|
|
|
class=gray>下载:<%= result.downloads%> | 大小:<%= number_to_human_size(result.filesize) %>
|
|
|
|
| 共享者:<A class="gray" ><%= link_to result.author%></A></SPAN>
|
2014-01-14 16:18:48 +08:00
|
|
|
<SPAN class=pl10></SPAN></SPAN>
|
|
|
|
<DIV style="DISPLAY: none" id=f23680389></DIV></TD></TR></TBODY></TABLE>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
2014-01-15 14:28:36 +08:00
|
|
|
<!-- <%= @searched_attach.to_s %> -->
|
|
|
|
|
2014-01-15 19:41:19 +08:00
|
|
|
<div class="pagination"><%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %></div>
|