묻고답하기

KuroKuma의 자유설정형 레이아웃 ver 2.5

를 사용하고 있습니다.
기본 로그인모듈 위치에 다른 위젯을 넣고 싶은데 어디를 수정해야 할지 잘 모르겠어요;
어느부분에 위젯코드를 넣어야 할까요?

 <!-- js file import -->
<!--%import("js/xe_official.js")-->
<!--%import("rainbow.js")-->

<!--%import("css/default.css")-->

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

<!--레이아웃 전체폭 ( レイアウトの全体幅 ) Length of layout -->
<!--@if($layout_info->layout_length)-->
<style type="text/css">
   #bodyWrap { width:{$layout_info->layout_length}px; }
      #languageArea {width:{$layout_info->layout_length}px; }
      #menuArea {width:{$layout_info->layout_length}px; }
      #karologArea {width:{$layout_info->layout_length}px; }
      #contentBody {width:{$layout_info->layout_length}px; }
</style>
<!--@end-->
<!--@if($layout_info->header_line == "no")-->
  <style type="text/css">
      #header {width:{$layout_info->layout_length}px; border:0px; }
  </style>
<!--@else-->
 {@$kkwidth = $layout_info->layout_length - 2 ;}
<style type="text/css">
      #header {width:{$kkwidth}px; }
</style>
<!--@end-->

<!--보조본문표시부의 폭 ( 補助本文領域の幅 )  Length of sub content -->
<!--@if($layout_info->sub_length)-->
<style type="text/css">
   #contentsSub { width:{$layout_info->sub_length}; }
</style>
<!--@end-->

<!--메인본문표시부의 폭 ( 主本文領域の幅 )  Length of main content-->
<!--@if($layout_info->main_langth)-->
<style type="text/css">
   #contentsMain { width:{$layout_info->main_langth}; }
</style>
<!--@end-->

<!--배경 색상 ( 背景色 )  Background Color  -->
<!--@if($layout_info->layout_bg)-->
<style type="text/css">
   body { background-color:{$layout_info->layout_bg}; }
</style>
<!--@end-->

<!--배경 이미지 ( 背景画像 )  Background Image  -->
<!--@if($layout_info->layout_bgimg)-->
<style type="text/css">
    body { background: url({getUrl()}{$layout_info->layout_bgimg}) {$layout_info->layout_bgimg_align}; }
</style>
<!--@end-->

<!--상단여백 ( 上段余白 )   Top margin of Layout  -->
<!--@if($layout_info->layout_margin)-->
<style type="text/css">
    #bodyWrap { margin-top:{$layout_info->layout_margin}px; }
</style>
<!--@end-->

<!--header 높이 ( ヘッダーの高さ )  Height of header  -->
<!--@if($layout_info->header_height)-->
<style type="text/css">
    #header { height:{$layout_info->header_height}px; }
</style>
<!--@end-->

<!--header 색상 ( ヘッダーの背景色 )  Background color for header  -->
<!--@if($layout_info->header_bg)-->
<style type="text/css">
   #header { background-color:{$layout_info->header_bg}; }
</style>
<!--@end-->

<!--header배경 이미지 ( ヘッダーの背景画像 )  Background image for header  -->
<!--@if($layout_info->header_bgimg_use == "no")-->
<!--@else-->
<!--@if($layout_info->header_bgimg)-->
  <style type="text/css">
    #header { background: url({getUrl()}{$layout_info->header_bgimg}) {$layout_info->header_bgimg_align}; }
  </style>
  <!--@else-->
  <style type="text/css">
    #header { background: url(./layouts/KK_Layout_ver_1/images/default/bgHeader.gif) repeat; }
  </style>
<!--@end-->
<!--@end-->

<!-- 로고 TOP LEFT 설정 ( ロゴの左・上の余白設定 )  Location setting for logo  -->
<!--@if($layout_info->logo_image)-->
   <!--@if($layout_info->logo_top)-->
     <style type="text/css">
         #header h1 { top:{$layout_info->logo_top}px;}
     </style>
   <!--@end-->
   <!--@if($layout_info->logo_left)-->
     <style type="text/css">
         #header h1 { left:{$layout_info->logo_left}px;}
     </style>
   <!--@end-->
<!--@end-->

<!--메뉴 높이 ( メニューの高さ )   Height  For Top Menu -->
<!--@if($layout_info->menu_height)-->
{@$logheight = $layout_info->menu_height - 2 ;}
<style type="text/css">
    #menuArea { height:{$layout_info->menu_height}px; }
    .logArray {  height:{$logheight}px; }
</style>
<!--@end-->

<!--메뉴 문자상단여백  ( メニュー文字の上余白 )   Top margin  for menu text  -->
<!--@if(((!$layout_info->menu_use)  || ( $layout_info->menu_use == "No")) && ($layout_info->menu_moji_margin))-->
  <style type="text/css">
   #menuArea .menuArray li { background-position: 0px {$layout_info->menu_moji_margin}px; }
   #menuArea .menuArray li a {  padding-top:{$layout_info->menu_moji_margin}px;   }
  </style>
<!--@end-->
<!--@if($layout_info->menu_use == "Yes")-->
<style type="text/css">
   #menuArea { border:0px;}
   #menuArea .menuArray li { background-image:none;  }
   #menuArea .menuArray li a {  padding:0px;   }
 
</style>
<!--@end-->

<!--메뉴문자크기 ( メニュー文字のの大きさ )  Size  for Text  Menu  -->
<!--@if(((!$layout_info->menu_use)  || ( $layout_info->menu_use == "No")) && ($layout_info->menu_moji_size))-->
<style type="text/css">
   #menuArea .menuArray li { font-size:{$layout_info->menu_moji_size}; }
</style>
<!--@end-->

<!--메뉴 색상 ( メニューの背景色 )  Background Color for top menu  -->
<!--@if($layout_info->menu_bg)-->
<style type="text/css">
   #menuArea { background-color:{$layout_info->menu_bg}; border-left:1px solid {$layout_info->menu_bg}; border-right:1px solid {$layout_info->menu_bg};}
</style>
<!--@end-->

<!--메뉴 이미지 ( メニューの背景画像 )  Background Image of Top Menu   -->
<!--@if($layout_info->menu_bgimg)-->
<style type="text/css">
    #menuArea { background: url({getUrl()}{$layout_info->menu_bgimg}) {$layout_info->menu_bgimg_align}; }
</style>
<!--@end-->

<!-- 언어선택 TOP 설정 ( 言語選択ボックスの上部余白の設定 )  Top margin for language selection menu -->
<!--@if($layout_info->lang_top)-->
  <style type="text/css">
    #language { top:{$layout_info->lang_top}px; }
  </style>
<!--@end-->

<!-- 언어선택 RIGHT 설정 ( 言語選択ボックスの右部余白の設定 )  Right margin  for Language Selection Menu-->
<!--@if($layout_info->lang_right)-->
  <style type="text/css">
    #language { right:{$layout_info->lang_right}px; }
  </style>
<!--@end-->

<!--@if($layout_info->login_use == "karo_login")-->
<!--@else-->
  <style type="text/css">
     #menuArea { margin-bottom:3px; }
  </style>
<!--@end-->

<!--@if($layout_info->login_use == "karo_login_top")-->
  <style type="text/css">
    #karologArea { border:0px }
  </style>
<!--@end-->


<!--메뉴 표시 아이콘 ( メニュー表示アイコン )   Choose Menu Indication Icon  -->
<!--@if($layout_info->menu_seltOn)-->
<style type="text/css">
    #menuArea .menuArray li.on a { background: url({getUrl()}{$layout_info->menu_seltOn})  no-repeat center top; }
</style>
<!--@end-->

<!-- 검색창 TOP 설정 ( 検索ボックスの上部余白の設定 )  top margin of seach window  -->
<!--@if($layout_info->srch_top)-->
  <style type="text/css">
      #isSearch { top:{$layout_info->srch_top}px; }
  </style>
<!--@end-->

<!-- 검색창 RIGHT 설정 ( 検索ボックスの右部余白の設定 )  right margin of search window  -->
<!--@if($layout_info->srch_right)-->
  <style type="text/css">
      #isSearch { right:{$layout_info->srch_right}px; }
  </style>
<!--@end-->

<!-- 메인내용표시부 설정 ( メイン内容表示位置の設定 )  Location of main content  -->
<!--@if($layout_info->conts_main == "right")-->
  <style type="text/css">
     #contentsSub { float:left;  }
     #contentsMain { float:right;  }
  </style>
<!--@end-->
<!--@if($layout_info->conts_main == "random")-->
{@$result = rand (0,1);}
<!--@if($result == 1)-->
  <style type="text/css">
     #contentsSub { float:left;  }
     #contentsMain { float:right;  }
  </style>
<!--@end-->
<!--@end-->

<div id="bodyWrap">
<!--@if($layout_info->topmenu_use == "yes")-->
 <ul id="topmenu">
       {@$flagbar = 0;}
       <!--@foreach($top_menu->list as $key => $val)-->
       <!--@if($flagbar  == 0)-->
       {@$flagbar = 1;}
  <li class="first" ><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@else-->
  <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@end-->
        <!--@end-->
 </ul>
<!--@end-->

  <!--@if($layout_info->login_use == "karo_login_top")-->
  <div id="karologArea">
 <!--가로형로그인을 헤더위에 설치할경우 로그인 위젯을 이곳에 넣으세요. -->
 <!-- 横型ログインをヘッダーの上に設置する場合は、こちらに挿入してください。 -->

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

 </div>
 
 <div id="menuArea">
     <!-- (2) main_menu 1차 ( main menu 1次 )  -->
    <div class="menuArray">
       <ul >
        <!--@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-->
       </ul>
     </div>
 
     <!--@if($layout_info->login_use == "icon_login")-->
     <div class="logArray">
         <!-- 메뉴삽입형로그인을 설치할경우 로그인 위젯을 이곳에 넣으세요. -->
<img class="zbxe_widget_output" widget="login_info" skin="KK_Login_icon" colorset="default" />
         <!-- メニュー挿入型ログインを設置する場合はこちらに挿入して下さい。 -->

     </div>
     <!--@end-->

</div>

    <!--@if($layout_info->srch_Use == "yes")-->
  <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
            <input type="hidden" name="search_target" value="title_content" />
   <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>
   <!--@end-->

  <!--@if($layout_info->lang_Use == "yes")-->
 <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>
  <!--@end-->

  <!--@if($layout_info->login_use == "karo_login")-->
  <div id="karologArea">
      <!-- 가로형 로그인을 메뉴밑에 설치할경우 로그인 위젯을 이곳에 넣으세요. -->
     <!-- 横型ログインをメニューの下に設置する場合は、こちらに挿入してください。 -->

 

  </div>
  <!--@end-->

<!-- 컨텐츠  영역 start ( 本文領域 start )  contents area-->
<div id="contentBody">
  <!-- 보조컨텐츠  영역  ( 補助本文領域 )   sub contents area  -->
  <div id="contentsSub">

     <!--@if((!$layout_info->login_use) || ( $layout_info->login_use == "sero_login")) -->
          <!--일반 로그인을 설치할경우 로그인 위젯을 이곳에 넣으세요. -->
       <!-- 縦型型の一般ログインを設置する場合は、こちらに挿入してください。 -->

        <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />

       
             <!--@end-->

     <!-- 왼쪽 2차 메뉴 ( 2次メニュー )  -->
     <!--@if($menu_1st)-->
     <!--@if($menu_1st['list'])-->
   <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-->
            <!--@end-->


 </div>

  <!-- 메인 컨텐츠 시작 ( 主本文領域 )  main contents area  -->
  <div id="contentsMain">
            {$content}

  </div>
  <div class="endLine"></div>
</div>
<!-- 컨텐츠  영역 end ( 本文領域終了 )  -->
 
<!-- (3) FOOTER  영역 ( footer領域 )   footer area   -->
 <ul id="footer">
  <li class="first-child">
   <address>
   <a href="http://zbxe.serveblog.net" onclick="window.open(this.href);return false;">KuroKuma's Page ( ZBXE support site for Japan )</a>
   </address>
     </li>
    <!--@if($layout_info->bottommenu_use == "yes")-->
        <!--@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-->
    <!--@end-->
 </ul>


<!-- (4) 저작권 선언 영역 ( 著作権宣言領域 )   writer area   -->
  <div id="layoutwriter"><a href="http://jp.zeroboard.com" onclick="window.open(this.href);return false;">powerd By Zeroboard </a> / <a href="http://zbxe.serveblog.net" onclick="window.open(this.href);return false;">Designed by KuroKuma </a>
  </div>
 
</div>


글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
coriel 홈페이지 전체의 rss주소는 어떻게 보나요?  
테사카 레이아웃에 위젯을 삽입하고 싶어요.  
테사카 포인트 관리에서 회원을 전부 인식 못해요~  
fourmis 블로그형 게시판에서 글목록 보는법 없나요?  
Tales 제발 봐주세요 ㅜㅜ [8] 2008.09.07 by 해커다
가을비 솔솔 상자위젯 안에 또 상자위젯을 넣는게 안되는건가요? [1] 2008.09.07 by 해커다
Gnee 홈페이지 공격 및 관리에 이상이 생겼습니다;  
bioholic 문서보관함(archive) 위젯 개발해 주실분 [1] file 2008.09.07 by Gnee
red-sky 1.05버전 회원가입 불가오류 [3] 2008.09.07 by red-sky
손남 통합검색창 위치이동 [3] file 2008.09.07 by 山水菊
chan 동영상 재생 문제~!! 도와주세요 [5] 2008.09.07 by zerocho
zerocho 동영상 링크 게시판 스킨 없나요?  
최원제 게시글 내용의 문의인데요 [1] 2008.09.07 by 때린데 또때려
아드레날린 인클루드가 안되요 ㅠ.ㅠ  
이종목 사파리에서 첨부파일 목록이 가로 한줄로만 나옵니다.  
이효남806 외부 페이지 깨져서 나오는 이유... file  
young75 zeroboard pdf 문서(doc.zeroboard.com) [1] 2008.09.06 by 느까끼
샅샅이 아정말 짱나네요..  
눈과비 회원쪽지 보내기 기능 질문드립니다. [1] 2008.09.06 by 느까끼
Gnee 홈페이지 공격을 당하거나 관리에 이상이 있는것 같습니다. [1] file 2008.09.06 by 눈과비
underdog 캐시파일 재생성 문제 [3] 2008.09.06 by 백성찬
해커다 한 게시판을 여러 레이아웃에서 볼수 있는방법 없을까요?  
김기욱417 분류(카테고리) 글씨와 메뉴의 글씨 색,폰트가 틀려요.. 어디를 손봐양될지 도움주세요.. file  
김재승413 위젯에서 외부페이지를 호출할수는 없는지요?  
토특 제로보드 스킨요 +스킨 [5] file 2008.09.06 by 퍼플F
빨간초코우유 레이아웃 초기화 했는데..  
테사카 첨부파일을 볼수가(다운받을수가) 없습니다. [8] 2008.09.06 by 김종화546
빈군 각 메뉴를 클릭했을 때, 그 메뉴에 해당하는 이미지를 띄울수 있는 방법은 없을까요?  
테사카 글자수 제한이 적용이 안되요! [1] file 2008.09.06 by 老姜君
버컬이 게시글 분류 출력기!!!!! [1] 2008.09.06 by 백성찬