23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
|
<ul class="hworkUl">
|
||
|
<li class="hworkList340 hworkH30 width530">
|
||
|
<span class="c_dark f14 fb fl mr5">序号</span>
|
||
|
<span class="c_dark f14 fb fl mr55"> </span>
|
||
|
<span class="c_dark f14 fb fl mr60">姓名</span>
|
||
|
<span class="c_dark f14 fb fl mr60">学号</span>
|
||
|
<span class="c_dark f14 fb fl">班级</span>
|
||
|
</li>
|
||
|
|
||
|
<li class="hworkList130 hworkH30">
|
||
|
<%= link_to "时间",'',:class => "c_dark f14 fb fl ml50" ,:remote => true%>
|
||
|
<%# if @show_all && @order == "created_at"%>
|
||
|
<%#= link_to "", student_work_index_path(:homework => @homework.id,:order => "created_at", :sort => @score, :name => @name, :group => @group) ,:class => "#{@score == 'desc' ? 'st_up' : 'st_down'} mt10",:remote => true%>
|
||
|
<%# end%>
|
||
|
</li>
|
||
|
|
||
|
<li class="hworkList50 hworkH30">
|
||
|
<%= link_to "成绩",'',:class => "c_dark f14 fb fl ml10",:remote => true%>
|
||
|
<%# if @show_all && @order == "score"%>
|
||
|
<%#= link_to "", student_work_index_path(:homework => @homework.id,:order => "score", :sort => @score, :name => @name, :group => @group) ,:class => "#{@score == 'desc' ? 'st_up' : 'st_down'} mt10",:remote => true%>
|
||
|
<%# end%>
|
||
|
</li>
|
||
|
</ul>
|