304 lines
11 KiB
HTML
304 lines
11 KiB
HTML
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<title>学生个人课表查询</title>
|
||
|
||
|
||
<link href="/resources/css/common/style.css" rel="stylesheet" type="text/css" />
|
||
<link href="/resources/css/common/content.css" rel="stylesheet" type="text/css" />
|
||
<link href="/resources/css/common/pageTag.css" rel="stylesheet" type="text/css" />
|
||
<script type="text/javascript" src="/resources/js/jquery/jquery-1.7.2.min.js"></script>
|
||
|
||
<script src="/resources/js/jquery/jquery.form.js" type="text/javascript"></script>
|
||
<script type="text/javascript" src="/resources/js/common/validator.js" ></script>
|
||
<script type="text/javascript" src="/resources/js/common/jqcheckBox.js"></script>
|
||
<script type="text/javascript" src="/resources/js/jquery/jquery.chained.remote.js"></script>
|
||
<script type="text/javascript" src="/resources/js/common/jqreload.js"></script>
|
||
<link rel="stylesheet" type="text/css" href="/resources/js/sweetalert2/sweetalert2.css">
|
||
<script src="/resources/js/sweetalert2/sweetalert2.min.js"></script>
|
||
<style type="text/css">
|
||
|
||
.Contentbox { width:100%; min-height:100%;height:auto }
|
||
*html .Contentbox { height:100% }
|
||
</style>
|
||
<script type="text/javascript" src="/resources/js/jquery/jquery.form.js"></script>
|
||
<script type="text/javascript" src="/resources/js/common/modalpopup.js"></script>
|
||
<script type="text/javascript">
|
||
jQuery().ready(function (){
|
||
|
||
|
||
$("a[id^='jcgl']").on("click",function( ){
|
||
var rwh=$(this).attr('id').split('_')[1];
|
||
|
||
document.queryform.action = "/jcgl/queryJcrwdyList_xs?pageRwh="+rwh;
|
||
document.queryform.submit();
|
||
|
||
});
|
||
|
||
|
||
});
|
||
|
||
|
||
//查询
|
||
function queryLike(){
|
||
document.queryform.action = "/kbcx/queryGrkb";
|
||
document.queryform.submit();
|
||
}
|
||
|
||
//导出
|
||
function exportExcel(){
|
||
document.queryform.action = "/kbcx/ExportGrKbxx";
|
||
document.queryform.submit();
|
||
}
|
||
|
||
//查询周课表
|
||
function queryZkb(){
|
||
document.queryform.action = "/kbcx/queryXszkb";
|
||
document.queryform.submit();
|
||
}
|
||
function kbqr(){
|
||
document.queryform.action = "/kbcx/kbqr";
|
||
$("#queryform").ajaxSubmit(function(result){
|
||
if(result==null || result =="" ){
|
||
alert("课表确认成功!");
|
||
document.queryform.action = "/kbcx/queryGrkb";
|
||
document.queryform.submit();
|
||
}else{
|
||
alert("课表确认失败!");
|
||
document.queryform.action = "/kbcx/queryGrkb";
|
||
document.queryform.submit();
|
||
|
||
}
|
||
})
|
||
}
|
||
//弹出层
|
||
function wqrkcxx(){
|
||
var src = "/kbcx/queryWqrkbList?xnxq="+$('#xnxq').val();
|
||
jQuery("#iframename_js").attr("src",src);
|
||
BOX_show('NeworEdit1');
|
||
}
|
||
|
||
//查询
|
||
function queryLike1(){
|
||
document.queryform.action = "/kbcx/queryXsxkXq";
|
||
document.queryform.submit();
|
||
}
|
||
</script>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="Contentbox">
|
||
<div class="pd10">
|
||
<div class="address">当前位置:学生选课 >> <a href="javascript:void(0);" onclick="javascript:queryLike();return false;">个人课表查询</a></div>
|
||
<div class="clr"></div>
|
||
<div class="butsea" >
|
||
<form id="queryform" name="queryform" method="post">
|
||
|
||
<input type="hidden" name="fhlj" value="kbcx/queryGrkb"/>
|
||
<table border="0" align="left" cellpadding="0" cellspacing="0" >
|
||
<tr>
|
||
<td>学年学期:</td>
|
||
<td>
|
||
<select name="xnxq" id="xnxq" class="XNXQ_CON" onchange="javascript:queryLike();return false;">
|
||
|
||
<option value="2026-20271" >2026秋季</option>
|
||
|
||
<option value="2025-20263" >2026夏季</option>
|
||
|
||
<option value="2025-20262" selected>2026春季</option>
|
||
|
||
<option value="2025-20261" >2025秋季</option>
|
||
|
||
<option value="2024-20253" >2025夏季</option>
|
||
|
||
<option value="2024-20252" >2025春季</option>
|
||
|
||
<option value="2024-20251" >2024秋季</option>
|
||
|
||
<option value="2023-20243" >2024夏季</option>
|
||
|
||
<option value="2023-20242" >2024春季</option>
|
||
|
||
<option value="2023-20241" >2023秋季</option>
|
||
|
||
</select>
|
||
</td>
|
||
|
||
<td>
|
||
<div class="addlist_button1 ml15"><a href="javascript:void(0);" onclick="javascript:exportExcel();return false;"><span>导出课表</span></a></div>
|
||
</td>
|
||
|
||
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
|
||
|
||
|
||
</tr>
|
||
|
||
</table>
|
||
</form>
|
||
</div>
|
||
<div><span >课表确认时间:~</span></div>
|
||
<div class="clr"></div>
|
||
<div class="Menubox" >
|
||
<ul>
|
||
<li class="hover"><a href="javascript:void(0);" onclick="javascript:queryLike();return false;" >学生总课表</a></li>
|
||
<li><a href="javascript:void(0);" onclick="javascript:queryZkb();return false;" >学生周课表</a></li>
|
||
<li><a href="javascript:void(0);" onclick="javascript:queryLike1();return false;" >学生选课信息查询</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="clr"></div>
|
||
|
||
<div class="xfyq_area mt10">
|
||
<div class="xfyq_top" style="text-align:center"><span class="ml10 bold">2026春季学期(2023210517)胡浩烨课表(2026-03-13 16:27:14)</span></div>
|
||
<div class="xfyq_con">
|
||
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse" class="addlist_01">
|
||
<tr>
|
||
<th width="40" height="30" colspan="2"> </th>
|
||
<th>星期一</th>
|
||
<th>星期二</th>
|
||
<th>星期三</th>
|
||
<th>星期四</th>
|
||
<th>星期五</th>
|
||
<th>星期六</th>
|
||
<th>星期日</th>
|
||
</tr>
|
||
|
||
<tr >
|
||
<td width="20">上午</td>
|
||
<td width="20">1-2</td>
|
||
<td width="118">点集拓扑学</br>李鹏程[2-8]周,[9]周</br>N楼-335</br>微分几何</br>李鹏程[10]周N楼-335</td>
|
||
<td width="118">点集拓扑学</br>李鹏程[2-8]周,[9]周</br>N楼-335</td>
|
||
<td width="118">泛函分析基础</br>蒋心蕊[11]周,[12]周,[9,10]周</br>N楼-335</br>微分几何</br>李鹏程[2-8]周N楼-335</td>
|
||
<td width="118">微分几何</br>李鹏程[2-8]周,[9]周</br>N楼-335</td>
|
||
<td width="118">泛函分析基础</br>蒋心蕊[11]周,[2-8]周,[9,10]周</br>N楼-335</td>
|
||
<td width="118"> </td>
|
||
<td width="122"> </td>
|
||
</tr>
|
||
|
||
<tr class="bgcol">
|
||
<td width="20">上午</td>
|
||
<td width="20">3-4</td>
|
||
<td width="118">泛函分析基础</br>蒋心蕊[11]周,[12]周,[2-8]周,[9,10]周</br>N楼-335</td>
|
||
<td width="118"> </td>
|
||
<td width="118">泛函分析基础</br>蒋心蕊[2-8]周N楼-335</br>体育(6)(定向运动)</br>张晓秋[9-16]周</td>
|
||
<td width="118"> </td>
|
||
<td width="118">微分几何</br>李鹏程[2-8]周N楼-335,[9]周N楼-331</td>
|
||
<td width="118"> </td>
|
||
<td width="122"> </td>
|
||
</tr>
|
||
|
||
<tr >
|
||
<td width="20">下午</td>
|
||
<td width="20">5-6</td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118">数理统计</br>黄春茂[10,11]周研究院-中405</td>
|
||
<td width="118"> </td>
|
||
<td width="122"> </td>
|
||
</tr>
|
||
|
||
<tr class="bgcol">
|
||
<td width="20">下午</td>
|
||
<td width="20">7-8</td>
|
||
<td width="118">数理统计</br>黄春茂[1-9]周,[10]周</br>N楼-116</td>
|
||
<td width="118">数理统计</br>黄春茂[10,11]周,[12]周</br>研究院-中405</td>
|
||
<td width="118">数理统计</br>黄春茂[1-9]周N楼-116</td>
|
||
<td width="118">数理统计</br>黄春茂[10,11]周,[12]周</br>研究院-中405</br>形势与政策(3)</br>田金花[5-8]周N楼-116</td>
|
||
<td width="118">数理统计</br>黄春茂[1-9]周N楼-116</td>
|
||
<td width="118"> </td>
|
||
<td width="122"> </td>
|
||
</tr>
|
||
|
||
<tr >
|
||
<td width="20">晚上</td>
|
||
<td width="20">9-10</td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="122"> </td>
|
||
</tr>
|
||
|
||
<tr class="bgcol">
|
||
<td width="20">晚上</td>
|
||
<td width="20">11-12</td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="118"> </td>
|
||
<td width="122"> </td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr><td colspan="9">其它课程: 生产实习◇马强◇1◇'
|
||
</td></tr>
|
||
|
||
|
||
|
||
|
||
</table>
|
||
</div>
|
||
<div class="clr"></div>
|
||
</div>
|
||
|
||
|
||
<div class="clr"></div>
|
||
<div style="color: red;font-size:16px">
|
||
注意:“个人课表查询”是按照您的选课进行显示,请仔细与“班级推荐课表查询”页面进行对比,如发现个人课表中缺少本班级的推荐课程(特别是必修课),则说明您可能存在漏选情况,请认真核实,如有需要请及时进行补选。
|
||
</div>
|
||
<div class="clr"></div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="NeworEdit1" style="display:none; width: 750px;border: 1px solid #2c4f72;-webkit-box-shadow: 0px 0px 5px #000;-moz-box-shadow: 0px 0px 5px #000;box-shadow: 0px 0px 5px #000; " >
|
||
<form name="addOrUpdfrom" id="addOrUpdfrom" method="post">
|
||
<div class="Floatleft Pct100 popup_bg">
|
||
<div class="popup_left">未确认课程</div>
|
||
<a href="#" class="btn_close" onclick="javascript:BOX_remove('NeworEdit1');return false;"></a> </div>
|
||
<div class="clr"></div>
|
||
<div class="popup">
|
||
<div class="clr"></div>
|
||
<iframe id="iframename_js" name="iframename_js" border="0" framespacing="0" marginheight="0" marginwidth="0" style="width: 730px; height: 410px;" frameborder="0" allowTransparency="true"></iframe>
|
||
<div class="clr"></div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
<div id="setting"> </div>
|
||
|
||
|
||
|
||
|
||
|
||
</body>
|
||
</html>
|
||
|