//教师评论 <% if @cur_is_comprehensive_evaluation == "1" %> HoverLi(4); $('#jour_count_4').html('<%= @comprehensive_evaluation.count %>'); $('#tbc_04').html('<%= escape_javascript(render(:partial => 'homework_attach/jour',:locals => {:jours => @comprehensive_evaluation,:show_score => true,:show_name => true,:is_jour => false})) %>'); //匿评 <% elsif @cur_is_comprehensive_evaluation == "2" %> $('#add_jour').html('<%= escape_javascript(render(:partial => 'addjour', :locals => {:homework_attach => @homework, :sta => 0, :is_comprehensive_evaluation => @is_comprehensive_evaluation, :cur_type => @cur_type, :cur_page => @cur_page, :m_score => @m_score, :is_teacher => false})) %>'); HoverLi(5); $('#jour_count_5').html('<%= @anonymous_comments.count %>'); $('#tbc_05').html('<%= escape_javascript(render(:partial => 'homework_attach/jour',:locals => {:jours => @anonymous_comments,:show_score => true,:show_name => false,:is_jour => false})) %>'); //留言 <% else %> HoverLi(3); $('#jour_count_3').html('<%= @jours.count %>'); $('#tbc_03').html('<%= escape_javascript(render(:partial => 'homework_attach/jour',:locals => {:jours => @jour,:show_score => false,:show_name => true,:is_jour => true})) %>'); <% end %> $('#new_form_user_message').val(""); $('#new_form_reference_user_id').val(""); <% if @cur_is_comprehensive_evaluation == "1" || @cur_is_comprehensive_evaluation == "2" %> <% if @cur_type == "1" %> $("#tbc_01").html('<%= escape_javascript(render(:partial => 'homework_attach/homeworks_list',:locals => {:homeworks => @homework_list, :homework_count => @obj_count, :remote => false,:is_student_batch_homework => false})) %>'); <% elsif @cur_type == "2" || @cur_type == "3" || @cur_type == "4" %> <% is_teacher = is_course_teacher(User.current,@homework.bid.courses.first) %> $("#homework_li_<%= @homework.id%>").html('<%= escape_javascript(render(:partial => 'homework_attach/homework',:locals => {:homework => @result_homework || @homework, :is_student_batch_homework => @is_student_batch_homework || false, :is_my_homework => false, :is_teacher => is_teacher})) %>'); <% end %> <% end %>