2016-03-16 17:06:11 +08:00
|
|
|
$("#import_resource_info_list").html('<%= escape_javascript( render :partial => 'user_import_resource_list',
|
|
|
|
:locals => {:user => @user, :type => @type, :project_id => params[:project_id], :subfield_file_id => params[:subfield_file_id], :course_id => params[:course_id]} ) %>');
|
|
|
|
$("#pages").html('<%= pagination_links_full @atta_pages, @atta_count, :per_page_links => false, :remote => @is_remote, :flag => true %>');
|