묻고답하기

제로보드만 하다가 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.28 by 송동우
홍길동친구 포인트가 부족하여 글을 읽으실 수 없습니다. 얼랏창으로 띄울 순 없나요? [1] 2013.01.28 by 송동우
보로봉봉 갑자기 로그인이 안됩니다..  
XE비기너 외부페이지 질문입니다. ㅠㅠ [3] 2013.01.27 by XE비기너
오락실주인 사이트가 갑자기 느려졌는데 ...  
보로봉봉 PHP 상위 버전으로 서버 이전하게 되면요.. [1] 2013.01.27 by TUW
박하향풍선껌 모바일에서 통합검색 삽입? [2] 2013.01.27 by Love_Park
_writer if 문에서 확장변수가 포함되었는지 검사할때 [5] 2013.01.27 by 송동우
싸싸까꿍 xe 연습을 하고싶습니다. [1] 2013.01.27 by XE비기너
OZKOAPP 게시판 확장변수를 사용시 출력페이지에서... [1] 2013.01.27 by 송동우
손주사랑 회원가입창이 안뜨네요... [1] 2013.01.27 by LI-NA
XE비기너 친구리스트보기 질문입니다. [1] 2013.01.27 by 송동우
이온디 모바일 접속하면 m.도메인으로 어떻게 연결시키면 될까요? [2] 2013.01.27 by 송동우
소누스 특정 ip차단 하는 방법 ( 검색해봤는데 이 방법이 안되네요 ) [2] file 2013.01.27 by 송동우
jeweling 자기 회원정보보기에서 포인트 보게 하는 방법 질문합니다. [1] 2013.01.27 by 송동우
s940618 이거 수정하실줄 아시는분 ㅠㅠ [1] file 2013.01.27 by 송동우
인내심 갑자기 로그인이 안됩니다. [1] 2013.01.27 by 보로봉봉
pilasry 게시물의 행과 행 사이의 간격조절 [1] 2013.01.27 by 컴토피아
로코즈 한게시판의 모든글을 일괄 비밀글로 수정하는 방법? [1] 2013.01.27 by 송동우
_writer 위젯에서 게시판 별로 색갈 다르게 출력할 때 if 문 [1] 2013.01.27 by _writer
요술봉 특정 확장 변수 불러오는 위젯은 없나요? [5] 2013.01.27 by 송동우
민다 게시글에 댓글을 달면 게시글 업데이트날짜가 수정되는 것 [1] 2013.01.27 by 송동우
시릴로 구글 크롬에서의 배경음악 질문~  
foiri 회원 가입 창이 안 떠요! [2] 2013.01.27 by foiri
ringring 관리자 페이지 오류 file  
오락실주인 소스보기 [질문] [1] file 2013.01.26 by 송동우
위위위 댓글 신고하면 쪽지오게 하는 문제 [1] 2013.01.26 by 송동우
김촉새 버전 별로 관리자페이지 구성이 다른가요?? [1] 2013.01.26 by 송동우
주앙니 학교와 같은 공공기관에서 접속할 때 카운터... [1] 2013.01.26 by 재키선생
숭이발바리 최근글 메인화면과 연동 하는법 부탁드려요