본문 바로가기

거제CCTV 010-4590-1759

xe p


<!--@if($layout_info->effect == "yes")-->
<meta http-equiv="Page-Enter" CONTENT="BlendTrans(Duration=0.5)">
<meta http-equiv="Page-Exit" CONTENT="BlendTrans(Duration=0.5)">
<!--@else-->

<!--@end-->

<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->
<!--%import("js/dtree.js")-->
<!--%import("js/Favorite.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->colorset)-->
{@$layout_info->colorset = "default"}
<!--@end-->

<!--@if($layout_info->scrollbar_Use == "yes")-->
<!--[if ie8]>
<style type="text/css">
 html { background-color:#FFFFFF; height:100%;  background-position:left top; overflow:scroll; overflow-x:hidden;}
</style>
<![endif]-->
<!--@end-->

<style type="text/css"><!--
A:link { text-decoration:none; }
A:visited { text-decoration:none; }
A:active { text-decoration:none; }
--></style>

<!--@if($layout_info->scrollbar == "yes")-->
<style type="text/css">
  HTML { scrollbar-face-color:{$layout_info->scrollbar_color};
  scrollbar-shadow-color:gray;
  scrollbar-highlight-color:#f0f0f0;
  scrollbar-3dlight-color:#F0F0F0;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#F0F0F0;
  scrollbar-arrow-color:#0000FF;
</style>
<!--@end-->

<!--전체배경 색상  Background Color  -->
<!--@if($layout_info->layout_bg)-->
<style type="text/css">
body { background-color:{$layout_info->layout_bg}; }
</style>
<!--@end-->

<!--전체배경 이미지 ( 背景?像 )  Background Image  -->
<!--@if($layout_info->layout_bgimg)-->
<style type="text/css">
body { background: url({getUrl()}{$layout_info->layout_bgimg}) {$layout_info->layout_bgimg_align}; }
</style>
<!--@end-->

<!-- 레이아웃 상단 여백 -->
<!--@if($layout_info->margin)-->
<style type="text/css">
#bodyWrap { width:980px; margin:{$layout_info->margin}px auto 0 auto; }
</style>
<!--@end-->

<!-- 로고 TOP 가 설정되어있다면 -->
<!--@if($layout_info->logo_top)-->
<style type="text/css">
#header h1 { margin:0; padding:0; position:absolute; top:{$layout_info->logo_top}px;}
</style>
<!--@end-->

<!-- 로고 left 가 설정되어있다면 -->
<!--@if($layout_info->logo_left)-->
<style type="text/css">
#header h1 { left:{$layout_info->logo_left}px;}
</style>
<!--@end-->

<!-- 로고 TOP 가 설정되어있다면 -->
<!--@if($layout_info->footer_logo_top)-->
<style type="text/css">
#footer h1 { margin:0; padding:0; position:absolute; top:{$layout_info->footer_logo_top}px;}
</style>
<!--@end-->

<!-- 로고 left 가 설정되어있다면 -->
<!--@if($layout_info->footer_logo_left)-->
<style type="text/css">
#footer h1 { left:{$layout_info->footer_logo_left}px;}
</style>
<!--@end-->

<!--header 높이 Height of header  -->
<!--@if($layout_info->height_header)-->
<style type="text/css">
#header { height:{$layout_info->height_header}px; }
</style>
<!--@end-->

<!--header 색상  Background color for header  -->
<!--@if($layout_info->header_bg)-->
<style type="text/css">
   #header { background-color:{$layout_info->header_bg}; }
</style>
<!--@end-->

<!-- 해더 배경이 등록되어있다면 표시 -->
<!--@if($layout_info->header_bgimg)-->
<style type="text/css">
#header { background: url({getUrl()}{$layout_info->header_bgimg}) {$layout_info->header_bgimg_align}; }
</style>
<!--@end-->

<!--midmenu 높이 Height of midmenu  -->
<!--@if($layout_info->height_midmenu)-->
<style type="text/css">
#midmenu { height:{$layout_info->height_midmenu}px; }
</style>
<!--@end-->

<!-- 해더 배경이 등록되어있다면 표시 -->
<!--@if($layout_info->midmenu_bgimg)-->
<style type="text/css">
#midmenu { background: url({getUrl()}{$layout_info->midmenu_bgimg}) {$layout_info->midmenu_bgimg_align}; }
</style>
<!--@end-->

<!--midmenu 색상  Background color for midmenu  -->
<!--@if($layout_info->midmenu_bg)-->
<style type="text/css">
#midmenu { background-color:{$layout_info->midmenu_bg}; }
</style>
<!--@end-->

<!--neck 높이 Height of neck  -->
<!--@if($layout_info->height_neck)-->
<style type="text/css">
#neck { height:{$layout_info->height_neck}px; }
</style>
<!--@end-->

<!--neck 색상  Background color for neck  -->
<!--@if($layout_info->neck_bg)-->
<style type="text/css">
   #neck { background-color:{$layout_info->neck_bg}; }
</style>
<!--@end-->

<!-- 해더 배경이 등록되어있다면 표시 -->
<!--@if($layout_info->neck_bgimg)-->
<style type="text/css">
#neck { background: url({getUrl()}{$layout_info->neck_bgimg}) {$layout_info->neck_bgimg_align}; }
</style>
<!--@end-->

<!-- 메뉴 배경이 등록되어있다면 표시 -->
<!--@if($layout_info->menu_bgimg)-->
<style type="text/css">
#gnb { background: url({getUrl()}{$layout_info->menu_bgimg}) {$layout_info->menu_bgimg_align}; }
</style>
<!--@end-->

<!--메뉴 색상 Background Color for top menu  -->
<!--@if($layout_info->menu_bg)-->
<style type="text/css">
#gnb { background-color:{$layout_info->menu_bg}; border-left:0px solid {$layout_info->menu_bg}; border-right:0px solid {$layout_info->menu_bg};}
</style>
<!--@end-->

<!--메뉴 넓이 width for top menu  -->
<!--@if($layout_info->menu_width)-->
<style type="text/css">
#gnb { width:{$layout_info->menu_width}px;}
</style>
<!--@end-->

<!-- 메뉴 margin-left 가 설정되어있다면 -->
<!--@if($layout_info->menu_margin_left)-->
<style type="text/css">
#gnb { margin-left:{$layout_info->menu_margin_left}px;}
</style>
<!--@end-->

<!-- 메뉴바높이 설정 -->
<!--@if($layout_info->height_menu)-->
<style type="text/css">
#gnb  {top:{$layout_info->height_menu}px;}
</style>
<!--@end-->

<!--메뉴 높이 Height  For Top Menu -->
<!--@if($layout_info->menu_height)-->
<style type="text/css">
#gnb { height:{$layout_info->menu_height}px; }
</style>
<!--@end-->

<!-- 따라다니는메뉴 left 가 설정되어있다면 -->
<!--@if($layout_info->follow_menu_left)-->
<style type="text/css">
.gnb_sub { width:500px; left:{$layout_info->follow_menu_left}px;}
</style>
<!--@end-->

<!--따라다니는 2차메뉴 top Height  For Top Menu -->
<!--@if($layout_info->sub_menu_top)-->
<style type="text/css">
.gnb_sub { top:{$layout_info->sub_menu_top}px; }
</style>
<!--@end-->

<!--따라다니는 2차메뉴 top Height  For Top Menu -->
<!--@if($layout_info->sub_menu_height)-->
<style type="text/css">
.gnb_sub { top:{$layout_info->sub_menu_height}px; }
</style>
<!--@end-->

<!-- 언어선택 TOP 설정 Top margin for language selection menu -->
<!--@if($layout_info->lang_top)-->
<style type="text/css">
#language { top:{$layout_info->lang_top}px; }
</style>
<!--@end-->

<!-- 언어선택 RIGHT 설정 Right margin  for Language Selection Menu-->
<!--@if($layout_info->lang_right)-->
<style type="text/css">
#language { right:{$layout_info->lang_right}px; }
</style>
<!--@end-->

<!-- 검색창 TOP 설정 top margin of seach window  -->
<!--@if($layout_info->srch_top)-->
<style type="text/css">
#isSearch { top:{$layout_info->srch_top}px; }
</style>
<!--@end-->

<!-- 검색창 RIGHT 설정 right margin of search window  -->
<!--@if($layout_info->srch_right)-->
<style type="text/css">
#isSearch { right:{$layout_info->srch_right}px; }
</style>
<!--@end-->

<!-- GNB 폰트  -->
<!--@if($layout_info->gnb_font_size)-->
<style type="text/css">
#gnb li a { font-size:{$layout_info->gnb_font_size}; }
</style>
<!--@end-->

<!-- GNB 폰트  -->
<!--@if($layout_info->gnb_sub_font_size)-->
<style type="text/css">
.gnb_sub li a { font-size:{$layout_info->gnb_sub_font_size}; }
</style>
<!--@end-->

<!--본문 배경 이미지가 있다면 표시!-->
<!--@if($layout_info->contentBody_image)-->
<style type="text/css">
#contentBody { width:980px; background: url({getUrl()}{$layout_info->contentBody_image}) {$layout_info->contentBody_bg_align}; }
</style>
<!--@end-->

<!--본문 색상 Background Color for top Body  -->
<!--@if($layout_info->contentBody_bgcolor)-->
<style type="text/css">
#contentBody { width:980px; background-color:{$layout_info->contentBody_bgcolor}; border-left:0px solid {$layout_info->contentBody_bgcolor}; border-right:0px solid {$layout_info->contentBody_bgcolor};}
</style>
<!--@end-->

<!--footer 높이 Height of footer  -->
<!--@if($layout_info->height_footer)-->
<style type="text/css">
#footer { height:{$layout_info->height_footer}px; }
</style>
<!--@end-->

<!-- 푸터 배경이 등록되어있다면 표시 -->
<!--@if($layout_info->img_bgfooter)-->
<style type="text/css">
#footer { background: url({getUrl()}{$layout_info->img_bgfooter}) {$layout_info->img_bgfooter_align}; }
</style>
<!--@end-->

<!--푸터 색상 Background Color for top footer  -->
<!--@if($layout_info->footer_bgcolor)-->
<style type="text/css">
#footer { width:980px; background-color:{$layout_info->footer_bgcolor}; border-left:0px solid {$layout_info->footer_bgcolor}; border-right:0px solid {$layout_info->footer_bgcolor};}
</style>
<!--@end-->

<!-- 서브메뉴 왼쪽 or 오른쪽 정렬  -->
<!--@if($layout_info->bs_submenu == "left")-->
<style type="text/css">
#columnLeft { position:relative; width:201px; float:left;}
#columnRight { width:770px; float:right; overflow:hidden;}
</style>
<!--@else-->
<style type="text/css">
#columnLeft { position:relative; width:201px; float:right;}
#columnRight { width:770px; float:left; overflow:hidden;}
</style>
<!--@end-->


<div id="bodyWrap">
<!--@if($layout_info->member == "yes")-->
<div id="headerNav">
<!-- 상단메뉴출력 -->
<!--@if($layout_info->topmenu_use == "yes")-->
<ul id="topmenu">
       {@$flagbar = 0;}
       <!--@foreach($top_menu->list as $key => $val)-->
       <!--@if($flagbar  == 0)-->
       {@$flagbar = 1;}
  <li class="first" ><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@else-->
  <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@end-->
        <!--@end-->         
        <!--@if(!$is_logged)--><li><a href="{getUrl('act','dispMemberLoginForm')}">로그인</a></li>
  <li><a href="{getUrl('mid',$layout_info->target_mid,'act','dispMemberSignUpForm')}">회원가입</a></li> 
        <!--@else-->              
  <!-- 최고관리자이면 관리자 페이지 버튼 출력 -->
        <!--@if($logged_info->is_admin == 'Y')-->
        <li><a href="{getUrl('','module','admin')}" onclick="window.open(this.href); return false;">관리자</a></li>
        <!--@end-->
        <!--@if($grant->is_admin)-->
        <li><a href="{getUrl('act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}">레이아웃설정</a></li>
        <li><a href="{getUrl('act','dispLayoutAdminEdit','layout_srl',$layout_info->layout_srl)}">레이아웃편집</a></li>
        <!--@end-->
        <li><a href="{getUrl('act','dispMemberLogout')}">로그아웃</a></li>
        <li><a href="{geturl('act','dispMemberInfo')}">회원정보</a></li>
        <!--@end-->
  <li class="fa" ><a href="javascript:bookmarksite('{$layout_info->fa}', '{$layout_info->index_url}')">즐겨찾기</a><li>
</ul>
<!--@end-->          
             
</div>
<!--@elseif($layout_info->member == "no")-->
<!--@end-->

 
<div id="header">
 <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/morugio_community.png" alt="모르지오커뮤니티" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
    <!--@if($layout_info->srch_Use == "yes")-->
 <div id="isSearch">
        <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>
   <!--@end-->

  <!--@if($layout_info->lang_Use == "yes")-->
 <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-->


  
       
       


<
!--@if($layout_info->menu2 == "yes")-->
          
           {@$gnb_count = 0;}
           <!--@foreach($main_menu->list as $mkey => $mval)-->
           <!--@if($mval['text'])-->
          
           <!--@if($mval['selected'])-->
          

               <!--@if(!$mval['list'])-->

  1.            <
    !--@foreach($mval['list'] as $key => $val)--><!--@if($val['text'])-->
              
  2. !--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" onfocus="this.blur();" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>
               </li>
               <!--@end-->
              


            <
!--@else-->
        
          <
!--@end-->
          {@$gnb_count++;}
          <!--@end-->
          <!--@end-->
<!--@end-->

 

 

 

 


 


  

       
            <!--@if($layout_info->login_Use == "yes")-->
           

            <!--@end-->
           

   

             <!--@if(!$layout_info->left_submenuTop01_url)--><!--@else--><a href="{$layout_info->left_submenuTop01_url}" target="{$layout_info->left_submenuTop01_url_target}" >< !--@end--><!--@if(!$layout_info->left_submenuTop01_image)--><!--@else--><div class="submenuTop01"><img src="{$layout_info->left_submenuTop01_image}" border="0" class="iePngFix" /></a></div><!--@end-->
            </div>
         <!--@if($layout_info->dtree_Use == "yes")-->
    <div id="lnbWrap">
   <!--@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-->
    
                {@$idx++}
                <!--@end-->
   
       <
!--@end-->
   


    <!--@end-->
        

             <!--@if(!$layout_info->left_banner01_url)--><!--@else--><a href="{$layout_info->left_banner01_url}" target="{$layout_info->left_banner01_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner01_image)--><!--@else--><div class="banner01"><img src="{$layout_info->left_banner01_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner02_url)--><!--@else--><a href="{$layout_info->left_banner02_url}" target="{$layout_info->left_banner02_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner02_image)--><!--@else--><div class="banner02"><img src="{$layout_info->left_banner02_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner03_url)--><!--@else--><a href="{$layout_info->left_banner03_url}" target="{$layout_info->left_banner03_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner03_image)--><!--@else--><div class="banner03"><img src="{$layout_info->left_banner03_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner04_url)--><!--@else--><a href="{$layout_info->left_banner04_url}" target="{$layout_info->left_banner04_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner04_image)--><!--@else--><div class="banner04"><img src="{$layout_info->left_banner04_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner05_url)--><!--@else--><a href="{$layout_info->left_banner05_url}" target="{$layout_info->left_banner05_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner05_image)--><!--@else--><div class="banner05"><img src="{$layout_info->left_banner05_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner06_url)--><!--@else--><a href="{$layout_info->left_banner06_url}" target="{$layout_info->left_banner06_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner06_image)--><!--@else--><div class="banner06"><img src="{$layout_info->left_banner06_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner07_url)--><!--@else--><a href="{$layout_info->left_banner07_url}" target="{$layout_info->left_banner07_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner07_image)--><!--@else--><div class="banner07"><img src="{$layout_info->left_banner07_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner08_url)--><!--@else--><a href="{$layout_info->left_banner08_url}" target="{$layout_info->left_banner08_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner08_image)--><!--@else--><div class="banner08"><img src="{$layout_info->left_banner08_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner09_url)--><!--@else--><a href="{$layout_info->left_banner09_url}" target="{$layout_info->left_banner09_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner09_image)--><!--@else--><div class="banner09"><img src="{$layout_info->left_banner09_image}" border="0" class="iePngFix" /></a></div><!--@end-->
             <!--@if(!$layout_info->left_banner10_url)--><!--@else--><a href="{$layout_info->left_banner10_url}" target="{$layout_info->left_banner10_url_target}" >< !--@end--><!--@if(!$layout_info->left_banner10_image)--><!--@else--><div class="banner10"><img src="{$layout_info->left_banner10_image}" border="0" class="iePngFix" /></a></div><!--@end-->
    </div>
        <div id="Wiget_center"></div>
        <div id="Wiget"></div>
  <div id="Wiget"></div>
        <div id="Wiget"></div>
        <div id="Wiget"></div>
        <div id="Wiget"></div>
 </div>
  <div id="columnRight">
            <!-- 컨텐츠 시작 -->
            {$content}
  </div>
 </div>

<!-- FOOTER 영역 footer area   -->
 <div id="footer">
 <h1><a href="{$layout_info->footer_logo_url}" target="{$layout_info->footer_logo_url_target}"><!--@if(!$layout_info->footer_logo_image)--><img src="./images/{$layout_info->colorset}/morugio_community.png" alt="모르지오커뮤니티" class="iePngFix" /><!--@else--><img src="{$layout_info->footer_logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
      <div class="menu">
    <!--@if($layout_info->bottommenu_use == "yes")-->
        <!--@foreach($bottom_menu->list as $key => $val)-->
       <a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>
        <!--@end-->
    <!--@end-->
      </div>

   <div class="copyright">
      Copyright <a href="{$layout_info->index_url}"><!--@if(!$layout_info->copyright)--><!--@else-->{$layout_info->copyright}</a><!--@end-->All rights reserved. Ver 1.0_090309 <!--@if(!$layout_info->copyright)--><!--@else--><!--@end-->d<a href="http://morugio.kr/" onclick="window.open(this.href);return false;">.</a>
      </div>
      <div class="text">
  <!--@if(!$layout_info->b_text1)--><!--@else-->{$layout_info->b_text1}<!--@end--><br />
  <!--@if(!$layout_info->b_text2)--><!--@else-->{$layout_info->b_text2}<!--@end--><br />
  <!--@if(!$layout_info->b_text3)--><!--@else-->{$layout_info->b_text3}<!--@end--><br />
  <!--@if(!$layout_info->b_text4)--><!--@else-->{$layout_info->b_text4}<!--@end--><br />
   </div>
 </div>

'거제CCTV 010-4590-1759' 카테고리의 다른 글

#하이거제 거제cctv 고화질  (0) 2019.03.16
거제CCTV는 고객님의 안전과 보안을 위하여, 20년전부터 CCTV설치공사를 시작했습니다.  (0) 2018.01.13
거제cctv  (0) 2015.11.19
거제닷컴  (0) 2013.06.05
스마트 카드단말기-가격이 매우 저렴합니다.  (0) 2012.11.20
xe s  (0) 2009.06.20
test  (0) 2009.06.20
거제도펜션 거제점컴  (0) 2009.06.18
현금영수증로고  (0) 2009.06.18
설득의 비밀  (0) 2009.06.16