묻고답하기

       2차메뉴위에 로그인 위젯도 삭제했습니다.  1차메뉴 만들고 하위메뉴인 2차메뉴 만들지 않았습니다.
       나름대로 할려고 노력하는데 안되네요 ㅠ 상단메뉴말고 밑에는 제가 위젯이나 여러가지로 쓰고 싶은데 
      힘드네요.
      밑에는 이미지 사진인데요. 옆에 2차 메뉴 라인같은거 없애고 싶습니다. 도와주세요.


<!--// 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 -->
<!--플래쉬 메뉴-->
<embed src="http://www.yesjob.tv/img/yesjob_top.swf" quality="high"  type="application/x-shockwave-flash" width="980" height="118"></embed>
<!--플래쉬 메뉴 끝 -->

        <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>

            <!--@endif--><!--@endforeach-->
        </ul>

        <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>

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

            <!-- 로그인 위젯 -->
                        <!-- 왼쪽 2차 메뉴 -->
           

            <!--@if($menu_1st)-->
            <ol id="lnb">
                { }
                <!--@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>
                    <!--@endif--><!--@endforeach-->
                    </ul>
                    <!--@endif-->
                </li>
                {@$idx++}
                <!--@endif--><!--@endforeach-->
            </ol>
            <!--@endif-->

        </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>
        <!--@endforeach-->
    </ul>
</div>
<!--밑단-->
<address><p align="center">
       <img src="http://www.yesjob.tv/img/dowm.gif"></p>   </address>
<!--밑단 끝 -->

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
T..hePots 모듈 옮기기하다 큰일났네요;; 급함.. file  
하얀양이 외부페이지 이미지가 안떠요..초보에요 ㅠ [1] 2010.08.07 by 휘즈
사노테 syndication 쓰면 The result is not valid XML 오류가 나요. [1] file 2010.08.07
하이우리 1.4.3으로 다시 설치했는ㄷ[ㅔ [1] 2010.08.07
뽀로로돌이 XE 이미지 엑박문제 ^^ [1] file 2010.08.07
뽀로로돌이 XE 재설치후.. 초보도와주세요 [1] 2010.08.07 by 뽀로로돌이
teryboy 메뉴클릭시 새창띄우기 크기를 제어할수 있나요? [1] 2010.08.07 by teryboy
dollknight 모듈 설치후 이런 에러가 발생합니다. [1] file 2010.08.07 by Song.
이그지옵프 외부로그인 최근게시물에 관한 질문입니다. [1] 2010.08.07 by 그니10
화류공자 위젯의 컬러셋 방법이 궁금합니다 [1] file 2010.08.07 by LutZ
seanlee The results is not valid XML 에러 메세지  
INN 현재 페이지 정보 출력 [1] 2010.08.07 by INN
903 게시판에 댓글란 없앨 수 있나요? [1] 2010.08.07
카이저소제 The result is not valid XML [1] file 2010.08.07 by windsp
이유정이에 오류나는데 봐주세요 The result is not valid XML. [1] file 2010.08.07 by windsp
스카이피아 각종 스킨에 대한 DB  
아호아호 아후 로그인폼 달기 미치겠습니다..====== [4] 2010.08.07 by Gekkou
크으은바다 PlannerXE123 위젯 사용 시 한달간의 일정 보여주는 방법... file  
불패의초인 하드 사용량 위젯인데요 file  
아호아호 큰일났습니다..도와주십시오...@@@ [1] 2010.08.07