묻고답하기

음 뭐라말씀드려야 될런지

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 남기남
Happy_day 메인 메뉴 글씨체 및 위치(CSS첨부) [1] file 2013.01.09 by mindpainter
백용권 위젯페이지에 게시판 넣고싶습니다 [2] 2013.01.09 by TKOG
미스터강 아이프레임 제로보드사용시 세로길이 자동조절  
나우앤미 첨부이미지 파일명 안보이게 할 수있을까요?? [1] file 2013.01.09 by 투씨팝
에헤라디야님 그누보드에서 찾은건데 제로보드용으로 바꿀수 있을까요? [3] file 2013.01.09 by mindpainter
소이스 모바일 홈페이지 레이아웃이 PC와 같을때  
니에베 웹박수 답변게시판을 만들려는데 xe에는 접기기능 있는 게시판이 없나요?  
hoyeop 베스트 게시물 등록 시간 설정 방법  
hoyeop 베스트 게시물 복사 관련 <p> 와같은 태그 해결방법좀  
르나르 마우스 오버 링크주소 표시  
Hanna™ 업데이트후 에러~게시판 첨부파일이 첨부되지 않음 ^^;  
XE비기너 게시글목록 질문입니다.  
4차원섭이 토렌트 사이트에 엑스돔 레이아웃을 적용 했는데요 file  
아싸리방가 FTP에서 폴더 업로드는 되는데 관리자페이지에 안뜨는현상  
hon 모바일 레이아웃에 대해서 질문드려요 [1] 2013.01.09 by 송동우
미스터강 liveXE 데이터삭제 방법 조언 부탁드릴께요.  
지몬 네이버 iframe 소스문제 <--whiteUrl에 패턴 추가 문제  
Aizusa Content 위젯 - Focus 스킨  
namcool 제로보드에서 xe로 업그레이드시 한글이 보이지 않는문제  
카이닉스 포인트 경매 모듈에 대해서 질문드립니다. file