Skip to content

Instantly share code, notes, and snippets.

@OnCloud125252
Created January 20, 2022 12:21
Show Gist options
  • Save OnCloud125252/1354d5f4a5606c0701df4d15cedbc3fc to your computer and use it in GitHub Desktop.
Save OnCloud125252/1354d5f4a5606c0701df4d15cedbc3fc to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/IEweb_template.dwt" codeOutsideHTMLIsLocked="false" --><head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<!-- InstanceBeginEditable name="doctitle" -->
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=0">
<title>配課及課表查詢 </title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
html{ height:99%}
body {
margin-left: 1px;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
height:100%;
background-image:url(../images/bgd_login.jpg);
}
.fulltable{ height:100%; }
.foot {color: #999999; font-size:12px;}
#Ptable{ border:#CCCCCC solid 2px;}
.headinfo{ color:#999999; }
.style2 {color: #3366CC}
.style5 {color: #FFFFFF; font-weight: bold; }
-->
</style>
<!-- InstanceBeginEditable name="head" -->
<!--預設插入在所有頁面標題-->
<!--<meta http-equiv="Content-Type" content="text/html; charset=big5" />-->
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<link rel="stylesheet" type="text/css" href="../themes/DF/admin/themes.css">
<link rel="stylesheet" type="text/css" href="http://libauto.mingdao.edu.tw/ShareLib/css/sys.css?v=20190917-1">
<script async="" src="//www.google-analytics.com/analytics.js"></script><script type="text/javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/jquery-latest.min.js"></script>
<script type="text/javascript">
var $j=jQuery.noConflict();
</script>
<script type="text/javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/ui.core.js"></script>
<script type="text/javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/ui.draggable.js"></script>
<script language="javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/prototype.js"></script>
<script language="javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/sys_fun-min.js"></script>
<script language="javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/framework-min.js?v=20210510-1"></script>
<script language="javascript" src="http://libauto.mingdao.edu.tw/ShareLib/js/md_func.js?v=20210518-2"></script>
<script language="javascript" src="../js/cus_fun.js?v=1"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function doOnLoad(){
fwShowLoading('off'); //關閉 Loading*/
show_Sel($('qType'));
ajax_action('1101','&F_sPeriodsem=1101','getWeekList','21');
$j(':img[id^="imgVT_"]').bind('mouseover',function(){
$j(this).addClass("OPA1");
});
$j(':img[id^="imgVT_"]').bind('mouseout',function(){
$j(this).removeClass("OPA1");
});
}
/*Jquery ajax-------------------------------------------------*/
function ajax_action(Qvalue,Qstr,Qtype,defValue){
if(Qvalue!=""){
$j('#'+Qtype+'_sLoad').html("<img src='../images/circle-ball-dark-antialiased.gif' width='16' height='16' />");
}else{
return;
}
//2018/01/17 因寒輔省略掉 配課資料 直接跑學期課表 ,所以類別要撈 STT
var F_sPeriodsem=$j('#F_sPeriodsem').val();
if(F_sPeriodsem.substr(3,1)=="4"){ Qstr=Qstr+'&oSrc=WTT'; }
var Url="../includes/ajax_fun.php";
var AjaxQstr=Qstr + '&Qtype='+ Qtype;
//執行jQuery Ajax
$j.ajax({
type:"GET",
url:Url,
data:AjaxQstr,
success:function(Data,uStatus){
if(uStatus=="success"){
switch(Qtype){
case "getWeekList":
//alert(Data);
$j('#'+Qtype+'_sLoad').html("");
$j('#F_wno').empty(); //清空下拉選單
$j('#F_wno').append(
$j('<option></option>').val('').html('...')
);
var ClassArr=Data.split(",");
for(i=0;i<ClassArr.length;i++){
var thisItem = ClassArr[i].split("|");
$j('#F_wno').append(
$j('<option></option>').val(thisItem[0]).html(thisItem[1])
);
}
if(defValue!=""){
$j('#F_wno').val(defValue);
}
break;
} /*end switch */
}else{
alert("ajax request fail...");
}
}
});
}
function qClassWTT(qClassCode){
var qItem=$j('#qType').val();
window.location.href='qWTT.php?F_sPeriodsem='+$j('#F_sPeriodsem').val()+'&F_wno='+$j('#F_wno').val()+'&qType='+qItem+'&F_s'+qItem+'='+$j('#q'+qItem).val();
fwLoadingData();
}
function view_Week_Sec(qRecID,qMode){
var Param={}
Param.Width=700;
Param.Height=600;
Param.Resizable=1;
var sUrl="../component/wtt_week_query.php?F_sPeriodsem=1101&qRecID="+qRecID+"&qMode="+qMode;
var logWin=fwOpenWin(sUrl,Param);
logWin.focus();
}
function view_course_List(qID){
var sParam={};
var qIDarr=qID.split(",");
sParam.Width=610;
sParam.Height=400;//+((qIDarr.length-1)*25);
sParam.Draggable=1;
sParam.Scroll=1;
sParam.sLoad=0;
sParam.titleMsg='課程檢視';
//if(sParam.Iframe && sParam.Iframe!=""){
var sUrl="../component/wtt_courselist.php?F_sPeriodsem=1101&editID="+qID;
fwPopupDIV(sUrl,sParam);
}
function show_Sel(oThis){
$j('div[id="show_'+oThis.value+'Sel"]').css({"display":""});
$j('div[id*="show_"]:not([id="show_'+oThis.value+'Sel"])').css({"display":"none"});
$j(':input[id*="q"]:not([id="qType"]):not([id="q'+oThis.value+'"]):not([id="q'+oThis.value+'S"])').val('');
}
function view_roomuse_List(){
var sParam={};
sParam.Width=780;
sParam.Height=500;//+((qIDarr.length-1)*25);
sParam.Draggable=1;
sParam.Scroll=1;
sParam.sLoad=0;
sParam.titleMsg='取消使用館室作業';
//if(sParam.Iframe && sParam.Iframe!=""){
var sUrl="qWTT_room.php?F_sPeriodsem=1101&act_wno=21&F_sTea=";
fwPopupDIV(sUrl,sParam);
}
function view_VT(eID){
var sParam={};
sParam.Width=400;
sParam.Height=250;//+((qIDarr.length-1)*25);
sParam.Draggable=1;
sParam.Scroll=1;
sParam.sLoad=1;
sParam.titleMsg='視訊教學資訊';
//if(sParam.Iframe && sParam.Iframe!=""){
var sUrl="qVT.php?F_sPeriodsem=1101&eID="+eID;
fwPopupDIV(sUrl,sParam);
}
//-->
</script>
<style type="text/css">
<!--
.notice {color: #3366CC; line-height:25px;text-indent:-15px; padding-left:15px; font-size:15px;}
.SH{color:#FFFFFF; cursor:pointer;}
.White {color: #FFFFFF}
.editTag {background:url(../../images/edit02.gif) right top no-repeat;}
.style12 { font-size: 12px;
color: #FFFFFF;
}
.style14 {color: #CC3333; cursor: pointer; font-weight: bold; }
.subj{color:#CC3333; cursor:pointer;}
.class{cursor:pointer;}
.tea{color:#3366CC; cursor:pointer;}
.week{color:#6B40A2;}
.room{color:#367335; font-size:13px;}
.uGrp{ font-weight:400; color:#FFFFFF; background-color:#FF6600; padding-left:3px; padding-right:3px;}
.class{ cursor:pointer;display:none;}
.OPA05{opacity: 0.5;}
.OPA1{opacity: 1.0;}
-->
</style>
<!-- InstanceEndEditable -->
</head>
<body id="UFAbody" class="fulltable" onload="doOnLoad();" style="cursor: default;">
<div align="center" class="fulltable">
<table width="100%" height="100%" class="fulltable" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td align="center" valign="top"><div id="sTop"><br><br></div>
<table id="Ptable" border="0" cellpadding="0" cellspacing="1" bordercolor="#FF0000" bgcolor="#FFFFFF" class="fulltable">
<tbody><tr id="Tmp_Head">
<td id="Tmp_left" width="20" rowspan="2" valign="top">&nbsp;</td>
<td height="85" valign="top" bgcolor="#FFFFFF" id="Tmp_topleft"><table width="100%" height="85" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td height="20" colspan="2" align="left" valign="top">&nbsp;</td>
</tr>
<tr>
<td width="38%" height="10" align="left" valign="bottom" class="style2 W24 WB" nowrap="nowrap" id="wTitle">配排課管理系統 Class Arrangement System</td>
<td width="62%" height="10" align="right" valign="middle">
<table width="100" border="0" cellspacing="2" cellpadding="1" style="background:#FFFFFF;">
<tbody><tr>
<td align="center" bgcolor="#FF3333"><a href="../CH/?srcURL=libauto.mingdao.edu.tw%2FAACourses%2FWeb%2FqWTT.php" style=" text-decoration:none; font-weight:600; color:#FFFFCC">中文</a></td>
<td align="center" bgcolor="#FF3333"><a href="../EN/?srcURL=libauto.mingdao.edu.tw%2FAACourses%2FWeb%2FqWTT.php" style=" text-decoration:none; font-weight:600; color:#FFFFCC">English</a></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td height="6" colspan="2" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td colspan="2" height="6"></td>
</tr>
<tr>
<td colspan="2"><div id="Menu"><style type="text/css">
<!--
.tab {
color: #999999;
background:no-repeat url(../images/noActive_tab.jpg);
}
.tabL {
background:no-repeat url(../images/TAB/noActive_tab_L.jpg);
}
.tabM {
color: #999999;
background:url(../images/TAB/noActive_tab_M.jpg);
}
.tabR {
background:no-repeat url(../images/TAB/noActive_tab_R.jpg);
}
.active_tab {
color: #FFFFFF;
font-weight: bold;
background:no-repeat url(../images/Active_tab.jpg) ;
}
.active_tabL {
color: #FFFFFF;
font-weight: bold;
background:no-repeat url(../images/TAB/Active_tab_L.jpg) ;
}
.active_tabM {
color: #FFFFFF;
font-weight: bold;
background:url(../images/TAB/Active_tab_M.jpg) ;
}
.active_tabR {
color: #FFFFFF;
font-weight: bold;
background:no-repeat url(../images/TAB/Active_tab_R.jpg) ;
}
-->
</style>
<table width="100%" height="36" border="0" cellpadding="0" cellspacing="1" style="border-bottom: 3px #3366CC solid;">
<tbody><tr>
<td width="200" id="qSTT" bgcolor="#CBEDD0" style="cursor:pointer; text-align:center;" onclick="goFunction('qSTT.php?','');" onmouseover="this.background='../images/titleBar_over.jpg';" onmouseout="this.background='../images/titleBar.jpg';">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="CR_tab">
<tbody><tr>
<td id="CR_tab_L" class="tabL" width="10" height="34">&nbsp;</td>
<td id="CR_tab_M" class="tabM" height="34" align="center">學期課表</td>
<td id="CR_tab_R" class="tabR" width="10" height="34">&nbsp;</td>
</tr>
</tbody></table>
</td>
<td width="200" id="qWTT" bgcolor="#CBEDD0" style="cursor:pointer; text-align:center;" onclick="goFunction('qWTT.php?','');" onmouseover="this.background='../images/titleBar_over.jpg';" onmouseout="this.background='../images/titleBar.jpg';">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="CR_tab">
<tbody><tr>
<td id="CR_tab_L" class="active_tabL" width="10" height="34">&nbsp;</td>
<td id="CR_tab_M" class="active_tabM" height="34" align="center">週課表</td>
<td id="CR_tab_R" class="active_tabR" width="10" height="34">&nbsp;</td>
</tr>
</tbody></table>
</td>
<td>&nbsp;</td>
</tr>
</tbody></table>
<script language="javascript">
<!--
var allURL=document.URL;
var nowFunScript=allURL.substring(allURL.lastIndexOf("/")+1);
var nowFunName=nowFunScript.substring(0,nowFunScript.lastIndexOf("."));
function goFunction(strURL,op){
if(op=="opWin"){
window.open(strURL,'_op');
}else{
fwLoadingData();
window.location.href=strURL;
}
}
-->
</script>
</div></td>
</tr>
<tr>
<td height="20" colspan="2" class="W13"><table width="100%" height="20" border="0" cellpadding="1" cellspacing="0" bgcolor="#FAE6BA">
<tbody><tr style=" color:#3399CC;">
<td width="12%" align="right"><span class="tmp2">登入者:</span></td>
<td width="15%" align="left" class="headinfo">&nbsp;廖耿鋒</td>
<td width="11%" align="right"><span class="tmp2">身分別:</span></td>
<td width="22%" align="left" class="headinfo">&nbsp;學生</td>
<td width="10%" align="left">&nbsp;</td>
<td width="18%" align="right">&nbsp;</td>
<td width="12%" align="center" nowrap="nowrap"><span class="logout_btn">[<a href="../Web/wLogin.php" style="text-decoration:none;">登出</a>]</span></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
<a href="http://www.mingdao.edu.tw"></a></td>
<td id="Tmp_right" width="20" rowspan="2">&nbsp;</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF" style="height:90%"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="height:100%">
<tbody><tr>
<td valign="top"><!-- InstanceBeginEditable name="EditRegion" -->
<table width="100%" height="500" border="0" cellpadding="1" cellspacing="0">
<tbody><tr>
<td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td height="30" style="border:3px solid #FF9999;" align="center"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="W13">
<tbody><tr>
<td width="1%" rowspan="2" align="center" bgcolor="#FF9999"><span class="style12">搜尋</span></td>
<td width="11%" height="24" align="right" nowrap="nowrap">學期別:</td>
<td width="16%" align="left"><select name="F_sPeriodsem" id="F_sPeriodsem" onchange="$j('#qRoomS').attr('F_sPeriodsem',this.value);ajax_action($j('#F_sPeriodsem').val(),'&amp;F_sPeriodsem='+$j('#F_sPeriodsem').val(),'getWeekList','');">
<option value="">...</option>
<option value="1104">
110 寒假 </option>
<option value="1103">
110 暑期 </option>
<option value="1101" selected="">
110 上學期 </option>
<option value="1093">
109 暑期 </option>
<option value="1092">
109 下學期 </option>
<option value="1091">
109 上學期 </option>
<option value="1084">
108 寒假 </option>
<option value="1083">
108 暑期 </option>
<option value="1082">
108 下學期 </option>
<option value="1081">
108 上學期 </option>
<option value="1073">
107 暑期 </option>
<option value="1072">
107 下學期 </option>
<option value="1071">
107 上學期 </option>
<option value="1064">
106 寒假 </option>
<option value="1063">
106 暑期 </option>
<option value="1062">
106 下學期 </option>
<option value="1061">
106 上學期 </option>
<option value="1053">
105 暑期 </option>
<option value="1052">
105 下學期 </option>
<option value="1051">
105 上學期 </option>
<option value="1044">
104 寒假 </option>
<option value="1043">
104 暑期 </option>
<option value="1042">
104 下學期 </option>
<option value="1041">
104 上學期 </option>
</select></td>
<td width="40%" align="left">週別:
<select name="F_wno" id="F_wno"><option value="">...</option><option value="1">第1週 : 2021/09/01~2021/09/04</option><option value="2">第2週 : 2021/09/05~2021/09/11</option><option value="3">第3週 : 2021/09/12~2021/09/18</option><option value="4">第4週 : 2021/09/19~2021/09/25</option><option value="5">第5週 : 2021/09/26~2021/10/02</option><option value="6">第6週 : 2021/10/03~2021/10/09</option><option value="7">第7週 : 2021/10/10~2021/10/16</option><option value="8">第8週 : 2021/10/17~2021/10/23</option><option value="9">第9週 : 2021/10/24~2021/10/30</option><option value="10">第10週 : 2021/10/31~2021/11/06</option><option value="11">第11週 : 2021/11/07~2021/11/13</option><option value="12">第12週 : 2021/11/14~2021/11/20</option><option value="13">第13週 : 2021/11/21~2021/11/27</option><option value="14">第14週 : 2021/11/28~2021/12/04</option><option value="15">第15週 : 2021/12/05~2021/12/11</option><option value="16">第16週 : 2021/12/12~2021/12/18</option><option value="17">第17週 : 2021/12/19~2021/12/25</option><option value="18">第18週 : 2021/12/26~2022/01/01</option><option value="19">第19週 : 2022/01/02~2022/01/08</option><option value="20">第20週 : 2022/01/09~2022/01/15</option><option value="21">第21週 : 2022/01/16~2022/01/20</option></select><div id="getWeekList_sLoad" style="display:inline;"></div></td>
<td colspan="2" rowspan="2" align="left"><input type="button" name="Submit2" value="查詢" onclick="qClassWTT(this);">
<input type="hidden" name="send_query" id="send_query" value="">
<input type="hidden" name="oSrc" id="oSrc" value="WTT">
</td>
<td width="21%" rowspan="2" align="center">
<input type="button" name="Submit" value="列印" onclick="md_PrintElemt('UseInfo',{'H':750,'W':850,'sTitle':'學期課表列印','elseInfo':'列印日期:2022/01/20','css':'.class{font-size:13px;}.tea{font-size:13px;}.subj{font-size:13px;}.room{font-size:13px;}.uGrp{ font-size:13px;}'});">
</td>
</tr>
<tr>
<td height="24" align="right" nowrap="nowrap">課表類別:</td>
<td align="left"><select name="qType" id="qType" onchange="show_Sel(this);">
<option value="">請選擇...</option><option value="Class" selected="">班級</option><option value="Tea">教師</option><option value="Room">館室</option> </select></td>
<td align="left">
<div id="show_ClassSel" style="">班級:
<input name="qClassS" type="text" id="qClassS" value="國三8 (Y09008)" onclick="ClassSel('../',$('qClass'));" sctitle="選擇查詢班級" f_speriodsem="" readonly="readonly">
<input name="qClass" type="hidden" id="qClass" value="Y09008@Y38">
</div>
<div id="show_TeaSel" style="display:none;">教師:
<input name="qTeaS" type="text" id="qTeaS" value="" onclick="TeaSel('../',$('qTea'));" sctitle="選擇查詢教師" f_speriodsem="" readonly="readonly">
<input name="qTea" type="hidden" id="qTea" value="">
</div>
<div id="show_RoomSel" style="display:none;">館室:
<input name="qRoomS" type="text" id="qRoomS" value="" onclick="RoomSel('../',$('qRoom'));" sctitle="選擇查詢館室" f_speriodsem="1101" readonly="readonly" size="25">
<input name="qRoom" type="hidden" id="qRoom" value="">
</div> </td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td height="15" align="center"><div id="UseInfo">
<table width="100%" border="1" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" class="admin_border" style="border:1px #CCCCCC solid;">
<tbody><tr>
<td height="30" colspan="9" align="center" bgcolor="#FFD0D0" class="WB"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td width="200"><table width="200" border="0" cellpadding="0" cellspacing="0" bgcolor="#800000">
<tbody><tr>
<td align="center" class="White"></td>
</tr>
</tbody></table></td>
<td align="center" class="WB">110學年度 上學期第<span class="style14">21</span>週 週課表 </td>
<td width="200" align="right">&nbsp;</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#6C80B3"><span class="White">節次\星期</span></td>
<td height="50" align="center" bgcolor="#6C80B3"><span class="White WB">一</span><span class="W13 style12"><br>2022/01/17</span></td>
<td height="50" align="center" bgcolor="#6C80B3"><span class="White WB">二</span><span class="W13 style12"><br>2022/01/18</span></td>
<td height="50" align="center" bgcolor="#6C80B3"><span class="White WB">三</span><span class="W13 style12"><br>2022/01/19</span></td>
<td height="50" align="center" bgcolor="#6C80B3"><span class="White WB">四</span><span class="W13 style12"><br>2022/01/20</span></td>
<td height="50" align="center" bgcolor="#6C80B3"><span class="White WB">五</span><span class="W13 style12"><br></span></td>
<td height="50" align="center" bgcolor="#6C80B3"><span class="White WB">六</span><span class="W13 style12"><br></span></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第一節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">08:25<br> ︴<br>09:15</td>
<td id="F_1_1" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_1_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1687371" width="20" class="OPA05" onclick="view_VT('1687371');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_D0911001_E4304A1B65"><div class="subj" onclick="view_Week_Sec('1687371','CSUBJ');" title="課程碼:D0911001">公民</div><div class="tea" onclick="view_Week_Sec('1687371','TEA');" title="排課碼:1209">古鎧榮</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_1" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_1_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1655467" width="20" class="OPA05" onclick="view_VT('1655467');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_B0911001_B456171D0D"><div class="subj" onclick="view_Week_Sec('1655467','CSUBJ');" title="課程碼:B0911001">英文</div><div class="tea" onclick="view_Week_Sec('1655467','TEA');" title="排課碼:0727">張幸芳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_1" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_1_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1756588" width="20" class="OPA05" onclick="view_VT('1756588');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_Z0911009_T4308A12F4"><div class="subj" onclick="view_Week_Sec('1756588','CSUBJ');" title="課程碼:Z0911009">生活科技</div><div class="tea" onclick="view_Week_Sec('1756588','TEA');" title="排課碼:0107">黃舜瑜</div><div class="room" onclick="view_Week_Sec('1756588','ROOM');">FabLab2</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_1" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_1_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1707242" width="20" class="OPA05" onclick="view_VT('1707242');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_I0911001_E4567ACE"><div class="subj" onclick="view_Week_Sec('1707242','CSUBJ');" title="課程碼:I0911001">地球科學</div><div class="tea" onclick="view_Week_Sec('1707242','TEA');" title="排課碼:1601">黃美娟</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_1" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_1_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_1" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_1_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第二節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">09:25<br> ︴<br>10:15</td>
<td id="F_1_2" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_2_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1755448" width="20" class="OPA05" onclick="view_VT('1755448');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_Z0911002_T456072263"><div class="subj" onclick="view_Week_Sec('1755448','CSUBJ');" title="課程碼:Z0911002">表演藝術</div><span class="week">(單週)</span><div class="tea" onclick="view_Week_Sec('1755448','TEA');" title="排課碼:0341">程祖怡</div><div class="room" onclick="view_Week_Sec('1755448','ROOM');">Chapel教室</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_2" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_2_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1635289" width="20" class="OPA05" onclick="view_VT('1635289');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_A0911001_N456862490"><div class="subj" onclick="view_Week_Sec('1635289','CSUBJ');" title="課程碼:A0911001">國文</div><div class="tea" onclick="view_Week_Sec('1635289','TEA');" title="排課碼:0638">梁伶羽</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_2" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_2_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1756215" width="20" class="OPA05" onclick="view_VT('1756215');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_Z0911004_L45704E1F"><div class="subj" onclick="view_Week_Sec('1756215','CSUBJ');" title="課程碼:Z0911004">輔導活動</div><div class="tea" onclick="view_Week_Sec('1756215','TEA');" title="排課碼:0411">林郁青</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_2" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_2_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1673623" width="20" class="OPA05" onclick="view_VT('1673623');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_C0911001_A430589FF"><div class="subj" onclick="view_Week_Sec('1673623','CSUBJ');" title="課程碼:C0911001">數學</div><div class="tea" onclick="view_Week_Sec('1673623','TEA');" title="排課碼:0802">朱中岳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_2" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_2_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_2" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_2_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第三節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">10:25<br> ︴<br>11:15</td>
<td id="F_1_3" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_3_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1635230" width="20" class="OPA05" onclick="view_VT('1635230');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_A0911001_N456862490"><div class="subj" onclick="view_Week_Sec('1635230','CSUBJ');" title="課程碼:A0911001">國文</div><div class="tea" onclick="view_Week_Sec('1635230','TEA');" title="排課碼:0638">梁伶羽</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_3" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_3_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1673602" width="20" class="OPA05" onclick="view_VT('1673602');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_C0911001_A430589FF"><div class="subj" onclick="view_Week_Sec('1673602','CSUBJ');" title="課程碼:C0911001">數學</div><div class="tea" onclick="view_Week_Sec('1673602','TEA');" title="排課碼:0802">朱中岳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_3" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_3_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1655488" width="20" class="OPA05" onclick="view_VT('1655488');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_B0911001_B456171D0D"><div class="subj" onclick="view_Week_Sec('1655488','CSUBJ');" title="課程碼:B0911001">英文</div><div class="tea" onclick="view_Week_Sec('1655488','TEA');" title="排課碼:0727">張幸芳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_3" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_3_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1755977" width="20" class="OPA05" onclick="view_VT('1755977');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_Z0911003_N457AA2051"><div class="subj" onclick="view_Week_Sec('1755977','CSUBJ');" title="課程碼:Z0911003">視覺藝術</div><span class="week">(單週)</span><div class="tea" onclick="view_Week_Sec('1755977','TEA');" title="排課碼:0171">葉珊伶</div><div class="room" onclick="view_Week_Sec('1755977','ROOM');">Sky room教室</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_3" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_3_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_3" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_3_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第四節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">11:25<br> ︴<br>12:10</td>
<td id="F_1_4" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_4_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1635249" width="20" class="OPA05" onclick="view_VT('1635249');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_A0911001_N456862490"><div class="subj" onclick="view_Week_Sec('1635249','CSUBJ');" title="課程碼:A0911001">國文</div><div class="tea" onclick="view_Week_Sec('1635249','TEA');" title="排課碼:0638">梁伶羽</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_4" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_4_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1673562" width="20" class="OPA05" onclick="view_VT('1673562');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_C0911001_A430589FF"><div class="subj" onclick="view_Week_Sec('1673562','CSUBJ');" title="課程碼:C0911001">數學</div><span class="week">(單週)</span><div class="tea" onclick="view_Week_Sec('1673562','TEA');" title="排課碼:0802">朱中岳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_4" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_4_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1737867" width="20" class="OPA05" onclick="view_VT('1737867');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_P0911001_S456561D94"><div class="subj" onclick="view_Week_Sec('1737867','CSUBJ');" title="課程碼:P0911001">體育</div><div class="tea" onclick="view_Week_Sec('1737867','TEA');" title="排課碼:0502">吳汶鄉</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_4" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_4_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1764739" width="20" class="OPA05" onclick="view_VT('1764739');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_J0911001_L455F819E0"><div class="subj" onclick="view_Week_Sec('1764739','CSUBJ');" title="課程碼:J0911001">生物</div><div class="tea" onclick="view_Week_Sec('1764739','TEA');" title="排課碼:1501">王姍珮</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_4" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_4_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_4" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_4_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第五節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">13:25<br> ︴<br>14:15</td>
<td id="F_1_5" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_5_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1655448" width="20" class="OPA05" onclick="view_VT('1655448');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_B0911001_B456171D0D"><div class="subj" onclick="view_Week_Sec('1655448','CSUBJ');" title="課程碼:B0911001">英文</div><div class="tea" onclick="view_Week_Sec('1655448','TEA');" title="排課碼:0727">張幸芳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_5" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_5_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1695448" width="20" class="OPA05" onclick="view_VT('1695448');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_F0911001_B456A790F"><div class="subj" onclick="view_Week_Sec('1695448','CSUBJ');" title="課程碼:F0911001">地理</div><div class="tea" onclick="view_Week_Sec('1695448','TEA');" title="排課碼:1111">王妤珊</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_5" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title="1.班級:國三社團17
社團選修-謝惠娟 (生物科技教室) "><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_5_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊:國三社團17 - 謝惠娟"><img src="../../ShareLib/images/video1.png" id="imgVT_1757282" width="20" class="OPA05" onclick="view_VT('1757282');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Z0911011_M45691135A"><div class="subj">社團選修</div><div class="tea" onclick="view_Week_Sec('1757282','TEA');">謝惠娟</div><div class="room" onclick="view_Week_Sec('1757282','ROOM');">生物科技教室</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_5" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_5_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_5" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_5_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_5" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_5_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第六節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">14:25<br> ︴<br>15:15</td>
<td id="F_1_6" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_6_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1673552" width="20" class="OPA05" onclick="view_VT('1673552');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_C0911001_A430589FF"><div class="subj" onclick="view_Week_Sec('1673552','CSUBJ');" title="課程碼:C0911001">數學</div><div class="tea" onclick="view_Week_Sec('1673552','TEA');" title="排課碼:0802">朱中岳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_6" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_6_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1691914" width="20" class="OPA05" onclick="view_VT('1691914');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_E0911001_Q42F921620"><div class="subj" onclick="view_Week_Sec('1691914','CSUBJ');" title="課程碼:E0911001">歷史</div><div class="tea" onclick="view_Week_Sec('1691914','TEA');" title="排課碼:1007">黃煌興</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_6" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title="1.班級:國三社團17
社團選修-謝惠娟 (生物科技教室) "><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_6_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊:國三社團17 - 謝惠娟"><img src="../../ShareLib/images/video1.png" id="imgVT_1757293" width="20" class="OPA05" onclick="view_VT('1757293');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Z0911011_M45691135A"><div class="subj">社團選修</div><div class="tea" onclick="view_Week_Sec('1757293','TEA');">謝惠娟</div><div class="room" onclick="view_Week_Sec('1757293','ROOM');">生物科技教室</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_6" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_6_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_6" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_6_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_6" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_6_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第七節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">15:25<br> ︴<br>16:15</td>
<td id="F_1_7" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_7_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1673533" width="20" class="OPA05" onclick="view_VT('1673533');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_C0911001_A430589FF"><div class="subj" onclick="view_Week_Sec('1673533','CSUBJ');" title="課程碼:C0911001">數學</div><div class="tea" onclick="view_Week_Sec('1673533','TEA');" title="排課碼:0802">朱中岳</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_7" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_7_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1704098" width="20" class="OPA05" onclick="view_VT('1704098');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_H0911001_E42F2019CD"><div class="subj" onclick="view_Week_Sec('1704098','CSUBJ');" title="課程碼:H0911001">化學</div><div class="tea" onclick="view_Week_Sec('1704098','TEA');" title="排課碼:1403">王志仁</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_7" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_7_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1626856" width="20" class="OPA05" onclick="view_VT('1626856');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_00911017_N456862490"><div class="subj W14" onclick="view_Week_Sec('1626856','CSUBJ');" title="課程碼:00911017">彈性課程(班會)</div><div class="tea" onclick="view_Week_Sec('1626856','TEA');" title="排課碼:0638">梁伶羽</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_7" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_7_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_7" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_7_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_7" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_7_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td width="25" height="70" align="center" bgcolor="#6C80B3" class="White WB" nowrap="nowrap">第八節</td>
<td width="50" height="50" align="center" bgcolor="#83619E" class="White">16:25<br> ︴<br>17:10</td>
<td id="F_1_8" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_1_8_P" height="12" style="cursor:pointer; text-align:left; height:15px;">
<div class="sVT" style="float:right;" title="視訊教學資訊: - "><img src="../../ShareLib/images/video1.png" id="imgVT_1707221" width="20" class="OPA05" onclick="view_VT('1707221');"></div>
</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"><div id="CU_Y09008_I0911001_E4567ACE"><div class="subj W14" onclick="view_Week_Sec('1707221','CSUBJ');" title="課程碼:I0911001">地球科學(輔)</div><div class="tea" onclick="view_Week_Sec('1707221','TEA');" title="排課碼:1601">黃美娟</div></div></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_2_8" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_2_8_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_3_8" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_3_8_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_4_8" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_4_8_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_5_8" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_5_8_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
<td id="F_6_8" width="120" align="center" valign="top" style="background-color:#FFFFFF; border:1px #999999 solid;" title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td id="F_6_8_P" height="12" class="">&nbsp;</td>
</tr>
<tr>
<td align="center">
<span style="word-break:break-all;"></span>
<div style="background-color:#CC3300; color:#FFFFFF; font-size:13px;">
</div>
</td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</div></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td height="24" align="center" id="Tmp_notice"><span class="foot">建議瀏覽器: Chrome, 解析度:1024x768以上 可以得到最佳效果</span></td>
</tr>
<tr id="Tmp_foot"><td align="center"><a href="http://www.facebook.com/MDITD" target="_MDIC"><img src="../../ShareLib/images/mingdao_infocenterS.jpg" title="明道中學 資訊中心 facebook" width="160" height="22" border="0" longdesc="http://www.facebook.com/MDITD" style="cursor:pointer;"></a>&nbsp;&nbsp;<a href="http://www.facebook.com/mingdaoAlexSystem" target="_AS"></a></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</td></tr>
</tbody></table>
</div>
<!-- InstanceEnd -->
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment