分组作业的作品列表展开/收起

This commit is contained in:
cxt 2016-11-11 18:41:29 +08:00
parent a831be59d0
commit 3aec93e5e4
3 changed files with 5 additions and 3 deletions

View File

@ -12,12 +12,12 @@
<script>
$(".icons_sy_close").live('click',function(){
$(this).parent().parent().next().next().show();
$(this).parent().parent().parent().next().show();
$(this).removeClass("icons_sy_close");
$(this).addClass("icons_sy_open");
});
$(".icons_sy_open").live('click',function(){
$(this).parent().parent().next().next().hide();
$(this).parent().parent().parent().next().hide();
$(this).addClass("icons_sy_close");
$(this).removeClass("icons_sy_open");
});

View File

@ -1,4 +1,5 @@
<div class="sy_courses_open f14 fontGrey3">
<div>
<span class="icons_sy_open fl mr5" title="点击展开/收起详情" style="cursor: pointer;"></span>
<span class="fl" style="width:280px;">
<span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span>
@ -39,6 +40,7 @@
</div>
</div>
<% end %>
</div>
<div class="cl"></div>
</div>
<div class="fl sy_p_grey">

View File

@ -55,7 +55,7 @@
<td class="hworkStName float-none <%= @homework.homework_type == 2 ? 'w180' : 'w190' %>" title="姓名" onclick="show_student_work('<%= student_work_path(student_work)%>');" style="cursor: pointer;">
匿名
</td>
<td class="hworkStID <%= @homework.homework_type == 2 ? 'w180' : 'w190' %> float-none" title="学号">
<td class="hworkStID <%= @homework.homework_type == 2 ? 'w180' : 'w190' %> float-none" title="学号" onclick="show_student_work('<%= student_work_path(student_work)%>');">
--
</td>
<% elsif @homework.homework_type == 3 && @homework.homework_detail_group.base_on_project == 1 %>