Skip to content

Commit

Permalink
sorry for forgotting this
Browse files Browse the repository at this point in the history
  • Loading branch information
okcd00 committed Sep 6, 2017
1 parent 2d1d722 commit e568509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions check.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h4>
<p>选课有效时间段:
2017-09-07 12:30:00 至 2017-09-24 17:00:00</p>
</div>
<form id="regfrm" name="regfrm" action="/courseManage/savePhone?s=566e4309-4384-49ec-b9a4-65b8b5c80572" class="form-horizontal" method="post">
<form id="regfrm" name="regfrm" action="/courseManage/savePhone?s=f9675421-23b9-4656-8a36-eb7b68accf92" class="form-horizontal" method="post">
<p><strong class="m-font-red">为了给您提供更好的服务,需要您提供固定电话、手机(至少一项不为空)填入以下栏目,该信息为必填项!</strong></p>
<div class="">
固定电话:
Expand All @@ -319,7 +319,7 @@ <h4>
</div>
</form>
<div>为了提高您的选课效率,建议您首先选择院系以便过滤出需要选择的课程列表! 以下院系分类前代码即开课编号第一位。</div>
<form id="regfrm2" name="regfrm2" action="/courseManage/selectCourse?s=566e4309-4384-49ec-b9a4-65b8b5c80572" class="form-horizontal" method="post">
<form id="regfrm2" name="regfrm2" action="/courseManage/selectCourse?s=f9675421-23b9-4656-8a36-eb7b68accf92" class="form-horizontal" method="post">
<div class="row-fluid">
<div class="span2"><input type="checkbox" name="deptIds" id="id_910" value="910"/> <label for="id_910">数学学院</label></div>
<div class="span2"><input type="checkbox" name="deptIds" id="id_911" value="911"/> <label for="id_911">物理学院</label></div>
Expand Down Expand Up @@ -401,7 +401,7 @@ <h4>
<script type="text/javascript">
$(document).ready(function() {
$("#addBachelorCourse").click(function() {
window.location="/courseManage/selectBCourse?s=566e4309-4384-49ec-b9a4-65b8b5c80572";
window.location="/courseManage/selectBCourse?s=f9675421-23b9-4656-8a36-eb7b68accf92";
});
$("#regfrm").validate({
groups: {
Expand Down Expand Up @@ -456,7 +456,7 @@ <h4>
function del(courseId) {
top.$.jBox.confirm('确认要删除吗?','系统提示',function(v,h,f){
if(v=="ok"){
window.location = "/courseManage/del/" + courseId + "?s=566e4309-4384-49ec-b9a4-65b8b5c80572";
window.location = "/courseManage/del/" + courseId + "?s=f9675421-23b9-4656-8a36-eb7b68accf92";
}
},{buttonsFocus:1});
top.$('.jbox-body .jbox-icon').css('top','55px');
Expand Down
1 change: 1 addition & 0 deletions courseid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
091M4041H on

0 comments on commit e568509

Please sign in to comment.