From 864d41f1c08e9fb2c5fdd97d2291ff6b43515142 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 14 May 2013 17:51:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20gnb=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 5 +- plugin/kcp/kcpcert_request.php | 148 --------------------------------- 2 files changed, 3 insertions(+), 150 deletions(-) delete mode 100644 plugin/kcp/kcpcert_request.php diff --git a/css/default.css b/css/default.css index a79ff359b..b36abfeef 100644 --- a/css/default.css +++ b/css/default.css @@ -48,7 +48,7 @@ a:active {color:#000;text-decoration:underline} .cke_sc_def dd {width:30%} /* 상단 레이아웃 */ -#hd {height:73px;border-top:3px solid #151515;background:#fff} +#hd {height:107px;border-top:3px solid #151515;background:#fff} #hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_wrapper {position:relative;margin:0 auto;width:980px} @@ -69,7 +69,8 @@ a:active {color:#000;text-decoration:underline} #mb_nb img {margin-right:3px} /* gnb js off */ -#gnb {z-index:10;margin:-1px 0 0;border-top:1px solid #e7f1ed;border-bottom:1px solid #c3c7c5;background:#f0f4f8} +#gnb {z-index:10;margin:-1px 0 0;border-top:1px solid #e7f1ed;border-bottom:1px solid #c3c7c5;background:#f0f4f8;zoom:1} +#gnb:after {display:block;visibility:hidden;clear:both;content:""} #gnb h2 {position:absolute;margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} #gnb_1dul {margin:0 auto;padding:0;width:980px;zoom:1} #gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/plugin/kcp/kcpcert_request.php b/plugin/kcp/kcpcert_request.php deleted file mode 100644 index 003e2b983..000000000 --- a/plugin/kcp/kcpcert_request.php +++ /dev/null @@ -1,148 +0,0 @@ -mf_clear(); - -// request 로 넘어온 값 처리 -$key = array_keys($_POST); -$sbParam =""; - -for($i=0; $i"; -} - -if ( $req_tx == "cert" ) -{ - // !!up_hash 데이터 생성시 주의 사항 - // year , month , day 가 비어 있는 경우 "00" , "00" , "00" 으로 설정이 됩니다 - // 그외의 값은 없을 경우 ""(null) 로 세팅하시면 됩니다. - // up_hash 데이터 생성시 site_cd 와 ordr_idxx 는 필수 값입니다. - $hash_data = $site_cd . - $ordr_idxx . - $user_name . - f_get_parm_int ( $year ) . - f_get_parm_int ( $month ) . - f_get_parm_int ( $day ) . - $sex_code . - $local_code; - - $up_hash = $ct_cert->make_hash_data( $home_dir, $hash_data ); - - // 인증창으로 넘기는 form 데이터 생성 필드 ( up_hash ) - $sbParam .= ""; -} - -$ct_cert->mf_clear(); -?> - - - - - - *** KCP Online Payment System [PHP Version] *** - - - -
- -
- - - - \ No newline at end of file