묻고답하기

안녕하세요 !

 

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

페이지수정에서  내용직접추가에서 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 남기남
중민 회원목록에서 항목을 클릭하여 항목에 따라 소트시킬수 있는 방법이 없는지요  
Antonio 1.2.4버전 사용중인데.. 대체 어떻게 데이터 복원하는건가요? [1] 2009.07.23 by 백성찬
In''s 다른 홈페이지에서 최근 게시물 위젯 불러오기  
max330 도메인을 root/xe로 연결하면 아무 문제 없을까요? [3] 2009.07.23 by HolyJohn
분홍곰 메뉴가 작동을 하지 않네요 [7] file 2009.07.23 by 분홍곰
미소 로그인한 후 다른 이름으로 글쓰기  
도네이트맨 댓글폼 가볍게 수정하기.. [2] 2009.07.23 by 하이베루트
호감이 언어선택에 따른 외부페이지 선택  
서원고평민 XE에서 index.php를 수정하면 안되나요? [2] 2009.07.23 by 코리아선비
1 테스트 문제..  
블루 xe syntax highlighter 사용 질문입니다.~  
골똘이 아..이거 때문에 미칠것 같아요~~~  
궁금이 new 아이콘이 사라집니다.  
온에프디 게시판의 업데이트의 심각한 오류가 있어요 노총각좀 살려주서요 [5] 2009.07.23 by 코리아선비
김창우740 페이지 설정시 기본페이지 설정이 없습니다. [7] 2009.07.23 by 겨레사랑
dasepo 인증메일 관리자 인증방법은 어떻게 되는지요? [4] 2009.07.23 by dasepo
longkee XE 변수 값을 PHP에서 불러올 수 있나요? [5] 2009.07.23 by 라르게덴
leaves putty 사용법 질문입니다. [1] 2009.07.23 by Habile
나무와산 xe 관리자 페이지가 갑자기 찾을수없다고 나오면... [3] 2009.07.23 by 백성찬
xoda2112 schema.sql 라는 파일 수정해서 아니다 싶으면 원상복귀해도... [1] 2009.07.23 by 넨네
혜곰돌이 업데이트후 에러 그래서 재설치후 에러 지속 - 관리자 페이지 수정등등 [5] file 2009.07.23 by 혜곰돌이
nadoo1004 이메일 인증문제 [7] 2009.07.23 by 백성찬
호감이 페이지 에서 직접내용 넣는데(html) 저장후 사라지고 아무것도 없음  
ㅁㄴㅇㄹ 웹디자이너가 되고싶습니다..... [1] 2009.07.23 by 답변
궁금이 페이지에서 언어별 내용 다르게 적용할방법은?  
양민2 or 검색은 안될까요?  
gkswlstk9 첨부파일 올릴때 이상한 오류가 떠요. (Error Code: HTTP Error) [1] 2009.07.23 by 위크니
yank sol님, content위젯에서 확장변수를 어떻게 뽑아 출력할 수 있나요? [4] 2009.07.23 by yank
제로보드 초보 XE123 도와주십시오 [2] 2009.07.23 by 제로보드 초보
내가 누구지 호스팅을 이전하면서 DB와 FTP 이전 오류 file