묻고답하기

음 뭐라말씀드려야 될런지

http://yonsei-love.com/zbxe/Notice

이구요

메뉴를 짤때에 대메뉴가 알려드려요 이고

밑에 공지사항, 행사안내,  이벤트 이렇게 세개 있으면

저상황에서 로그인폼밑에 사이드메뉴에 공지사항 행사안내 이벤트

이렇게 내고 싶은데

xe 공식소스 쓰고는 있는데 수정을 하지는 않았구요

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

<script type="text/javascript">displayMultimedia("http://www.yonsei-love.com/zbxe/flash/top_swf.swf","980","150",false);</script>  


  <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['text'])-->
                <!--@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['text']}</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 width="100%" height="100" src="http://www.yonsei-love.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="login_info" body="" skin="negamall_xe" colorset="default" widget_cache="0" widget_sequence="1220" />

 

            <!-- 왼쪽 2차 메뉴 -->
   <img src="./images/blank.gif" alt="" class="mask" />
<!-- 서브메뉴 -->
<img src="./images/sub.jpg">


<!-- 카운터 -->

<img width="100%" height="100" src="http://www.yonsei-love.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="counter_status" body="" skin="styx_flash" colorset="normal" widget_cache="0" widget_sequence="888" />


<!-- 디지털 시계 -->

<img width="100%" height="100" src="http://www.yonsei-love.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="DroArc_clock" body="" skin="default" colorset="normal" widget_cache="0" clock_width="150" clock_height="64" widget_sequence="886" />

 

 

 

            <!--@if($menu_1st)-->
   <ol id="lnb">
                {@ $idx = 1 }
                <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['text'])-->
    <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['text']}</a>

                    <!-- main_menu 3차 시작 -->
                    <!--@if($val['list'])-->
     <ul>
                    <!--@foreach($val['list'] as $k => $v)--><!--@if($v['text'])-->
      <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['text']}</a></li>
                    <!--@end--><!--@end-->
     </ul>
                    <!--@end-->
    </li>
                {@$idx++}
                <!--@end--><!--@end-->
   </ol>
            <!--@end-->

  </div>
  <div id="columnRight">
 

           <!-- 컨텐츠 시작 -->
            {$content}

  </div>
 </div>
 <ul id="footer">
  
<!--배너부분-->
 <div>
  <table width="950px" cellpadding="0" cellspacing="0" align=center>
  <tr>
   <td height=60px>
   <iframe src="./images/script/b_banner.php" width="950px" height="45px" frameborder=0 scrolling=no></iframe>
   </td>
 
  </tr>
  </table>
 </div>

 

 

<!--@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['text']}</a></li>
        <!--@end-->

         </ul>
</div>

이렇게 되어있습니다.. 뭐가 문제일까요 ㅜㅜ

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
라이트 내부페이지 에서 나오는 메뉴 지우는 방법?? file  
JAC xe 설치환경 질문입니다 & 호스팅.. [4] 2008.03.05 by virtuaplay
나경한 제로보드 상단의 검색창처럼 제목,제목+내용 옵션 안보이게 할려면 ? [3] 2008.03.05 by 나경한
지오426 폰트가 좀 이상하다고 할까요? (ex: 10-가 10-나) [4] 2008.03.05 by 지오426
앙태 업데이트 후 오류가 생겼습니다 [1] 2008.03.05 by HIKARU
박정규447 탭방식 최근개시글 탭부분 질문입니다. [3] file 2008.03.05 by 박정규447
晛蕁 위젯 추가시 제목옆 more 출력은... [1] file 2008.03.05 by 지연아빠
핸썸도근 댓글관련 답변부탁드려요~고수님들 _(__)_ file  
너른벌판 공백문자 넣는 방법을 알고 싶습니다. [2] 2008.03.05 by 너른벌판
이승민601 페이지에 최근게시글을 추가시켰는데, 직접 에디트는 못하나요? [7] 2008.03.05 by 이승민601
모든배려 게시물 날짜 수정이 가능한가요. [3] 2008.03.05 by 모든배려
도봉인포 RSS 에서 캐시는 몇분이 ? [1] 2008.03.06 by 신범진.
라이트 게시판에 왜 가로 스크롤바가 생기는 이유?? [1] 2008.03.06 by 신범진.
도봉인포 RSS 를 페이지에 많이 넣으면 사이트가 다운되나요 ? [1] 2008.03.06 by 신범진.
열외 여백을 주고 싶어요... [1] 2008.03.06 by 신범진.
WarYi 헤더/푸트 적용시 게시판이 깨집니다... [1] file 2008.03.06 by 신범진.
yx 1.0 정식버전에서 추가 margin설정관련 질문  
마르77 최신문서 추출이 잘 안됩니다. [1] file 2008.03.06 by 추가
쿨미디어 이렇게 하는것은 무슨 위젯인지요 [3] file 2008.03.06 by 위젯
미카이뽀 로그인유지만 한국어로  
수학사랑. 호스팅 업체를 이전했는데 메뉴가 그대로 입니다. [1] 2008.03.06 by 백성찬
김문수497 ?mid 적용안되는 서버, 한글 파일 업로드시 100% 후 업로드 안되는 증상! [4] 2008.03.06 by 권인해
송우정288 업데이트 후 특정 게시판이 뜨지 않습니다. [3] 2008.03.06 by 송우정288
모든배려 카테고리 이동후 댓글이 사라집니다. [2] 2008.03.06 by 모든배려
hers 게시판 분류 셀렉트 부분을 기본 으로되어있는것을 가로로 수정할때...  
유재성139 게시판 사용자 정보 항목 선택적 보기 안되나요? file  
개나리 제로보드4에서 마이그레이션후 회원레벨 조정문제..  
모든배려 메뉴를 스프링노트의 폴더형으로 바꾸는건 어떻게 하나요? [1] 2008.03.06 by longkee
조재민 (세로 )1차메뉴가 나오지 않습니다.  
채연파파 [메일발송]회원들이 글을 작성하거나 코멘트를 달았을때..지정한 메일주소로 메일보내기