|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<% @shixuns.each do |shixun| %>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="clearfix" style="padding-left: 20px">
|
|
|
|
|
<input name="shixun_exercise" type="radio" class="magic-radio" id="shixun_input_<%= shixun.id %>" value="<%= shixun.id %>">
|
|
|
|
|
<input name="shixun_exercise" type="checkbox" class="magic-checkbox" id="shixun_input_<%= shixun.id %>" value="<%= shixun.id %>">
|
|
|
|
|
<label style="top:2px" for="shixun_input_<%= shixun.id %>"></label>
|
|
|
|
|
<%= link_to shixun.name, shixun_path(shixun), :class => "edu-info-dark task-hide mt3 ml20",:style=> "text-align:left", :target => "_blank" %>
|
|
|
|
|
</td>
|
|
|
|
@ -22,16 +22,16 @@
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<p id="exercise_type_notice" class="color-red none">请至少选择一个实训</p>
|
|
|
|
|
<div class="clearfix">
|
|
|
|
|
<div class="clearfix fr mt15">
|
|
|
|
|
<p style="height: 20px;line-height: 20px;"><span id="exercise_type_notice" class="color-red none">请至少选择一个实训</span></p>
|
|
|
|
|
<div class="clearfix edu-txt-center mt10">
|
|
|
|
|
<div class="inline">
|
|
|
|
|
<a href="javascript:void(0);" class="task-btn task-btn-orange fr" onclick="new_shixun_exercise();">选择</a>
|
|
|
|
|
<a href="javascript:void(0);" class="task-btn fr pop_close mr10" onclick="hideModal();">取消</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fl pages_user_show mt10">
|
|
|
|
|
<ul>
|
|
|
|
|
<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => true, :flag => true, :is_new => true %>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--<div class="fl pages_user_show mt10">-->
|
|
|
|
|
<!--<ul>-->
|
|
|
|
|
<!--<%#= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => true, :flag => true, :is_new => true %>-->
|
|
|
|
|
<!--</ul>-->
|
|
|
|
|
<!--<div class="cl"></div>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
</div>
|