묻고답하기

음 뭐라말씀드려야 될런지

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] 2007.08.10
남기 PHP로... 여러개의 html문서를 리로딩할 떄마다 랜덤으로 바뀌게 하는 방법좀... [2] 2007.08.10
민싱이 제로보드 첨부파일 받을려면 로그인하라고 메시지 띄우기. [2] 2007.08.10
정병환 레이아웃에 대해 질문이 있습니다. [2] 2007.08.10
조재은 포토샵으로 해서 나모로 홈 만들때요_ [1] 2007.08.10
김상염 제로보드 DB백업후 복구는 어떻게? [1] 2007.08.10
히스 php 함수에 대해서 질문.. [2] 2007.08.10
상현넘™ 편집버튼 비활성 어케 시키나여?? [3] 2007.08.10
황일환 db쪽 질문이여 ㅠㅠ [1] 2007.08.10
정병환 질문 있습니다 ^^; [1] 2007.08.10
김형석 새창에 대해서.. [2] 2007.08.10
임주환 메뉴 위에 이미지 바꿔주는것좀 알려주세요. [2] 2007.08.10
『L4l7Kary』 홈페이지 메뉴에 액션을 넣으려고하는데요.. [1] 2007.08.10
Budge.V 아이프레임... 내용 늘어나면 아이프레임도 커지게...? [1] 2007.08.10
aNDy 몇 초 뒤 자동 이동하는 소스.. [2] 2007.08.10
오경세 랜덤 이미지에 각각 다른 링크 걸기 질문 [2] 2007.08.10
유재광 쿠키생성시킬때요.. [4] 2007.08.10
정은주 도와주세요.. 백업관련.. [1] 2007.08.10
Game_I 저...창이 바뀌면서요;  
임준배 내 컴퓨터에서 서버로 사용하기 프로그램을 사용하는데요 [2] 2007.08.10