묻고답하기

안녕하세요 !

 

메뉴에서 페이지를 연결하고

페이지수정에서  내용직접추가에서 html편집으로 해서

 

아래와 같은  내용을 삽입하고 저장하면 아무것도 나오지 않고 아무것도 없는 것처럼 나옵니다.

 

그런데 이내용을 독립파일로 된것을 실행하면 잘되는데 알수가 없군요

무엇인가가  레이아웃과 페이지 내용이 합쳐지는 과정에서 자동으로 페이지 추가한 내용을 지우는것 같은데

고수님들의 조언을 바랍니다.

 

----------------------------------------------------------------------------------------------------------------

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title> 슬라이드 테스트 </title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <meta name="author" content="Aeron Glemann (http://www.electricprism.com/aeron/)" />
 <meta name="copyright" content="Copyright (c) 2008 Aeron Glemann (http://www.electricprism.com/aeron/), Creative Commons License (http://creativecommons.org/licenses/by/3.0/)" />
 <meta name="description" content="Slideshow 2! A javascript class for Mootools 1.2 to stream and animate the presentation of images on your website. This page features an example of integration with Lightbox." />
 <link rel="stylesheet" type="text/css" href="./css/slideshow.css" media="screen" />
 <link rel="stylesheet" type="text/css" href="./css/slideshow640.css" media="screen" />
 <link rel="stylesheet" type="text/css" href="./css/lightbox.css" media="screen" />
 <style type="text/css">
    a { color: #ffffff; }
    a:hover { text-decoration: none; }
    code { color: #ffffff; font: normal 10px Monaco, monospace; }
    em { color: #ffffe1; font-style: normal; }
    h1 { color: #000000; font: normal 12px/16px Arial, sans-serif; padding: 0 20px 16px; text-transform: lowercase; }
    h1:before { content: '.'; }
    p { color: #ffffff; font: normal 12px/16px Arial, sans-serif; padding: 0 20px 16px; }
 </style>
 <script type="text/javascript" src="./js/mootools.js"></script>
 <script type="text/javascript" src="./js/slideshow.js"></script>
        <script type="text/javascript" src="./js/slideshow640.js"></script>
 <script type="text/javascript" src="./js/lightbox.js"></script>
        <script type="text/javascript" src="./js/slideshow.kenburns.js"></script>
 <script type="text/javascript">  
 //<![CDATA[
   window.addEvent('domready', function(){
     var data = {
         'sample1.jpg ': { caption: ' 홍길동 - 바다   ' },
'sample2.jpg ': { caption: ' 홍길동2 - 비행기  ' }
            };

 


     // Note the use of "linked: true" which tells Slideshow to auto-link all slides to the full-size image.
            var myShow = new Slideshow.KenBurns('show2', data, { captions: true, controller: true, delay: 3500, height: 420, hu: 'test/dsp1/',overlap: false, resize: true, linked: true, width: 520, pan: 50, zoom: [0, 0] });
     // Here we create the Lightbox instance.
     // In this case we will use the "close" and "open" callbacks to pause our show while the modal window is visible.
      var box = new Lightbox({
     'onClose': function(){ this.pause(false); }.bind(myShow),
     'onOpen': function(){ this.pause(true); }.bind(myShow)
   });
  });
 //]]>
 </script>
</head>
<br clear>
<body>


<table ALIGN=center><tr><td  ALIGN=center>

<img  src="./dsp1/Title.gif" alt="disp1" ALIGN=center >
<font size=2>
</font>

</td></tr><tr><td  ALIGN=center>

<div id="show2" class="slideshow640">
    <a rel="lightbox" href="./dsp1/sample1.jpg">
      <img src="./dsp1/sample1.jpg" width="520" height="420" alt="Slideshow 2! Example 2: Integration with Lightbox" />
    </a>
  </div>

</td></tr>
<tr><td ALIGN=right>

</td></tr>
</table>

 

 

  <!-- Google Analytics -->
 
 
</body>
</html>

 

------------------------------------------------------------------------------------------

 

사실 이렇게 해서라도  언어에 따라 수정해서 언어별 페이지 내용이 다르게 보이게 해볼려고 하는데....

 

 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
네이팜탄 모바일뷰에서 위젯 크기가 줄여지지 않아요ㅠㅅㅠ [7] file 2014.02.10 by ForHanbi
푸우하늘 XE 1.7.4 업 이후에 로그인, 게시판 파일 업 에러... 도와주세요~  
유유히 iframe에서 left:-220px; top:-215px 이렇게 하면 좌에서 ,위에서 되는데 하단에서 우에서도 지정해 가운데만 뽑아 올려먼 어떻게 하나요?  
XE모듈 안녕하세요 우측 배너광고때문에요!! [6] file 2014.02.17 by XE모듈
아기나옹이 [비XE질문] 내 컴퓨터를 ftp 서버로 만드는 방법 / 고수님들의 어드바이스 부탁 드려요! [6] 2014.02.18 by 아기나옹이
inphyy 팝업 창 크기 조절은 어떻게 해야하나요? file  
XE모듈 우측 배너떄문에 물어봅니다!! file  
hon 메뉴출력기 2차메뉴 항상 펼쳐지게 도와주세요 [1] file 2014.02.22 by 충쌤
kinyenug 윈도우7 제로보드 플래시 지원 안되나요? [3] file 2014.03.03 by oksky
나다미 스케치북 FAQ형 댓글 넣기 [1] file 2014.03.05 by 나다미
xe입문이에요 회원 드롭다운 메뉴..ㅠㅠ [2] file 2014.03.06 by 뮹뭉
㉿반딧불 게시판 본문보기에서 원본 이미지 출력되게 하기 [14] file 2014.03.07 by prologos
ii눈물꽃ii 게시판 목록에서 플래시 썸네일 추출 [2] file 2014.03.14 by ii눈물꽃ii
수정원 위젯 오른쪽 정렬방법 [2] 2014.03.15 by 맥클린
XE모듈 우측 배너 광고 질문 합니다  
유샤인 새 버젼에 왜 이런 이상한 현상이 일어 날가요? 이거 핵커 당한 건가요? 해결책은 요? [4] 2014.03.24 by 유샤인
Aslan 외부 페이지 오류가 생기네요 [2] 2014.03.25 by Aslan
콩까기 소시랑 한줄메모장 ip 아이피 출력하는법 알려주세요 ~ [2] file 2014.03.26 by 콩까기
zolaist 한국어로만 입력한 다국어 확장변수값이 영문에서는 보이지 않습니다 [1] file 2014.03.27 by zolaist
레몬바나나 모듈 이름이 자꾸 존재한다고 나와요 [3] 2014.03.28 by KrteamENT