메뉴 건너뛰기

Notice(공지사항)

조회 수 3507 댓글 3
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

400_600.jpg








  • ?
    flexmun 2017.11.03 15:47
    <script type="application/ld+json">
    {
    "@context": "http://schema.org",
    "@type": "Person",
    "name": "공덕 래미안헬스 PT-gym",
    "url": "http://ptgym.co.kr",
    "sameAs": [
    "https://www.facebook.com/flexmun",
    "http://blog.naver.com/mjssms",
    "http://m.post.naver.com/mjssms",
    "http://ptgym.tistory.com/",
    "https://www.instagram.com/flex_mun/",
    ]
    }

    ===============================위에 내용을 넣으면 아래 내용들이 안나오고 홈페이지 자체가 안뜨는데 인덱스에러라는데




    ===============================아래내용은 레이아웃 html head에 넣었어


    <meta name="description" content="헬스,다이어트,교정운동 관련정보 마포구 공덕동에 위치">


    <meta property="og:type" content="website">
    <meta property="og:title" content="래미안헬스 PTgym">
    <meta property="og:description" content="헬스,다이어트,교정운동 관련정보 마포구 공덕동에 위치">
    <meta property="og:image" content="http://ptgym.co.kr/1.jpg">
    <meta property="og:url" content="http://ptgym.co.kr">


    바쁜데 미안 맨위에 스크립트를 어디에 넣어야 하는지만 좀 알려줘
    나중에 제로보드 엔진을 업데이트하면 내가 또 해야 할것 같아서
    시간나는데로 부탁해
  • ?
    flexmun 2017.11.03 15:48
    레이아웃 html 내용
    <!--// META -->
    {Context::addHtmlHeader('<meta name="viewport" content="width=device-width, user-scalable=yes">')}
    <!--// LANG -->
    <load target="./lang" />

    <!--// 레이아웃을 위한 설정 값들 -->
    <!--// index 모듈 체크 -->
    {@ $_is_indexmodule = ($site_module_info->module_srl === $current_module_info->module_srl)}
    {@ $_body_class = array()}
    {@ $_container_class = array()}
    {@ $_visual_class = array()}
    {@ $_selected_menu = null}
    {@ $_magazine_header = false}
    {@ $_onepage_header = false}
    {@ $sub_header_title = $module_info->browser_title}

    <!--// 초기화 -->
    {@ $_enable_slide = false}
    {@ $_enable_unb = false}
    {@ $_sample_slide = false}
    {@ $_sample_footer = false}
    <block cond="!$layout_info->use_demo">{@ $layout_info->use_demo = 'Y'}</block>
    <block cond="!$layout_info->layout_type">{@ $layout_info->layout_type = 'auto'}</block>
    <block cond="!$layout_info->menu_type_main">{@ $layout_info->menu_type_main = 'basic'}</block>
    <block cond="!$layout_info->menu_type_sub">{@ $layout_info->menu_type_sub = 'basic'}</block>
    <block cond="!$layout_info->content_fixed_width">{@ $layout_info->content_fixed_width = 'index'}</block>
    <block cond="!$layout_info->menu_fixed">{@ $layout_info->menu_fixed = 'Y'}</block>
    <block cond="!$layout_info->sidebar_position">{@ $layout_info->sidebar_position = 'right'}</block>
    <block cond="!$layout_info->use_slide">{@ $layout_info->use_slide = 'Y'}</block>
    <block cond="!$layout_info->enable_intergration_search">{@ $layout_info->enable_intergration_search = 'Y'}</block>

    <block cond="$layout_info->use_slide === 'Y'">
    {@ $_enable_slide = true}
    </block>
    <block cond="$layout_info->use_demo === 'Y'">
    {@ $_sample_slide = true}
    {@ $_enable_slide = false}
    <block cond="$_is_indexmodule">{@ $_enable_slide = true}</block>
    </block>
    <block cond="!$layout_info->slide_img1">{@ $_sample_slide = true}</block>
    <block cond="$layout_info->use_demo === 'Y'">{@ $_sample_footer = true}</block>
    <block cond="$layout_info->footer_logo_img || $layout_info->footer_logo_text">{@ $_sample_footer = false}</block>

    <!--// xeicon 페이지 별도 정의 -->
    <block cond="$mid === 'xeicon'">
    {@ $layout_info->layout_type = 'sub'}
    {@ $layout_info->menu_type_sub = 'onepage_parallax'}
    {@ $layout_info->content_fixed_width = 'N'}
    </block>

    <!--// 콘텐츠 영역 폭 -->
    <block cond="$layout_info->content_fixed_width === 'index'">
    {@ $layout_info->content_fixed_width = (!$_is_indexmodule) ? 'Y' : 'N';}
    </block>
    <block cond="$layout_info->content_fixed_width === 'Y'">
    {@ $_body_class[] = 'fixed-width'}
    </block>
    <!--// 회원, 커뮤니케이션 모듈 등 페이지에서 콘텐츠 영역 폭 고정 -->
    {@ $_fixed_width_act = array(
    'dispMemberSignUpForm',
    'dispMemberLoginForm',
    'dispMemberFindAccount',
    'dispMemberInfo',
    'dispMemberModifyPassword',
    'dispMemberModifyEmailAddress',
    'dispMemberModifyInfo',
    'dispMemberLeave',
    'dispMemberScrappedDocument',
    'dispMemberSavedDocument',
    'dispMemberOwnDocument',
    'dispCommunicationFriend',
    'dispCommunicationMessages',
    'dispNcenterliteUserConfig',
    'dispNcenterliteNotifyList',
    'dispLoginxeclientListProvider',
    'dispAjaxboardNotificationConfig',
    'IS'
    )}
    <block cond="in_array($act, $_fixed_width_act)">
    {@ $_body_class[] = 'fixed-width'}
    {@ $layout_info->sidebar_position = 'none'}
    {@ $sub_header_title = 'Membership'}
    {@ $layout_info->use_demo = 'N'}
    <block cond="$act === 'IS'">{@ $sub_header_title = 'Search'}</block>
    </block>

    <!--// 레이아웃 타입 -->
    <block cond="$layout_info->layout_type === 'auto'">
    {@ $layout_info->layout_type = ($_is_indexmodule) ? 'main' : 'sub';}
    </block>
    {@ $_body_class[] = $layout_info->layout_type}
    <block cond="!$_is_indexmodule">{@ $_body_class[] = $layout_info->sidebar_position}</block>
    <block cond="$layout_info->layout_type === 'main'">
    {@ $_visual_class[] = 'main'}
    <block cond="$layout_info->menu_type_main === 'startup'">
    {@ $_container_class[] = 'onepage'}
    {@ $_onepage_header = true}
    </block>
    <block cond="$layout_info->menu_type_main === 'magazine'">
    {@ $_container_class[] = 'magazine'}
    {@ $_enable_unb = true}
    {@ $_magazine_header = true}
    {@ $layout_info->menu_fixed = 'N'}
    </block>
    </block>
    <block cond="$layout_info->layout_type === 'sub'">
    {@ $_enable_slide = false}
    {@ $_visual_class[] = 'sub'}
    <block cond="$layout_info->menu_type_sub === 'basic_regular' || $layout_info->menu_type_sub === 'magazine_regular'">
    {@ $_visual_class[] = 'sub_type2'}
    </block>
    <block cond="$layout_info->menu_type_sub === 'magazine_simple' || $layout_info->menu_type_sub === 'magazine_regular'">
    {@ $_container_class[] = 'magazine'}
    {@ $_magazine_header = true}
    {@ $_enable_unb = true}
    {@ $layout_info->menu_fixed = 'N'}
    </block>
    <block cond="$layout_info->menu_type_sub === 'onepage_parallax'">
    {@ $_container_class[] = 'onepage'}
    {@ $_onepage_header = true}
    {@ $_visual_class[] = 'sub_type3'}
    </block>
    </block>

    <!--// 메뉴 -->
    <block cond="$layout_info->menu_fixed === 'Y'">
    {@ $_container_class[] = 'fixed_header'}
    </block>




    <!--// Demo 기능 활성화 -->
    <!--// 사이트 인덱스에서만 데모기능 사용 -->
    <block cond="!$_is_indexmodule">{@ $layout_info->use_demo = 'N'}</block>
    <!--// 페이지 수정 모드에서 감춤 -->
    <block cond="$act === 'dispPageAdminContentModify'">{@ $layout_info->use_demo = 'N'}</block>


    {@ $_body_class = join(' ', $_body_class)}
    {@ $_visual_class = join(' ', $_visual_class)}
    {@ $_container_class = join(' ', $_container_class)}
    <!--// END:레이아웃을 위한 설정 값들 -->


    <!--// CSS -->
    <load target="./css/layout.css" />
    <load target="./css/idangerous.swiper.css" />
    <load target="./css/welcome.css" />
    <load target="./css/webfont.css" />
    <load target="./css/xeicon.css" cond="$mid === 'xeicon'" />
    <load target="../../common/xeicon/xeicon.min.css" />
    <!--// JS -->
    <load cond="$_enable_slide" target="./js/idangerous.swiper.min.js" />
    <load target="./js/layout.js" />
    <load cond="$layout_info->use_demo ==='Y'" target="./js/welcome.js" />
    <load target="./js/jquery.parallax-scroll.min.js" />


    <!--// BODY -->
    <p class="skip"><a href="#content">{$lang->skip_to_content}</a></p>
    <div class="container {$_container_class} {$menutype_class}">

    <!-- HEADER -->


    <meta name="description" content="헬스,다이어트,교정운동 관련정보 마포구 공덕동에 위치">


    <meta property="og:type" content="website">
    <meta property="og:title" content="래미안헬스 PTgym">
    <meta property="og:description" content="헬스,다이어트,교정운동 관련정보 마포구 공덕동에 위치">
    <meta property="og:image" content="http://ptgym.co.kr/1.jpg">
    <meta property="og:url" content="http://ptgym.co.kr">


    <div class="header_wrap xe-clearfix">
    <div cond="$layout_info->enable_intergration_search === 'Y'" class="search_wrap">
    <div class="search_area">
    <!-- SEARCH -->
    <form action="{getUrl()}" method="get" class="search" no-error-return-url="true">
    <input type="hidden" name="vid" value="{$vid}" />
    <input type="hidden" name="mid" value="{$mid}" />
    <input type="hidden" name="act" value="IS" />
    <input type="text" name="is_keyword" value="{$is_keyword}" required="required" title="{$lang->cmd_search}" placeholder="Search" />
    </form>
    <!-- /SEARCH -->
    <a href="#" class="btn_close" title="{$lang->cmd_xedition_search_close}" onclick="return false"><i class="xi-close"></i><span class="blind">{$lang->cmd_xedition_search_close}</span></a>
    </div>
    </div>

    <header class="header {$_visual_class}">
    <!--// LOGO -->
    <h1 class="logo-item">
    {@ $_logo_img = $layout_info->logo_img}
    <block cond="$_magazine_header && $layout_info->logo_img_magazine">
    {@ $_logo_img = $layout_info->logo_img_magazine}
    </block>
    <a href="<!--@if($layout_info->logo_url)-->{$layout_info->logo_url}<!--@else-->{getUrl('')}<!--@end-->">
    <!--@if($_logo_img)-->
    <!--@if($_magazine_header)-->
    <img src="{$layout_info->logo_img_magazine}" alt="{$layout_info->logo_text}" />
    <!--@else-->
    <block cond="$_onepage_header && $layout_info->logo_img_transparent">
    {@ $_logo_img = $layout_info->logo_img_transparent}
    </block>
    <img src="{$_logo_img}" data-logo="{$layout_info->logo_img}"|cond="$_onepage_header && $layout_info->logo_img_transparent" alt="{$layout_info->logo_text}" />
    <!--@endif-->
    <!--@else-->
    {@ $_logo_img = 'logo.png'}
    <block cond="$_magazine_header">{@ $_logo_img = 'm_logo.png'}</block>
    <block cond="$_onepage_header">{@ $_logo_img = 's_logo.png'}</block>
    <img src="{$layout_info->path}img/{$_logo_img}" data-logo="{$layout_info->path}img/logo.png"|cond="$_onepage_header" alt="XEDITION" />
    <!--@end-->
    </a>
    </h1>
    <!--// END:LOGO -->

    <div class="side">
    <ul>
    <!-- search -->
    <li cond="$layout_info->enable_intergration_search === 'Y'" class="click">
    <a href="#" title="{$lang->cmd_search}"><i class="xi-magnifier"></i><span class="blind">{$lang->cmd_search}</span></a>
    </li>
    <!-- admin -->
    <li cond="$logged_info->is_admin == 'Y'">
    <a href="{getUrl('', 'module', 'admin')}" target="_blank" title="{$lang->cmd_management}"><i class="xi-cog"></i><span class="blind">{$lang->cmd_management}</span></a>
    </li>
    <!-- login -->
    <li class="hover">
    <!--@if($is_logged)-->
    <!-- after_login -->
    <a href="{getUrl('act', 'dispMemberInfo')}" class="login_after">
    <!--@if($logged_info->profile_image->src)-->
    <img src="{$logged_info->profile_image->src}" alt="{$logged_info->nick_name}" />
    <!--@else-->
    <img src="./img/ico_default.jpg" alt="{$logged_info->nick_name}" />
    <!--@end-->
    </a>
    <div class="ly ly_login">
    <ul>
    <li loop="$logged_info->menu_list => $key, $val"><a href="{getUrl('act', $key, 'member_srl', '', 'page', '')}">{Context::getLang($val)}</a></li>
    <li><a href="{getUrl('act', 'dispMemberLogout')}">{$lang->cmd_logout}</a></li>
    </ul>
    <span class="edge"></span>
    </div>
    <!-- /after_login -->
    <!--@else-->
    <!-- before_login -->
    <a href="{getUrl('act', 'dispMemberLoginForm')}" id="ly_btn"><i class="xi-user-add"></i><span class="blind">{$lang->cmd_login}/{$lang->cmd_signup}</span></a>
    <div class="ly ly_login">
    <ul>
    <li><a id="ly_login_btn" href="{getUrl('act', 'dispMemberLoginForm')}">{$lang->cmd_login}</a></li>
    <li><a href="{getUrl('act', 'dispMemberSignUpForm')}">{$lang->cmd_signup}</a></li>
    </ul>
    <span class="edge"></span>
    </div>
    <!-- /before_login -->
    <!--@end-->
    </li>
    </ul>
    </div>

    <!-- SNB -->
    <div cond="$_enable_unb && $UNB->list" class="custom_area">
    <ul>
    <li loop="$UNB->list => $key, $val">
    <a href="{$val['href']}" target="_blank"|cond="$val['open_window'] == 'Y'">{$val['link']}</a>
    </li>
    </ul>
    </div>

    <!-- GNB -->
    <nav cond="$GNB->list" class="gnb" id="gnb">
    <div id="mobile_menu_btn" class="menu_btn">
    <div class="menu_bar">
    <div class="btn1"></div>
    <div class="btn2"></div>
    <div class="btn3"></div>
    </div>
    </div>
    <ul>
    <li loop="$GNB->list => $key1, $val1">
    <a href="{$val1['href']}" target="_blank"|cond="$val1['open_window'] == 'Y'">{$val1['link']}</a>
    <block cond="$val1['selected']">{@ $_selected_menu = $val1}</block>
    <ul cond="$val1['list']" class="depth2">
    <li loop="$val1['list'] => $key2, $val2" class="more"|cond="$val2['list']">
    <a href="{$val2['href']}" target="_blank"|cond="$val2['open_window'] == 'Y'">{$val2['link']}</a>
    <ul cond="$val2['list']" class="depth3">
    <li loop="$val2['list'] => $key3, $val3">
    <a href="{$val3['href']}" target="_blank"|cond="$val3['open_window'] == 'Y'">{$val3['link']}</a>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </nav>
    <!-- /GNB -->
    </header>
    </div>
    <!-- END:HEADER -->

    <!-- VISUAL-SUBHEADER -->
    <div cond="$layout_info->layout_type === 'sub'" class="visual {$_visual_class}">
    {@ $_subheader_img = 'sub_banner_01.jpg'}
    <block cond="$layout_info->menu_type_sub === 'onepage_parallax'">{@ $_subheader_img = 'sub_banner_02.jpg'}</block>
    <block cond="$mid === 'xeicon'">{@ $_subheader_img = 'sub_banner_xeicon.jpg'}</block>
    <span class="bg_img" style="background-image:url('{$layout_info->path}img/{$_subheader_img}')"></span>
    <span class="mask"></span>
    <div class="sub_title">
    <h1>{$sub_header_title}</h1>
    </div>
    </div>
    <!-- Swiper -->
    <div cond="$layout_info->layout_type === 'main' && $_enable_slide" class="visual swiper-container">
    <!-- 슬라이드 -->
    <div class="swiper-wrapper">
    <!--@if($_sample_slide)-->
    <include target="./demo/slide.html" />
    <!--@else-->
    <div cond="$layout_info->slide_img1" style="background-image:url('{$layout_info->slide_img1}');" class="swiper-slide">
    <div cond="$layout_info->slide_text1">
    <div>
    {$layout_info->slide_text1}
    </div>
    </div>
    </div>
    <div cond="$layout_info->slide_img2" style="background-image:url('{$layout_info->slide_img2}');" class="swiper-slide">
    <div cond="$layout_info->slide_text2">
    <div>
    {$layout_info->slide_text2}
    </div>
    </div>
    </div>
    <div cond="$layout_info->slide_img3" style="background-image:url('{$layout_info->slide_img3}');" class="swiper-slide">
    <div cond="$layout_info->slide_text3">
    <div>
    {$layout_info->slide_text3}
    </div>
    </div>
    </div>
    <div cond="$layout_info->slide_img4" style="background-image:url('{$layout_info->slide_img4}');" class="swiper-slide">
    <div cond="$layout_info->slide_text4">
    <div>
    {$layout_info->slide_text4}
    </div>
    </div>
    </div>
    <div cond="$layout_info->slide_img5" style="background-image:url('{$layout_info->slide_img5}');" class="swiper-slide">
    <div cond="$layout_info->slide_text5">
    <div>
    {$layout_info->slide_text5}
    </div>
    </div>
    </div>
    <!--@end-->
    </div>
    <!-- END:슬라이드 -->
    <!-- Add Pagination -->
    <div class="swiper-pagination"></div>
    <div class="swiper-button left"><button type="button" class="swiper-button-prev"><i class="xi-angle-left"></i></button></div>
    <div class="swiper-button right"><button type="button" class="swiper-button-next"><i class="xi-angle-right"></i></button></div>
    </div>
    <!-- /VISUAL -->

    <!-- BODY -->
    <div class="body {$_body_class}">
    <!-- LNB -->
    <nav cond="$_selected_menu['list'] && $layout_info->layout_type === 'sub' && $layout_info->sidebar_position !== 'none'" class="lnb">
    <ul>
    <li loop="$_selected_menu['list'] => $key1, $val1">
    <a href="{$val1['href']}" target="_blank"|cond="$val1['open_window'] == 'Y'">{$val1['link']}</a>
    <ul cond="$val1['list']">
    <li loop="$val1['list'] => $key2, $val2" class="on"|cond="$val2['selected']">
    <a href="{$val2['href']}" target="_blank"|cond="$val2['open_window'] == 'Y'">{$val2['link']}</a>
    </li>
    </ul>
    </li>
    </ul>
    </nav>
    <!-- /LNB -->
    <!-- CONTENT -->
    <div class="content" id="content">
    {$content}
    </div>
    <!--@if($layout_info->use_demo === 'Y')-->
    <include target="./demo/welcome_main.html" />
    <!--@endif-->
    <!-- /CONTENT -->
    </div>
    <!-- END:BODY -->

    <footer class="footer" style="border-bottom-color:#CDA25A">
    <div class="f_info_area">
    <div class="f_info">
    <!--@if(!$_sample_footer)-->
    <p class="f_logo<!--@if(!$layout_info->footer_logo_img)--> log_txt<!--@end-->">
    <a href="<!--@if($layout_info->footer_logo_url)-->{$layout_info->footer_logo_url}<!--@else-->#<!--@end-->">
    <!--@if($layout_info->footer_logo_img)-->
    <img src="{$layout_info->footer_logo_img}" alt="{$layout_info->footer_logo_text}" />
    <!--@else-->
    {$layout_info->footer_logo_text}
    <!--@end-->
    </a>
    </p>
    <p class="sub_desc">{$layout_info->footer_text}</p>
    <!--@else-->
    <include target="./demo/footer.html" />
    <!--@end-->
    </div>
    <div class="f_info2">
    <div class="site_map">
    <ul cond="$FNB->list">
    {@$i = 0}
    <li loop="$FNB->list => $key1, $val1" class="clear"|cond="!($i % 3) && $i > 0">
    {@$i++}
    <a href="{$val1['href']}" target="_blank"|cond="$val1['open_window'] == 'Y'">{$val1['link']}</a>
    <ul cond="$val1['list']">
    <li loop="$val1['list'] => $key2, $val2">
    <a href="{$val2['href']}" target="_blank"|cond="$val2['open_window'] == 'Y'">{$val2['link']}</a>
    </li>
    </ul>
    </li>
    </ul>
    </div>
    </div>
    </div>
    <div class="f_cr_area">
    <p class="copyright">
    <!--@if(!$_sample_footer)-->
    {$layout_info->footer_copyright}
    <!--@else-->
    <include target="./demo/copyright.html" />
    <!--@end-->
    </p>
    <ul class="mobile-footer-member">
    <!--@if(!$is_logged)-->
    <li><a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a></li>
    <li><a href="{getUrl('act','dispMemberSignUpForm')}">{$lang->cmd_signup}</a></li>
    <!--@else-->
    <li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
    <li><a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
    <!--@end-->
    </ul>
    </div>
    </footer>
    </div>

    <!-- TOP -->
    <a href="#" class="btn_top"><i class="xi-angle-up"><span class="blind">{$lang->cmd_move_up}</span></i></a>
    <!-- /TOP -->

    <!-- Login widget -->
    <section cond="$layout_info->use_login_widget != 'N'" class="login_widget" style="display:none"|cond="$XE_VALIDATOR_ID != 'layouts/xedition/layout/1' || !$XE_VALIDATOR_MESSAGE">
    <load target="./css/widget.login.css" />
    <div class="ly_dimmed"></div>
    <div class="signin">
    <div class="login-header">
    <h1>LOGIN</h1>
    </div>
    <div class="login-body">
    <form action="{getUrl()}" method="post" autocomplete="off">
    <input type="hidden" name="act" value="procMemberLogin" />
    <input type="hidden" name="success_return_url" value="{htmlspecialchars(getRequestUriByServerEnviroment(), ENT_COMPAT | ENT_HTML401, 'UTF-8', FALSE)}" />
    <input type="hidden" name="xe_validator_id" value="layouts/xedition/layout/1" />
    <fieldset>
    <legend class="blind">{$lang->cmd_login}</legend>
    <div class="control-group">
    <div class="group">
    <input type="text" name="user_id" id="uemail" required="true" />
    <span class="highlight"></span>
    <span class="bar"></span>
    <label class="info_label" for="uemail">{$lang->user_id}</label>
    </div>
    <div class="group">
    <input type="password" name="password" id="upw" required="true" />
    <span class="highlight"></span>
    <span class="bar"></span>
    <label class="info_label" for="upw">{$lang->password}</label>
    </div>
    </div>
    <div cond="$XE_VALIDATOR_ID == 'layouts/xedition/layout/1' && $XE_VALIDATOR_MESSAGE" class="control-group">
    <p class="error">{$XE_VALIDATOR_MESSAGE}</p>
    </div>
    <div class="control-group">
    <label class="chk_label" for="keepid_opt">
    <input type="checkbox" name="keep_signed" id="keepid_opt" value="Y" />
    <span class="checkbox"></span> {$lang->keep_signed}
    </label>
    <div id="warning">
    <p style="text-align:right;"><i class="xi-close"></i></p>
    <p>{str_replace('\n\n', '<br />', $lang->about_keep_signed)}</p>
    <div class="edge"></div>
    </div>
    <button type="submit" class="btn_submit">{$lang->cmd_login}</button>


    <p style="text-align: center;"> - OR - </p>
    <a href="http://ptgym.co.kr/index.php?module=loginxeclient&act=dispLoginxeclientOAuth&provider=naver"><img width="320px;" height="auto;" src="http://ptgym.co.kr/files/attach/images/252/264/41d9ddcab237085c0f16044b0f941810.PNG" /></a>

    </div>
    </fieldset>
    </form>
    </div>
    <div class="login-footer">
    <a href="{getUrl('act', 'dispMemberFindAccount')}">{$lang->cmd_find_member_account}</a>
    <span class="f_bar">|</span>
    <a href="{getUrl('act', 'dispMemberSignUpForm')}">{$lang->cmd_signup}</a>
    </div>
    <a href="#" class="btn_ly_popup"><span class="blind">닫기</span></a>
    </div>
    <script>
    jQuery(function ($) {
    var keep_msg = $("#warning");
    $(".chk_label").on("mouseenter mouseleave focusin focusout", function (e) {
    if(e.type == "mouseenter" || e.type == "focusin") {
    keep_msg.show();
    }
    else {
    keep_msg.hide();
    }
    });
    $("#ly_login_btn, #ly_btn").click(function () {
    $(".login_widget").show();
    return false;
    });
    $(".btn_ly_popup").click(function () {
    $(".login_widget").hide();
    return false;
    });
    $("input").blur(function () {
    var $this = $(this);
    if ($this.val()) {
    $this.addClass("used");
    }
    else {
    $this.removeClass("used");
    }
    });
    });
    </script>
    </section>
    <!-- /Login widget -->
    <script cond="$_enable_slide">
    jQuery(document).ready(function () {
    var swiper = new Swiper('.swiper-container', {
    autoplay: 6000,
    loop: true,
    pagination: '.swiper-pagination',
    paginationClickable: true
    });
    jQuery('.swiper-button-next').on('click', function(e){
    e.preventDefault();
    swiper.swipeNext();
    });
    jQuery('.swiper-button-prev').on('click', function(e){
    e.preventDefault();
    swiper.swipePrev();
    });
    });
    </script>
  • ?
    flexmun 2017.11.03 15:49
    index.php 내용

    <?php
    /* Copyright (C) NAVER <http://www.navercorp.com> */
    /**
    * @file index.php
    * @author NAVER (developers@xpressengine.com)
    * @brief Start page
    *
    * @mainpage XpressEngine
    * @section intro introduction
    *
    * "XpressEngine (XE)" is an opensource and being developed in the opensource project.\n
    * For more information, please see the link below.
    * - Official website: http://www.xpressengine.com
    * - Offcial Repository: https://github.com/xpressengine/xe-core
    * \n
    * "XpressEngine (XE)" is free software; you can redistribute it and/or \n
    * modify it under the terms of the GNU Lesser General Public \n
    * License as published by the Free Software Foundation; either \n
    * version 2.1 of the License, or (at your option) any later version. \n
    * \n
    * This software is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    * Lesser General Public License for more details.
    * \n
    * You should have received a copy of the GNU Lesser General Public
    * License along with this library; if not, write to the Free Software
    * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
    *
    **/

    /**
    * @brief Declare constants for generic use and for checking to avoid a direct call from the Web
    **/
    define('__XE__', TRUE);
    /**
    * @brief Include the necessary configuration files
    **/
    require dirname(__FILE__) . '/config/config.inc.php';

    /**
    * @brief Initialize by creating Context object
    * Set all Request Argument/Environment variables
    **/
    $oContext = Context::getInstance();
    $oContext->init();

    /**
    * @brief If default_url is set and it is different from the current url, attempt to redirect for SSO authentication and then process the module
    **/
    if($oContext->checkSSO())
    {
    $oModuleHandler = new ModuleHandler();

    try
    {
    if($oModuleHandler->init())
    {
    $oModuleHandler->displayContent($oModuleHandler->procModule());
    }
    }
    catch(Exception $e)
    {
    htmlHeader();
    echo Context::getLang($e->getMessage());
    htmlFooter();
    }
    }




    /* End of file index.php */
    /* Location: ./index.php */

  1. notice

    새로운 기구 입고

    새로운 운동기구가 입고 되었습니다. 천국의 계단과 듀얼케이블 힙어브덕션/힙어덕션 브이스퀏 원판 300kg
    Date2024.10.09 Byflexmun Views2040
    read more
  2. notice

    2024년 SBS Sports 미스터코리아 2위 입상

    Date2024.09.29 Byflexmun Views2128
    read more
  3. notice

    2024년 제35회 서울특별시장배 보디빌딩대회 90kg급에...

    8월31일 토요일 일원동 에코파크 2024년 제35회 서울특별시장배 보디빌딩대회 90kg급에서 2위 입상
    Date2024.09.05 Byflexmun Views2152
    read more
  4. notice

    2023년 제34회 서울특별시장배 보디빌딩대회 2위 입상

    10월7일 토요일 일원동 에코파크 2023년 제34회 서울특별시장배 보디빌딩대회 90kg급에서 2위 입상
    Date2023.10.11 Byflexmun Views2615
    read more
  5. notice

    2022년 제33회 서울특별시장배 보디빌딩대회 2위 입상

    체급경기 시합준비 기록 시합3주이내에 감량이 덜됐을때는 아침을 새벽에 먹어도 공복운동후 오후5시 두번째식사까지 보충제도 금지 (그전에는 10시쯤 카제인 한번정도만) 수 06시 공복 65.0 닭가슴살2 야채 사과2/3 포도15알 아몬드20알 김치충븐히 뜨거운커...
    Date2022.09.24 Byflexmun Views2849
    read more
  6. notice

    2022년 SBS Mr&Ms KOREA 2위 입상

    시합준비 내용 4년만에 복귀해서 감이 너무 떨어졌네요 그래도 6위 5위 그리고 2위라 무조건 좋습니다. 염분과 수분조절 거의없는 상태에서 체중변화 목 공복85.5 4시간운동후 84.4 떡 600g 보충제2리터 물1리터 11시 85.7kg 매일먹던거 + 사과2개 떡200g 금 ...
    Date2022.09.24 Byflexmun Views2704
    read more
  7. notice

    교정운동 전문가 교육이수 1700명중 자격증 취득자 42명

    대한교정운동 전문가협회 6년연속 모든 교육과정접수가 조기 마감되는 최고의 교육기관 올해로 교육이수자가 1700명이나 되는 국내 최대 최고의 교육기관 자격증을 남발하는 타 교육기관는 달리 진정한 최고의 전문가양성이 목표이기에 자격증 취득 및 관리가 ...
    Date2021.12.12 Byflexmun Views2728
    read more
  8. notice

    문관장 유투브 채널 바로가기

    유투브 채널 주소 https://www.youtube.com/channel/UCGuN1dYX5SGNCeT3RxhLYlw
    Date2021.10.07 Byflexmun Views2721
    read more
  9. notice

    최근 활동들

    2010년 서울시장배 -80kg급 3위 2011년 서울시장배 -85kg급 2위 2012년 서울시장배 -85kg급 1위 2013년 고양시장배 +85kg급 3위 서울시장배 +90kg급 3위 대한체육회장배 전국대회 1위 2014년 대축전 전국대회 1위 문화관광부장관배 전국대회 2위 2015년 서울시...
    Date2015.06.10 By문종수 Views5264
    read more
  10. 공덕 헬스 대박할인 수험생 리얼 50% 할인 12월9일까지...

    저희 딸도 수능을 보기 때문에 정말 통크게 리얼 50%할인합니다.수험표를 지참하시고 오시면 동반1인포함1+1개월 3만원 (12월 9일까지)수능 대박나서 꼭 원하시는 대학에 합격하세요
    Date2017.11.12 Byflexmun Views777
    Read More
  11. 파비콘 만들기 Favicon

    레이아웃 관리의 헤더스크립트 란에 <link rel="shortcut icon" href="경로/favicon.ico" type="image/x-icon" /> 을 입력 favicon.ico
    Date2017.11.11 Byflexmun Views838
    Read More
  12. 티스토리 모바일 스킨수정중 공덕헬스 공덕...

    스킨 html====================================== <!DOCTYPE html> <!-- Material T Mark5 By 뭐하라 (http://nubiz.tistory.com/) CC BY-NC-SA (http://creativecommons.org/licenses/by-nc-sa/4.0/) --> <html> <head> <meta http-equiv="Content-Type" co...
    Date2017.11.08 Byflexmun Views317896
    Read More
  13. 2017년 대한 체육회장배 전국대회 1위

    Date2017.09.30 Byflexmun Views3507
    Read More
  14. 추석연휴공고

    연휴기기나 상비약, 응급의료기관 연락처 소개 [이데일리 이순용 기자] 해마다 명절이면 문 닫는 약국과 병원으로 인해 응급상황 발생 시 당황하는 경우가 많다. 이런 상황에 당황하지 않고 건강하고 즐거운 명절을 보낼 수 있게 일산백병원 응급의학과 박준...
    Date2017.09.24 Byflexmun Views629
    Read More
  15. 2017 미스터 올림피아 결과

    Chris Nicoll Chris Nicoll Chris Nicoll 10th Cedric McMillan 9th Josh Lenartowicz 8th Brandon Curry 7th Nathan DeAsha 6th Roelly Winklaar 5th Shawn Rhoden 4th Dexter Jackson 3rd William Bonac 2nd Mamdouh Elssbiay (Big Ramy) 1st Phil Heath - ...
    Date2017.09.18 Byflexmun Views618
    Read More
  16. IFBB 2017 Olympia Official Competitor Lists

    OPEN BODYBUILDING 212 BODYBUILDING CLASSIC PHYSIQUE MEN'S PHYSIQUE WOMEN'S PHYSIQUE FIGURE FITNESS BIKINI
    Date2017.09.16 Byflexmun Views333
    Read More
  17. 2017년 문화체육관광부장관배 전국 보디빌딩대회 1위

    Date2017.08.04 Byflexmun Views642
    Read More
  18. 2017년 서울특별시 협회장대회 3위

    2017년 서울 특별시 협회장배 3위 문종수 시합후기는 여기를 보세요.... http://ptgym.co.kr/index.php?mid=day&document_srl=7761
    Date2017.07.11 Byflexmun Views375
    Read More
  19. 교정운동 전문가 과정

    인재 [人材]를 만듭니다 CES KOREA 대한 교정운동 전문가 협회 21차(부산) 6/10-7/8 마감 22차(서울/토요일반) 7/15-9/9 접수중 (곧마감됩니다) 22차(서울/일요일반) 7/16-9/10 마감 23차(부산) 10/14-11/18 접수중 24차(서울) 11/26-1/28 접수중 (70%마감) ww...
    Date2017.06.09 Byflexmun Views332
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 19 Next
/ 19
위로