2015-08-18 15:25:36 +08:00
|
|
|
$("#search_div").html('<%= escape_javascript( render :partial => 'resource_search_form',:locals => {:user=>@user,:type=>@type} ) %>');
|
2015-08-20 17:38:30 +08:00
|
|
|
$("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>');
|
2015-08-29 09:33:22 +08:00
|
|
|
$("#pages").html('<%= pagination_links_full @atta_pages, @atta_count, :per_page_links => false, :remote => @is_remote, :flag => true %>');
|
2015-08-29 10:36:55 +08:00
|
|
|
$("#res_count").html(0);
|
|
|
|
$("#checkboxAll").attr('checked',false);
|