|
|
|
@ -24,6 +24,7 @@
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<% if @is_teacher%>
|
|
|
|
|
<li ><span class="tit_fb ">测试结果:</span>
|
|
|
|
|
<table class="border_ce" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tbody>
|
|
|
|
@ -58,8 +59,6 @@
|
|
|
|
|
</table>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<% if @is_teacher%>
|
|
|
|
|
<!-- 编程作业老师才可以评分 -->
|
|
|
|
|
<div id="add_student_score_<%= @work.id%>" class="mt10 evaluation">
|
|
|
|
|
<%= render :partial => 'add_score',:locals => {:work => @work,:score => @score}%>
|
|
|
|
|