|
|
|
@ -27,28 +27,31 @@
|
|
|
|
|
<th style="width: 25px;">
|
|
|
|
|
序号
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 120px;">
|
|
|
|
|
<th style="width: 105px;">
|
|
|
|
|
课程名
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 50px;">
|
|
|
|
|
<th style="width: 35px;">
|
|
|
|
|
公开
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 35px;">
|
|
|
|
|
主讲老师
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 30px;">
|
|
|
|
|
学生数
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 25px;">
|
|
|
|
|
<th style="width: 30px;">
|
|
|
|
|
作业数
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 25px;">
|
|
|
|
|
<th style="width: 30px;">
|
|
|
|
|
作品数
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 25px;">
|
|
|
|
|
<th style="width: 30px;">
|
|
|
|
|
资源数
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 50px;">
|
|
|
|
|
<th style="width: 40px;">
|
|
|
|
|
帖子数
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 50px;" class = "<%= @order == 'desc' ? 'st_up' : (@order == 'asc' ? 'st_down' : '') %>">
|
|
|
|
|
<th style="width: 40px;" class = "<%= @order == 'desc' ? 'st_up' : (@order == 'asc' ? 'st_down' : '') %>">
|
|
|
|
|
<%=link_to '动态数', excellent_all_courses_path(:order=> @order == "desc" ? 'asc' : 'desc') %>
|
|
|
|
|
</th>
|
|
|
|
|
<th style="width: 40px;">
|
|
|
|
|