|
|
|
@ -16,10 +16,11 @@
|
|
|
|
|
</li>
|
|
|
|
|
<% if course_groups.any? %>
|
|
|
|
|
<% course_groups.each do |group| %>
|
|
|
|
|
<% group_display = group.name + "(" + group.members.count.to_s + "人)" %>
|
|
|
|
|
<li class="classbox" id="group_name_<%= group.id %>">
|
|
|
|
|
<%= form_tag(searchgroupmembers_course_path(@course,:group_id => group.id), method: 'get', remote: true) do %>
|
|
|
|
|
<%#= text_field_tag "group_id", params[:group_id] %>
|
|
|
|
|
<%= submit_tag group.name, :onclick => "$asign_id(#{group.id})",:style => "background: #f8df8c; border:0px; color: black; float:left;"%>
|
|
|
|
|
<%= submit_tag group_display, :onclick => "$asign_id(#{group.id})",:style => "background: #f8df8c; border:0px; color: black; float:left;"%>
|
|
|
|
|
<% if @canShowCode %>
|
|
|
|
|
<a href="javascript:void(0)" class="f_l" onclick="$('#add_tag_<%= group.id %>').slideToggle();"><img src="/images/pic_edit.png" width="14" height="15" alt="编辑班级" /></a>
|
|
|
|
|
<% end %>
|
|
|
|
@ -36,12 +37,13 @@
|
|
|
|
|
</li>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @canShowCode %>
|
|
|
|
|
<li style="margin-left:15px;">
|
|
|
|
|
<a href="javascript:void(0)" class="st_add f_l" onclick="$('#add_tag04').slideToggle();">+添加分班</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<span id="add_tag04" style="display:none; vertical-align: middle;" class="ml10 f_l">
|
|
|
|
|
<%= form_tag( addgroups_course_path(@course), method: 'get',:remote=>true) do %>
|
|
|
|
|
<%= form_tag( addgroups_course_path(@course), method: 'get',:remote=>true) do %>
|
|
|
|
|
|
|
|
|
|
<%= text_field_tag "group_name", params[:group_name], size: "20", class: "isTxt w90 f_l", style: "padding: 0px", maxlength: "100" %>
|
|
|
|
|
<%= submit_tag '', class: "submit f_l", style: "width: 43px;height: 21px;background: url(/images/btn.png) no-repeat 0 0;" %>
|
|
|
|
@ -50,6 +52,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
<% end %>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|