묻고답하기

기본으로 포함된 레이아웃에 위젯을 설치하려고 하는데 어디에 삽입해야한느지요.
제가 너무 초보라 ...
이리저리 막 삽입해봤는데 오류가 뜨든지 이상한 곳에 들어가더군요.
제가 삽입해봤던 곳은 여기 라고 표시해두었습니다.
너무 웃지 마시고 잘 부탁드립니다.
(참고로 최신것을 업데이트한 것입니다.)

<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->

<!-- 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "white")-->
    <!--%import("css/white.css")-->
<!--@elseif($layout_info->colorset == "black")-->
    <!--%import("css/black.css")-->
<!--@else-->
    <!--%import("css/default.css")-->
<!--@end-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body {  background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

<!--@if(!$layout_info->colorset)-->
 {@$layout_info->colorset = "default"}
<!--@end-->

<div id="bodyWrap">
 <div id="header">
  <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™  XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>

  <div id="language">
   <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
   <ul id="selectLang">
                <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
    <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
   </ul>
  </div>

  <!--GNB-->
  <ul id="gnb">
            <!-- main_menu 1차 시작 -->
            <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
                <!--@if($val['selected'])-->
                    {@ $menu_1st = $val }
                <!--@end-->

                <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window'+ '+ ']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>

            <!--@end--><!--@end-->
            <!-- main_menu 1차 끝 -->
  </ul>
  <!--//GNB-->

  <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />

   <input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
   <label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'+ '); return false">{$lang->title}</label>
   <ul id="selectOrder">
    <li>
     <input type="radio" name="search_target" value="title" id="search_target1" />
     <label for="search_target1" onclick="chkIsKind(1, '{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="content" id="search_target2" />
     <label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="title_content" id="search_target3" />
     <label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'+ '); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="comment" id="search_target4" />
     <label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="tag" id="search_target5" />
     <label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='+ 'none'">{$lang->tag}</label>
    </li>
   </ul>
   <input name="is_keyword" type="text" class="inputText" title="keyword" />

   <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
  </form>

 </div>
 <div id="contentBody">
  <div id="columnLeft">

            <!-- 로그인 위젯 -->
            <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />

         여기   <!-- 왼쪽 2차 메뉴 -->
   <img src="./images/blank.gif" alt="" class="mask" />

            <!--@if($menu_1st)-->
   <ol id="lnb">
                {@ $idx = 1 }
                <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])-->
    <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>

                 여기   <!-- main_menu 3차 시작 -->
                    <!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
     <ul>
                    <!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
      <li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
                    <!--@end--><!--@end-->
     </ul>
                  여기  <!--@end-->
    </li>
                {@$idx++}
              여기  <!--@end-- > 여기 <!--@end-->
   </ol>
         여기   <!--@end-->여기


  </div>여기
  <div id="columnRight">  여기
            <!-- 컨텐츠 시작 -->
            {$content}

  </div>
 </div>
 <ul id="footer">
  <li class="first-child">
   <address>
   <a href="http://www.zeroboard.com" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" height="5" /></a>
   </address>

  </li>

        <!--@foreach($bottom_menu->list as $key => $val)-->
  <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
   여기     <!--@end-->
 </ul>여기
</div>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
스케베킴 U+ 호스팅 이용자의 경우 XE Core 업로드 및 Unzip 방법  
자투리 솔리드 엔터프라이즈 레이아웃 상단에 플래시 수정 가능한지  
hoss 회원가입 항목을 메일주소에서 id로 바꾸었더니 관리자 메일로 로그인이 안되내요. [1] 2013.01.16 by 송동우
youngmook 홈페이지를 백업받으려고 하는데, SQL의 세션부분이 3GB가 넘어가던데 이것 줄이거나 지울 수 있는 방법이 없나요?  
꼬마쌀 외부로그인의 버튼 질문이요 file  
코코낫33000 메뉴가 뜨질 않아요... [1] 2013.01.16 by 송동우
앙금골리앗 폼메일에서 첨부파일 기능  
프리뷰 홈페이지 로딩... [1] 2013.01.16 by 쿠드반지루엣
미니미니미니 궁굼한게 있어요  
릭키님 xe 기업형 레이아웃..배너링크 문제..도와주세요 ;  
Homin 게시판 내용이 안보여요 [1] 2013.01.16 by 브레인630
늘같이 Content 위젯 rss 추출이 안되네요 ㅜㅜㅜ  
kaycho xe 패스워드 함수 [1] 2013.01.16 by 푸시아
Spes 로그인 위젯 좀 도움 부탁드립니다. [1] 2013.01.16 by Spes
쿠드반지루엣 서버에 XE홈페이지 만들때마다 데이터베이스를 새롭게 만들어야되나요? [2] 2013.01.16 by 퍼니엑스이
죽방망이 jwplayer 질문드립니다.  
ludi 특정 모듈에서만 최소 글자수 제한하기 [1] 2013.01.16 by 송동우
모모아이 포인트같은 변수 추가하는 방법 알려주세요. [1] 2013.01.16 by sejin7940
코코낫33000 호스팅에 대해... [1] 2013.01.16 by 원조바다새
코코낫33000 업로드 시에.. [1] 2013.01.16 by 송동우
코코낫33000 동영상 첨부 게시판... [1] 2013.01.16 by 송동우
짼이짼 게시판에 적용한 확장변수 관리자만 볼 수 있게.... [1] 2013.01.16 by 송동우
이동일636 파일 업로드를 하고 다운을 받으면 싸이트가 다운 됩니다. 서버 수정 가능 [1] 2013.01.17 by CM(OEZ)
양희종1 datepicker 레이어 겹침 현상 [1] file 2013.01.17 by CM(OEZ)
빅송 Contact US 모듈이 이상합니다. [1] 2013.01.17 by CM(OEZ)
초보관심 XE 게시판 만들기 연습 결과에 대해 문의드립니다. [1] file 2013.01.17 by 송동우
본체 모바일 주소. [1] 2013.01.17 by 샤로우
하늘바람23 게시판 확장변수에서...  
코코낫33000 동영상 업로드 할 때... [1] 2013.01.17 by 송동우
XE만세 익명 숫자열 닉네임에 색상을 부여하는 법을 알고싶습니다.. [1] 2013.01.17 by 송동우