묻고답하기

음 뭐라말씀드려야 될런지

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 남기남
루노서비스 1.5.4.1에서 문서페이지가 모바일에서 표시안됩니다. [1] 2013.01.08
hoyeop 송동우님 도와주세요.. 베스트 게시물 시간 문제.  
Funys 게시판 튜닝 문의 드려요~~ 용자님 도와주세요 ㅎ [1] 2013.01.08 by 송동우
Aizusa 대문...? [1] file 2013.01.08 by 2donggalbi
hoyeop 추천 게시물 이동 복사 했을 때 오류 file  
ManuS 슬라이더 위젯에서 이미지 클릭시 주소가 이상해지는 문제로 도움요청드립니다 ㅜㅜ  
Apollos2304 XE-Core 옛날 4등급의 직종이?  
이정효190 확장변수 이용해서 리스트 이미지 지정하게 하려고 합니다. [1] file 2013.01.08 by 송동우
XE러버 XE 새로고침 없이 댓글 추천/비추천 하는 법 [1] 2013.01.08 by 송동우
끼룩끼룩 회원 등급별로 보이고 안보이게.. [1] 2013.01.08 by LI-NA
아싸리방가 두가지만 여쭙겠습니다. 제발 부탁드려요  
화랑529 쪽지함에 아무것도 없는데.. [1] 2013.01.08 by 송동우
올페이스 게시판 관리권한 설정 질문 입니다. file  
Apollos2304 XE-Core 오래전에 쓰던 등급별4개가 뭔가요? [1] 2013.01.08 by 퍼니엑스이
koreafeel 1.4 버전 게시판 1.5버전이동문의  
THEOTHERS 비회원 글쓰기 에러  
ToFinder 파일업로드를 플래쉬를 사용하지 않고 하기 [1] 2013.01.08 by 푸시아
릭키님 즐겨찾기 연결문제...  
hunter21 공지사항 팝업창을 띄우고 싶은데 설정을 어떻게 하는지요?  
화랑529 글/댓글 삭제시 포인트 차감. [1] 2013.01.08 by 송동우
ccumgol.myid.net 상단 헤더 부분에 현재의 날짜와 시간을 넣고 싶어요. [1] 2013.01.08 by 송동우
YOBABY ㅠㅠ 모듈업데이트필요.. file  
YOBABY 글쓰기했을때 이런오류가 뜬다면?.. [1] file 2013.01.08 by 송동우
Happy_day 메뉴글씨크기 [1] file 2013.01.08 by mindpainter
Funys 게시판 레이아웃 설정시, 분류 수정불가 관련질문드려요~  
드림교회 관리자 로그인하고 제어판 클릭하면 이런 메세지가 나옵니다. [1] 2013.01.08 by 송동우
gggggggggg 글쓰기,댓글 두번씩 달립니다. [1] 2013.01.08 by 송동우
오락실주인 게시판 조회수 초기화 ! [1] 2013.01.08 by 송동우
오락실주인 iframe 동영상 태그는 운영자만 가능한가여 ? [1] 2013.01.08 by 송동우
Happy_day 로그인 위젯 문제 [2] file 2013.01.08 by 뀰귤