<% dim SoapClient set SoapClient = CreateObject("MSSOAP.soapClient30") SoapClient.ClientProperty("ServerHTTPRequest") = True SoapClient.mssoapinit "http://eentsv2.ee.nsysu.edu.tw/eehome/webservice/webservice/WebService1.asmx?WSDL" starttimeall=SoapClient.SeminarSetuptimeShow() ttime=split(starttimeall,";") %> 書報討論功能選項

 

 

          

學生基本資料登錄   [Enter personal information]

學生基本資料輸入     [未曾登錄同學,請務必先執行此一選項]

Students who have not taken this course in previous semesters must enter their personal log and fill out basic information online prior to attending the seminar.

書報討論場次登錄   [Register for seminars]

1.學生選擇出席場次   2. 查詢個人出席狀況    3.修改個人資料     4. 更改密碼   
Select seminar and other options : 1.Select seminars. 2. Query attending. 3.Modify personal information. 4.Change password.   

   [學生必須先登錄過個人基本資料,始得執行]

Please ensure that all your personal information is complete and correct (students who fail to enter their personal information will not be able to register for the seminar online.

書報討論選場及計分說明   [Attendance and Scoring for the seminar]

(中文版)[Chinese]

(英文版)[English]

Please read the scoring instructions in the left column.
<% if starttimeall <> "False" then %> 第一次選場:書報討論選場次時間為 <%=split(ttime(0)," ")(0)%> (<%= weekdate(Weekday(ttime(0),0))%>) 中午12:30至晚上24:00
Primary Selection (I): <%=split(ttime(0)," ")(0)%>  (<%= weekdateen(Weekday(ttime(0),0))%>) 12:30~24:00
<% if ubound(split(ttime(1)," ")) >0 then %> 第二次選場:書報討論選場次時間為 <%=split(ttime(1)," ")(0)%> (<%= weekdate(Weekday(ttime(1),0))%>) 中午12:30至晚上24:00
Secondary Selection (II): <%=split(ttime(1)," ")(0)%>  (<%= weekdateen(Weekday(ttime(1),0))%>) 12:30~24:00 <% end if end if %>

 

專題演講資料查詢   [Seminar information]

查詢各場次演講時間、地點、講者個人資料、講題等 Query  seminar information

<% function weekdate(i) i=i-1 w=Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六") weekdate=w(i) end function function weekdateen(i) i=i-1 w=Array("Sun.","Mon","Tue.","Wed.","Thu.","Fri.","Sat.") weekdateen=w(i) end function %>