묻고답하기

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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

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

            <!-- 로그인 위젯 -->
            <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />

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

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

  </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>
        <!--@end-->
 </ul>


-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

여기서 어디다가 채팅창을 만들수 있을까여??

길드 홈페이지 home에 눌르면 아무것도 없습니다 거기다가 채팅창을 만들수있을가여?

www.Ftwo.gg.gg

홈페이지 주소고여 제로보드xe로 만든것입니다 ^^

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
별님왕자 두개 이상의 홈페이지를 운영하고 싶은데요... [4] 2008.07.07 by cklove
sugarkane 분류(카테고리)에 폰트 태그 적용.. [1] 2008.07.07 by 아쿠아다지오
fldfkero 로고이미지는 여기서 다운받을수없나여??  
곽태영* 플래시 파일에서 제로보드를 불러오는 방법 [1] 2008.07.07 by 하늘03
ben iframe 태그에서 스크롤바와 내용물의 간격이 너무 좁아요.  
김진수130 ZBXE 1.0.4 session에 의한 로그인 문제  
fldfkero 제로보드home에 채팅창을 만들고 싶은데여  
윤덕용699 파일업로드 문제 증상이 좁혀지긴 했는데... [4] 2008.07.07 by 백성찬
cini 글 등록시 내용이 바뀌는 현상 [4] [1] 2008.07.07 by 백성찬
coni 댓글이 보이지 않는 문제.... [1] 2008.07.07 by 비나무
seojungh 하단 메뉴의 배경화면 바꾸는 방법 없나요? [2] 2008.07.07 by C。9ːHena〃
조엔 급한질문입니다 해외에서 호스팅을 하고 있습니다 제로보드를 사용하지 못하는지요 [1] 2008.07.07 by 비나무
반도체맨 아파치에서 돌리는데 자꾸 멈추네요. [2] 2008.07.07 by 반도체맨
청개구리00 제로보드4가 낫나요..XE가 낫나요..? [3] 2008.07.07 by 다 영
우유가짱 파이어폭스에서 잘 안되네요,,;  
천국: 저기 홈페이지 위젯에서 먼가를지웟는데 이상해졋어요 ㅠㅠ [3] 2008.07.07 by 천국:
우냠냠 왼쪽 서브메뉴 크기관련.. 질문좀 [4] 2008.07.07 by 작은형
Storm7 dtree 메뉴를 사용하고 싶어요~~ [6] 2008.07.07 by Storm7
이지민491 멀쩡하던 게시판이.. 갑자기 로그인이 안되네요 [3] 2008.07.07 by 이지민491
아줌마 SCM 로그관리 ... 로그기록 삭제하는 법 좀... [3] file 2008.07.07 by 아줌마
두깡님 최근 게시물을 하는데요.ㅠ 도와주세요~ -초보- [1] file 2008.07.07 by 비나무
삐로 확인해주셈요~~ 제로보드xe 인스톨화면이 안 떠요~~? 휴.. [2] 2014.02.25 by jijoj
+ mycharacter + 버튼 가로펼침메뉴 만들기!! 질문합니다. [1] 2008.07.07 by 비나무
나홀로 하위메뉴 관련 질문입니다. [2] 2008.07.07 by 나홀로
이상수348 왕초보 질문입니다 답변좀 부탁드립니다 [1] 2008.07.07 by 비나무
다 영 포인트-레벨포인트기준에 따른 %(percentage) 사용하기? [9] 2008.07.07 by 비나무
시콩 php.ini 파일이 어디에 있나요 [2] 2008.07.07 by 시콩
부경 db아이디 오류가 뜹니다. [1] 2008.07.07 by 비나무
Rate 게시판 관련 질문드립니다, [1] 2008.07.07 by 백성찬
홈지기 하위메뉴가 나오질 않네요 [1] 2008.07.07 by 비나무