|
|
|
@ -4,4 +4,15 @@ $("#users_authorization_list").html("<%= j(render :partial => "users_authorizati
|
|
|
|
|
$("#management_affirm_cancel").attr("action", '<%= affirm_cancel_auth_managements_path(:users => @users) %>');
|
|
|
|
|
$("#homework_pository_ref_pages").html('<%= pagination_links_full @users_pages, @users_count, :per_page_links => false, :remote => @is_remote, :flag => true, :is_new => true %>');
|
|
|
|
|
$("#all_member_select").removeAttr("checked"); // 移除全选样式
|
|
|
|
|
$("#user_export_list").attr("href", "<%= search_user_managements_path(:trial => params[:trial], :school => params[:school], :department => params[:department], :research_condition => params[:research_condition], :research_contents => params[:research_contents], :student_id => params[:student_id], :format => "xls") %>");
|
|
|
|
|
$("#user_export_list").attr("href", "<%= search_user_managements_path(:trial => params[:trial],
|
|
|
|
|
:school => params[:school],
|
|
|
|
|
:department => params[:department],
|
|
|
|
|
:research_condition => params[:research_condition],
|
|
|
|
|
:research_contents => params[:research_contents],
|
|
|
|
|
:student_id => params[:student_id],
|
|
|
|
|
:identity => params[:identity],
|
|
|
|
|
:occupation => params[:occupation],
|
|
|
|
|
:homepage_show => params[:homepage_show],
|
|
|
|
|
:te_technical_title => params[:te_technical_title],
|
|
|
|
|
:pro_technical_title => params[:pro_technical_title],
|
|
|
|
|
:format => "xls") %>");
|
|
|
|
|