diff --git a/adm/admin.head.php b/adm/admin.head.php index c8253f8ac..e5132a374 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -77,6 +77,7 @@ function imageview(id, w, h)
  • 커뮤니티
  • 쇼핑몰환경
  • +
  • 부가서비스
  • 쇼핑몰
  • 로그아웃
  • @@ -120,7 +121,12 @@ foreach($menu['menu'.$menu_key] as $key=>$value) { if ($is_admin != 'super' && (!array_key_exists($value[0],$auth) || !strstr($auth[$value[0]], 'r'))) continue; - echo $nl.'
  • '.$value[1].'
  • '; + if($value[3] == 'cf_service') + $svc_class = ' class="lnb_svc"'; + else + $svc_class = ''; + + echo $nl.'
  • '.$value[1].'
  • '; $nl = PHP_EOL; } } diff --git a/adm/admin.menu100.php b/adm/admin.menu100.php index 76d54c306..26bdda490 100644 --- a/adm/admin.menu100.php +++ b/adm/admin.menu100.php @@ -10,6 +10,7 @@ $menu['menu100'] = array ( array('100900', '캐시파일 일괄삭제',G5_ADMIN_URL.'/cache_file_delete.php', 'cf_cache', 1), array('100910', '캡챠파일 일괄삭제',G5_ADMIN_URL.'/captcha_file_delete.php', 'cf_captcha', 1), array('100920', '썸네일파일 일괄삭제',G5_ADMIN_URL.'/thumbnail_file_delete.php', 'cf_thumbnail', 1), - array('100500', 'phpinfo()', G5_ADMIN_URL.'/phpinfo.php', 'cf_phpinfo') + array('100500', 'phpinfo()', G5_ADMIN_URL.'/phpinfo.php', 'cf_phpinfo'), + array('100400', '부가서비스', G5_ADMIN_URL.'/service.php', 'cf_service') ); ?> \ No newline at end of file diff --git a/adm/css/admin.css b/adm/css/admin.css index 0332d2cba..4f84332a8 100644 --- a/adm/css/admin.css +++ b/adm/css/admin.css @@ -825,6 +825,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} .pg_end, .pg_next {/* 다음 */} .pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal} + /* 우편번호 검색 */ #post_code p {margin:0 20px 10px} #post_code #code_sch {margin:0 20px} @@ -836,4 +837,49 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} #post_code #result ul {margin:0;padding:0;border-bottom:1px solid #dde4e9;background:#f0f5fc;list-style:none} #post_code #result li {padding:10px;border:1px solid #dde4e9;border-bottom:0} #post_code #result li div {margin:4px 0 0;color:#738D94} -#post_code #result li div:before {content:"▶ "} \ No newline at end of file +#post_code #result li div:before {content:"▶ "} + + +/*부가서비스*/ +.lnb_svc{color:#ff3061;font-weight:bold} +.service_wrap{width:960px; margin:0 20px 10px;overflow:hidden} +.sevice_1{border:1px solid #ebe8e8;width:309px;float:left;border-radius:5px;text-align:center;} +.sevice_1 h3{font-size:16px;color:#525252;margin-top:193px;height:43px;} +.sevice_1 h3 span{font-size:12px;} +.sevice_1 p{padding:20px;background:#f8f8f8;height:102px;font-size:12px;text-align:left; color:#898989;line-height:18px} +.sevice_1 ul {width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;} +.sevice_1 ul li{list-style:none;float:left;border-right:1px solid #ebe8e8;} +.sevice_1 ul li a{display:inline-block;height:75px;width:100%} +.sevice_1 ul li img{padding:10px 0 0;} +.sevice_1 ul li.last{border:0} +.sevice_1 h4{width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;} +.sevice_1 h4 a{display:inline-block;height:65px;padding:10px 0 0;width:100%} + +.svc_card{background:url('../img/service_img1.jpg') no-repeat top center;margin-right:13px;} +.svc_card ul li{width:49%;} +.svc_phone {background:url('../img/service_img2.jpg') no-repeat top center;margin-right:13px;} +.svc_phone ul li{width:33%;} +.svc_ipin {background:url('../img/service_img3.jpg') no-repeat top center;} + +.service_2{border-top:1px solid #ebe8e8;float:left;margin-top:30px;width:480px;border-bottom:1px solid #ebe8e8;height:166px;} +.service_2 h3{font-size:14px;letter-spacing:-1px;color:#525252;margin:0 0 4px} +.service_2 .svc_a{width:300px;float:left} +.service_2 .svc_a p{color:#898989;line-height:16px;letter-spacing:-1px;} + +.svc_keyword{clear:both ;} +.svc_keyword .svc_a{float:left;width:230px;padding:46px 0 0 15px ;height:120px; } + +.service_2 .svc_ri{height:83px;} +.service_2 .svc_ri .svc_a{padding:18px 0 0 22px;} + +.service_2 .svc_btn{float:right;} +.service_2 .svc_btn a{display:inline-block;width:126px; height:37px;background:#ff3061;color:#fff;line-height:37px;text-align:center;margin:22px 13px 0;} +.service_2 .svc_btn a:hover,.service_2 .svc_btn a:focus,.service_2 .svc_btn a:active{text-decoration:none} +.svc_keyword{background:#e6f2f4} +.svc_keyword .svc_btn{margin:40px 0 0 ;} +.svc_keyword .svc_btn a{width:160px;} + +.svc_sms{border-bottom:1px solid #ebe8e8;} +.svc_sms .svc_btn2{float:right} +.svc_sms .svc_btn2 a{display:inline-block; width:150px; height:63px; background:#fbfbfb; text-align:center; padding:20px 0 0;} +.svc_sms .svc_btn2 a img \ No newline at end of file diff --git a/adm/img/service_img1.jpg b/adm/img/service_img1.jpg new file mode 100644 index 000000000..438fbcf93 Binary files /dev/null and b/adm/img/service_img1.jpg differ diff --git a/adm/img/service_img2.jpg b/adm/img/service_img2.jpg new file mode 100644 index 000000000..d1c0c452a Binary files /dev/null and b/adm/img/service_img2.jpg differ diff --git a/adm/img/service_img3.jpg b/adm/img/service_img3.jpg new file mode 100644 index 000000000..e70f492a4 Binary files /dev/null and b/adm/img/service_img3.jpg differ diff --git a/adm/img/svc_btn_01.jpg b/adm/img/svc_btn_01.jpg new file mode 100644 index 000000000..e299ba4be Binary files /dev/null and b/adm/img/svc_btn_01.jpg differ diff --git a/adm/img/svc_btn_02.jpg b/adm/img/svc_btn_02.jpg new file mode 100644 index 000000000..c41ced6dd Binary files /dev/null and b/adm/img/svc_btn_02.jpg differ diff --git a/adm/img/svc_btn_03.jpg b/adm/img/svc_btn_03.jpg new file mode 100644 index 000000000..5663a7ee9 Binary files /dev/null and b/adm/img/svc_btn_03.jpg differ diff --git a/adm/img/svc_btn_04.jpg b/adm/img/svc_btn_04.jpg new file mode 100644 index 000000000..43d67fcbc Binary files /dev/null and b/adm/img/svc_btn_04.jpg differ diff --git a/adm/img/svc_btn_05.jpg b/adm/img/svc_btn_05.jpg new file mode 100644 index 000000000..ba9f96498 Binary files /dev/null and b/adm/img/svc_btn_05.jpg differ diff --git a/adm/service.php b/adm/service.php new file mode 100644 index 000000000..d61817fd8 --- /dev/null +++ b/adm/service.php @@ -0,0 +1,75 @@ + + +
    +

    아래의 서비스들은 영카트에서 이미 지원하는 기능으로 별도의 개발이 필요 없으며 서비스 신청후 바로 사용 할수 있습니다.

    +
    + +
    +
    +

    신용카드 전자결제 서비스
    (계좌이체, 가상계좌 결제 포함)

    +

    이곳을 통하여 가입하시면 신용카드 결제를 국내 최저 수수료인 3.2%에 이용 할 수 있습니다. 영카트를 사용하지 않아도 이 수수료를 적용 받을 수 있습니다. 아래 가입을 희망하시는 회사의 로고를 클릭하시면 가입페이지로 이동합니다.

    + + +
    +
    +

    휴대폰 본인확인 서비스

    +

    정보통신망법 23조 2항(주민등록번호의 사용제한)에 따라 기존 주민등록번호 기반의 인증서비스 이용이 불가합니다. 주민등록번호 대체수단으로 최소한의 정보(생년월일, 휴대폰번호, 성별)를 입력받아 본인임을 확인하는 인증수단 입니다

    + + +
    +
    +

    아이핀 본인확인 서비스

    +

    정부가 주관하는 주민등록번호 대체 수단으로 본인의 개인정보를 아이핀 사이트에 한번만 발급해 놓고, 이후부터는 아이디와 패스워드 만으로 본인임을 확인하는 인증수단 입니다.

    + +

    오케이네임 아이핀 본인확인 신청하기

    + +
    + + +
    +
    +
    +

    키워드 검색광고 (네이버, 다음)

    +

    키워드 광고 최소 70원 부터!
    키워드 광고의 전문가가 검색 결과의
    최상단에 노출시켜 드 립니다

    +
    + +
    +
    +
    +
    +
    +

    SMS 문자 서비스

    +

    주문이나 배송시에 상점운영자 또는 고객에게 휴대폰으로
    단문메세지 (최대 한글 40자, 영문 80자)를 발송합니다.

    +
    +
    아이코드 SMS 서비스 신청하기
    +
    +
    +
    +

    디자인 소스 (아사달)

    +

    이곳을 통하여 아사달 디자인 소스, 시안, 사진등 구입하시면
    10% 할인 쿠폰을 매일 선착순 15분께 드립니다.

    +
    + +
    +
    +
    + +