묻고답하기

안녕하세요 !

 

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

페이지수정에서  내용직접추가에서 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 남기남
오스카 ...도메인/xe 를 치면 기본으로 /xe/board 모듈이 실행되는데 바꾸려면 어떻게... [1] 2009.07.24 by 궁금이2
yeon 가로형 로그인페이지 문제인데요 ㅠ  
앙주 설치시 문의드립니다ㅠㅠ [3] 2009.07.24 by HolyJohn
니파스트퐈이 페이지 접속시 http://www.xxxx/zbxe 없애는방법이 뭔가요.. [6] 2009.07.24 by HolyJohn
erial.myid.net 에디터 컴포넌트 개조 좀 하려고 하는데요 ㅠ_ㅠ [1] 2009.07.24 by 팩토리
in(..v)E mysql 4.0 // XE 설치 방법은 없는건가요? [2] 2009.07.24 by 팩토리
장용일 포인트 관련된 게시물이나 첨부파일 경고문 [1] 2009.07.24 by 팩토리
소리없이 자동 로그인 해제하는 방법 ? [2] 2009.07.24 by 소리없이
ㅗㅓㅣㅓㅘ www.도메인.com/xe 만 들어가져요 T.T [5] 2009.07.24 by e~세상쉼터
서원고평민 메인페이지에 html을 직접 삽입하고 싶습니다! [1] 2009.07.24 by 김창환855
글쓴이 아이콘(?)을 수정 혹은 제거를 하고싶습니다. [1] 2009.07.24 by 글쓴이
김성삼 잘 사용하고 있습니다.(감사 꾸벅) but....첫화면이 넘 오래걸려서요!!!! [3] 2009.07.24 by 정상민88
longkee { } 에 대한 사용방법? (smarty?) [10] 2009.07.24 by 다스베이더
namsoo 도메인/xe/111 - 도메인/111로 가능한가요? [6] 2009.07.23 by khongchi
benkeii 회원가입 폼의 글씨색이 회색인데 검은색으로 바꾸고 싶습니다. [4] 2009.07.23 by benkeii
니케아 퍼미션 권한 nobody nobody로 변경했다는 의미는? [6] 2009.07.23 by 동니
김정호 외부페이지에 관한 질문입니다.  
바이블인사이드 회원들에게 http://aaa.com/아이디 <- 이렇게 분양홈페이지 만들어주려고하는데요  
위크니 더보기(more)에 URL대신 mid값을 입력하고싶습니다. [2] 2009.07.23 by 위크니
자세히 웹진 사진 좌측으로.. [1] 2009.07.23 by 이니스파이트
이니스파이트 글 내용중 오른쪽 하단 인쇄 or 추천 비추천등....나오는거 해결  
내가 누구지 호스팅을 이전하면서 DB와 FTP 이전 오류 file  
제로보드 초보 XE123 도와주십시오 [2] 2009.07.23 by 제로보드 초보
yank sol님, content위젯에서 확장변수를 어떻게 뽑아 출력할 수 있나요? [4] 2009.07.23 by yank
gkswlstk9 첨부파일 올릴때 이상한 오류가 떠요. (Error Code: HTTP Error) [1] 2009.07.23 by 위크니
양민2 or 검색은 안될까요?  
궁금이 페이지에서 언어별 내용 다르게 적용할방법은?  
ㅁㄴㅇㄹ 웹디자이너가 되고싶습니다..... [1] 2009.07.23 by 답변
호감이 페이지 에서 직접내용 넣는데(html) 저장후 사라지고 아무것도 없음  
nadoo1004 이메일 인증문제 [7] 2009.07.23 by 백성찬