묻고답하기

제로보드만 하다가 xe를 하게 되었습니다.

매뉴얼도 보고 수차례 테스트도 해보고 검색도 해봤지만 잘 안되서 도움을 요청합니다.

제가 원하는 스타일은 제로보드에서 자주 사용했던 아래 이미지와 같은 스타일입니다.

 

01.png

 

 

테스트 레이아웃을 사용해서 Site Logo 부분 대신 이미지맵 소스로 변경했습니다.

그런데 이미지맵에서 링크한 게시판을 클릭하면 위 이미지에서 게시판이 보여야 할부분에 보이는게 아니라

새로운 창으로 게시판만 보입니다. 상단 & 하단 이미지는 물론이고 왼쪽에 로그인 정보도 보이지 않습니다.

 

 <load target="user_layout.css" />
<div class="user_layout">
 <div class="header">
<img src="../XE.png"  border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="395, 241, 456, 258" href="../xe/notice1">
<area shape="rect" coords="476, 242, 553, 256" href="../xe/levelup">
<area shape="rect" coords="573, 239, 654, 256" href="../xe/support">
<area shape="rect" coords="670, 238, 724, 257" href="../xe/event1">
<area shape="rect" coords="382, 261, 396, 276" href="../xe/data1">
<area shape="rect" coords="405, 260, 423, 276" href="../xe/data2">
<area shape="rect" coords="448, 258, 506, 276" href="../xe/trans">
<area shape="rect" coords="522, 257, 584, 278" href="../xe/PHOTO1">
<area shape="rect" coords="602, 257, 661, 278" href="../xe/media1">
<area shape="rect" coords="680, 257, 734, 277" href="../xe/news1">
<area shape="rect" coords="748, 257, 796, 280" href="../xe/chatroom1">
</map>  <div class="gnb">
   .gnb
   <ul>
    <li loop="$global_menu->list=>$key1,$val1" class="active"|cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a>
     <ul cond="$val1['list']">
      <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a></li>
     </ul>
    </li>
   </ul>
  </div>
 </div>
 <hr />
 <div class="body">
  <div class="lnb">
   <div class="account">
    <img widget="login_info" skin="xe_official" />
   </div>
   <hr />
   .lnb
   <h2 loop="$global_menu->list=>$key1,$val1" cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a></h2>
   <ul loop="$global_menu->list=>$key1,$val1" cond="$val1['selected'] && $val1['list']">
    <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a>
     <ul cond="$val2['list']">
      <li loop="$val2['list']=>$key3,$val3" class="active"|cond="$val3['selected']"><a href="{$val3['href']}" target="_blank"|cond="$val3['open_window']=='Y'">{$val3['link']}</a>
      </li>
     </ul>
    </li>
   </ul>
  </div>
  <hr />
  <div class="content">.content{$content}</div>
 </div>
 <hr />
 <div class="footer">.footer</div>
</div>

 

꼭 레이아웃을 적용하지 않아도 된다는 글을 보고 제로보드 원프레임 만들때처럼 해봤더니 아래처럼 보입니다.

로그인 & 로그아웃에 문제가 생겼습니다.

 

02.png

<body>

<table border="0">
    <tr>
        <td>
            <p><img src="../XE.png" border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="395, 241, 456, 258" href="../xe/notice1" target="ji">
<area shape="rect" coords="476, 242, 553, 256" href="../xe/levelup" target="ji">
<area shape="rect" coords="573, 239, 654, 256" href="../xe/support" target="ji">
<area shape="rect" coords="670, 238, 724, 257" href="../xe/event1" target="ji">
<area shape="rect" coords="382, 261, 396, 276" href="../xe/data1" target="ji">
<area shape="rect" coords="405, 260, 423, 276" href="../xe/data2" target="ji">
<area shape="rect" coords="448, 258, 506, 276" href="../xe/trans" target="ji">
<area shape="rect" coords="522, 257, 584, 278" href="../xe/PHOTO1" target="ji">
<area shape="rect" coords="602, 257, 661, 278" href="../xe/media1" target="ji">
<area shape="rect" coords="680, 257, 734, 277" href="../xe/news1" target="ji">
<area shape="rect" coords="748, 257, 796, 280" href="../xe/chatroom1" target="ji">
</map>
        </td>
    </tr>
    <tr>
        <td>
<iframe src=../xe/notice1 name=ji width=95% height=600 frameborder=0 marginwidth=0 marginheight=0 align=center scrolling=auto allowTransparency=true></iframe>
        </td>
    </tr>
</table>
<img src=../3.png>
</body>

 

http://www.xeschool.com/xe/  사이트가 도움이 될꺼라고 해서 봤는데 제가 이해력이 부족한건지

따라 한다고 해봤는데도 잘 안됩니다.

어느 부분이 잘못되었는지 알려주시면 복 받으실꺼예요.

 

긴글 읽어주셔서 감사합니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
천제아 다시 질문 올립니다 [1] file 2013.01.15 by 송동우
릭키님 JW_player위젯 리스트버전 문제 [1] 2013.01.15 by 공수래
릭키님 jw player 자동재생 [1] 2013.01.15 by 공수래
머쓱해 레이아웃 관련 질문 드립니다  
LI-NA php 백그라운드 작업(?) [1] 2013.01.15 by ToFinder
LI-NA .htaccess Rewrite rule 다룰 줄 아시는분... [2] 2013.01.15 by LI-NA
산삼짱 레이아웃에서 메뉴 바꾸는 방법? [1] 2013.01.15 by 송동우
Neksing 홈 가입시 에러 메세지 templateHandler.class.phop 에러 ㅠㅠ 왜 그런건지 답변좀 부탁 드립니다.  
GT네오 게시판 조회수 카운터 믿을만한가요?..  
좋은나무 게시판 본문내 삽입한 이미지 X 박스 문제 file  
音志 메일인증 안된 회원이 로그인시;;  
행복하세요2 DX 게시판사용중인데 사용이 불가능해요 ㅜ.ㅠ file  
Funys 모바일 버튼 재 문의 드려요 ㅠㅠ [1] 2013.01.15 by 송동우
yung09 로그인시 아이디나 비밀번호를 틀렸을 때 [1] file 2013.01.15 by 송동우
윤경인924 게시판에 첨부파일이 업로드가 안됩니다...ㅠ.ㅠ [1] 2013.01.15 by 송동우
音志 로그인했을 경우 회원 메뉴 출력중에... [2] file 2013.01.15 by 윈컴이
female_nari 게시글 수정하면 업데이트 뜨는거요 [1] 2013.01.15 by 송동우
4차원섭이 신디케이션 연동이 안되네요 ㅠ  
이뮨정님 분류관리가안뜹니다도와주십쇼~!!ㅠㅠ file  
야수택시 게시판 DX에서 이미지 여러장 올리고싶은데요  
훗소다 게시판 스킨에 관하여 SketchBook5 file  
exou XE 1.5.4.1 버젼 설치 사양에 PHP 버전이 영향을 주나요? file  
ttline2 데이터이전 도와주세요! file  
shyduke 위젯페이지 복사 [1] 2013.01.15 by 송동우
우하라 분류관리에서 오류.. [1] file 2013.01.15 by 착한악마
Alex 로그인 / 회원가입 폼 [2] 2013.01.15 by 송동우
yung09 회원 모듈에서 탈퇴 창 관련 질문입니다. [2] 2013.01.15 by 송동우
찐따넷 제로보드 해킹 문제 관련 [1] 2013.01.15 by LI-NA
Hanoian DB 비밀번호를 바꾸니 홈페이지가 뜨지 않습니다. [1] file 2013.01.15 by 윈컴이
소금1 고수님들께 소생이 무식하여 여쭙니다 [3] 2013.01.15 by root2