27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
<div id="muban_popup_box" style="width:470px;">
|
|
<div class="muban_popup_top">
|
|
<h3 class="fl">删除课程</h3>
|
|
<a href="javascript:void(0);" class="muban_icons_close fr"></a>
|
|
<div class="cl"></div>
|
|
</div>
|
|
|
|
<div style='text-align:center;font-family: "微软雅黑","宋体"' class="mt20 f14">
|
|
<% if @status == 1 %>
|
|
确认删除该课程吗?
|
|
<% elsif @status == 2 %>
|
|
该课程下存在归档班级,不能删除。
|
|
<% else %>
|
|
该课程下已经存在班级,不能删除。
|
|
<% end %>
|
|
</div>
|
|
|
|
<div style='width:164px; margin:0 auto; margin-top: 15px; text-align:center; font-family: "微软雅黑","宋体"'>
|
|
<% if @status == 1 %>
|
|
<a href='javascript:void(0);' class='sy_btn_grey fl mr5' style="margin-left: 25px;" onclick='hideModal()'>取消</a>
|
|
<%=link_to '确认', syllabus_path(@syllabus), :class => 'sy_btn_blue fl', :method => 'delete'%>
|
|
<% else %>
|
|
<a href='javascript:void(0);' class='sy_btn_blue' onclick='hideModal()'>确定</a>
|
|
<% end %>
|
|
<div class="cl"></div>
|
|
</div>
|
|
</div> |