묻고답하기

<!--// 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">
        <h1><!--@if($layout_info->logo_image)--><a href="{$layout_info->index_url}"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /></a><!--@else-->&nbsp;<!--@end--></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>

            <!--@endif--><!--@endforeach-->
        </ul>

        <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>
                    <!--@endif--><!--@endforeach-->
                    </ul>
                    <!--@endif-->
                </li>
                {@$idx++}
                <!--@endif--><!--@endforeach-->
            </ol>
            <!--@endif-->

        </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/powerdByXE.gif" alt="Powered By XpressEngine" width="70" 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>
        <!--@endforeach-->
    </ul>
</div>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
때린데 또때려 접속통계 모듈 업데이트가 되지 않습니다. [1] 2011.05.04 by 라르게덴
홈페이지 142 성인인증 [1] 2011.05.04 by 라르게덴
Eris ● 페이지를이렇게 만들고 싶습니다 . jpg [3] 2011.05.04 by 라르게덴
당근로봇 ip대역 차단하려면 [1] 2011.05.04 by 라르게덴
철갑 모듈을 설치할 때 설치 버튼이 사라지지 않습니다. [1] 2011.05.03 by 라르게덴
나대현 게시판 세부 설정질문입니다. [1] 2011.05.03 by 라르게덴
vix 댓글을 달면 원글의 날짜가 변경되는 방법 [1] 2011.05.03 by 라르게덴
길버트김 영문홈페이지 작업시 로긍인 실패 메시지가 한글로 [1] 2011.05.03 by guny
비스타 XE 폴더에 있는 files 지우려면 [1] 2011.05.03 by 인간a
유비플랜 최근글 추출시 글쓴이 출력 관련 [1] 2011.05.03 by 송동우
jmindahouse 구글 블로그 관려 디자인 및 코딩  
제로사용자 레이아웃으로 만든 페이지에 html 문서를 집어넣고 싶습니다. [1] 2011.05.03 by 송동우
하진 도메인 접속시 메인 페이지로 출력시키려면... [2] 2011.05.03 by 송동우
F::Engine 로그인폼에서 내용수정하는 방법?? [2] file 2011.05.03 by F::Engine
김성근466 1.4.5.6 업뎃이후 조회수 초기화... [1] 2011.05.03 by 송동우
서현보 네이버 실시간 뉴스를 가지고오는 방법이 있을까요? [1] 2011.05.03 by 송동우
cyeon799 DB부하 해결 방안 [1] 2011.05.03 by 카르마
yok article의 channel-alternatice와 channel의 alternative 일치? [1] 2011.05.03 by 카르마
******* 배경음악관련질문입니다!!  
Eris 첨부파일 1개만 올릴수 있게 하는 방법