Connecting The Dots

아빠의 우주연구

User Tools

Site Tools


ctd:slides:timematrix:01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ctd:slides:timematrix:01 [2018/07/13 14:52]
admin
ctd:slides:timematrix:01 [2019/06/15 23:02]
Line 1: Line 1:
-<​html>​ 
  
-<script type="​text/​javascript">​ 
- 
-var items = [ 
-"​안녕하세요. 지금부터,​ 우주연구 시리즈의 첫번째. 타임매트릭스를 설명 드리도록 하겠습니다. 이 시리즈는,​저의 다년간의 메가쇼킹 탐구생활을 통해 발굴한,​가디언의,​프리덤티칭 자료에 기초하고 있습니다.",​ 
- 
-"​지금부터 간단한 사용법을 설명 드리도록 하겠습니다. 첫째. 코멘터리 기능은 슬라이드를 이 홈페이지에서 보실때 만 가능합니다. 둘째. 슬라이드 순서는 아래방향,​ 그리고 오른쪽 순입니다. 셋째.동영상은 직접 플레이 하셔야 합니다. 넷째. 중간 에니메이션도 직접 넘겨야 시작됩니다. 중간에 효과음이 나오면 넘기시기 바랍니다.",​ 
- 
-" ", 
- 
-" " 
-]; 
- 
-// comments[] 가 선언 되어 있으면 comment items list 를 등록 한다. 
-try { // statements to try 
-    comments[0] = items; 
-} 
-catch (e) { 
-    console.log('​failed to include comment 0'​);  ​ 
-} 
- 
-// hideList 가 false 인 경우 comment 를 Table 로 표시 한다. 
-if ((typeof hideList === '​undefined'​)||(!hideList)) { 
-    var myTable= "<​table><​tr><​td style='​width:​ 10%; color: red; text-align: center;'>​vPage</​td>";​ 
-    myTable+="<​td style='​width:​ 90%; color: red; text-align: left;'>​Commentary</​td></​tr>";​ 
-    for (var i=0; i<​items.length;​ i++) { 
-        myTable+="<​tr><​td style='​width:​ 10%; text-align: center;'>"​ + (i+1) + ":</​td>";​ 
-        myTable+="<​td style='​width:​ 90%; text-align: left;'>"​ + items[i] + "</​td></​tr>";​ 
-    }  ​ 
-    myTable+="</​table>";​ 
- 
-    document.write( myTable); 
-} 
- 
-</​script> ​ 
-</​html>​ 
ctd/slides/timematrix/01.txt · Last modified: 2019/06/15 23:02 (external edit)