Ignore test HTML files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
converter
|
converter
|
||||||
converter.exe
|
converter.exe
|
||||||
|
grkb.html
|
||||||
|
test.html
|
||||||
|
|||||||
303
grkb.html
303
grkb.html
@@ -1,303 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!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>
|
|
||||||
|
|
||||||
291
test.html
291
test.html
@@ -1,291 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!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><script src=/sf-webproxy/api/vpn-config></script><script src=/sf-webproxy/resource/web_proxy.js?v=1.4.0></script><script>var postMessage=fakePostMessage;</script>
|
|
||||||
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
</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春季学期(2025211232)宋长霖课表(2026-03-13 15:40:22)</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>苏克[1-16]周H楼-447</td>
|
|
||||||
<td width="118">体育(2)(高尔夫)</br>毕剑峰[1-16]周</td>
|
|
||||||
<td width="118">计算与智能程序设计</br>陈浩[9-12]周N楼-118</td>
|
|
||||||
<td width="118">形势与政策(1)</br>刘文颖[1-4]周H楼-463</br>中国近现代史纲要</br>苏克[9-12]周H楼-434</td>
|
|
||||||
<td width="118">计算与智能程序设计</br>陈浩[9-12]周N楼-118</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">数学分析(2)</br>于战华[15]周,[2-14]周</br>M楼-303</td>
|
|
||||||
<td width="118">学术英语读写(2025版大一下)</br>苏敏[1-17]周N楼-255</td>
|
|
||||||
<td width="118">数学分析(2)</br>于战华[2-14]周M楼-303</td>
|
|
||||||
<td width="118">数学分析(2)</br>于战华[2-14]周M楼-303</td>
|
|
||||||
<td width="118">悦己人生</br>黄靖涵[1-8]周大活-北301</td>
|
|
||||||
<td width="118">学术英语读写(2025版大一下)</br>苏敏[9]周N楼-255</td>
|
|
||||||
<td width="122"> </td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr >
|
|
||||||
<td width="20">下午</td>
|
|
||||||
<td width="20">5-6</td>
|
|
||||||
<td width="118">写作与沟通</br>侯薇[1-8]周N楼-208</td>
|
|
||||||
<td width="118">爱情与婚姻</br>师韵茗[1-8]周M楼-201</br>外汇交易原理与实务</br>王继东[9-16]周M楼-106</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">7-8</td>
|
|
||||||
<td width="118">大学物理X(1)</br>王小赛[1-8]周,[9-16]周</br>M楼-307</td>
|
|
||||||
<td width="118">电路与电子技术(1)</br>菅维乐[1-8]周,[9-12]周</br>M楼-205</td>
|
|
||||||
<td width="118">大学物理X(1)</br>王小赛[1-8]周,[9-16]周</br>M楼-307</td>
|
|
||||||
<td width="118">电路与电子技术(1)</br>菅维乐[1-8]周,[9-12]周</br>M楼-205</td>
|
|
||||||
<td width="118">大学物理X(1)</br>王小赛[1-8]周M楼-307</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">其它课程: 新型储能电源前沿与进展◇李旭东◇0◇2' 大学物理实验x(1)◇李盛凤◇1-16◇847290108334833812 APP群号'
|
|
||||||
</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>
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user