19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
//教师评论
|
|
<% if @add_jour.is_comprehensive_evaluation == 1 %>
|
|
$('#comprehensive_evaluation').html('<%= escape_javascript(render(:partial => 'comprehensive_evaluation',
|
|
:locals => {:comprehensive_evaluation => @comprehensive_evaluation,:homework => @homework,:teaher_score => @teaher_score} )) %>');
|
|
//匿评
|
|
<% elsif @add_jour.is_comprehensive_evaluation == 2 %>
|
|
// $('#message').html('<#%= escape_javascript(render(:partial => 'showjour', :locals => {:jour =>@jour, :state => false,:homework => @homework} )) %>');
|
|
// $('#pre_show').html('<#%= escape_javascript(render(:partial => 'pre_show', :locals => {:content => nil})) %>');
|
|
HoverLi(5);
|
|
$('#tbc_05').html('<%= escape_javascript(render(:partial => 'homework_attach/jour',:locals => {:jours => @jours,:show_score => false,:show_name => true})) %>')
|
|
$('#new_form_user_message').val("");
|
|
$('#new_form_reference_user_id').val("");
|
|
//留言
|
|
<% else %>
|
|
HoverLi(3);
|
|
$('#tbc_03').html('<%= escape_javascript(render(:partial => 'homework_attach/jour',:locals => {:jours => @jours,:show_score => false,:show_name => true})) %>')
|
|
$('#new_form_user_message').val("");
|
|
$('#new_form_reference_user_id').val("");
|
|
<% end %> |