From 8b6d038d69b22a09dcfa6b809ed8e3db9d61d7d3 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 15 Apr 2013 17:29:25 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=ED=86=B5=ED=95=A9=EC=8A=A4=ED=82=A8=20=EC=9D=B5?= =?UTF-8?q?=EC=8A=A4=20=ED=95=98=EC=9C=84=20=EB=B2=84=EC=A0=84=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=9D=BC=EB=B6=80=20=ED=99=94=EB=A9=B4=EC=9D=B4=20?= =?UTF-8?q?=EC=83=81=EB=8B=A8=EC=97=90=20=EB=B6=99=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95=20-=20=EC=95=99=EC=B9=B4?= =?UTF-8?q?=EB=8B=98=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 - skin/member/basic/style.css | 6 +++--- skin/member/kcpcert/style.css | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index d2d03f757..b669379b6 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,6 @@ include_once('./_head.php'); $sql = " select bo_table from `{$g4['board_table']}` a left join `{$g4['group_table']}` b on (a.gr_id=b.gr_id) where a.bo_device <> 'mobile' order by b.gr_order, a.bo_order "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { - $lt_style = ""; if ($i%2==1) $lt_style = "margin-left:20px"; else $lt_style = ""; ?> diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index b6c4ddee5..97dbec8fd 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -32,7 +32,7 @@ #find_info_result_wrap {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} /* 로그인 */ -#mb_login {margin:100px auto;width:500px} +#mb_login {margin:0 auto;padding:100px 0;width:500px} #mb_login h1 {margin:0 0 20px;font-size:1.3em} #mb_login h2 {margin:0} #mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} @@ -61,7 +61,7 @@ #scrap_do textarea {height:100px} /* 회원 패스워드 확인 */ -#mb_confirm {margin:100px auto;width:500px} +#mb_confirm {margin:0 auto;padding:100px 0;width:500px} #mb_confirm h1 {margin:0 0 20px;font-size:1.3em} #mb_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} #mb_confirm p strong {display:block} @@ -70,7 +70,7 @@ #mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} /* 비밀글 패스워드 확인 */ -#pw_confirm {margin:100px auto;width:500px} +#pw_confirm {margin:0 auto;padding:100px 0;width:500px} #pw_confirm h1 {margin:0 0 20px;font-size:1.3em} #pw_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} #pw_confirm p strong {display:block} diff --git a/skin/member/kcpcert/style.css b/skin/member/kcpcert/style.css index b6c4ddee5..97dbec8fd 100644 --- a/skin/member/kcpcert/style.css +++ b/skin/member/kcpcert/style.css @@ -32,7 +32,7 @@ #find_info_result_wrap {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} /* 로그인 */ -#mb_login {margin:100px auto;width:500px} +#mb_login {margin:0 auto;padding:100px 0;width:500px} #mb_login h1 {margin:0 0 20px;font-size:1.3em} #mb_login h2 {margin:0} #mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} @@ -61,7 +61,7 @@ #scrap_do textarea {height:100px} /* 회원 패스워드 확인 */ -#mb_confirm {margin:100px auto;width:500px} +#mb_confirm {margin:0 auto;padding:100px 0;width:500px} #mb_confirm h1 {margin:0 0 20px;font-size:1.3em} #mb_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} #mb_confirm p strong {display:block} @@ -70,7 +70,7 @@ #mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} /* 비밀글 패스워드 확인 */ -#pw_confirm {margin:100px auto;width:500px} +#pw_confirm {margin:0 auto;padding:100px 0;width:500px} #pw_confirm h1 {margin:0 0 20px;font-size:1.3em} #pw_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} #pw_confirm p strong {display:block} From fd92af89ec6d9822397184f3f20e9eb0b9b86336 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 15 Apr 2013 17:41:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=EC=83=81?= =?UTF-8?q?=ED=83=9C=EC=97=90=EC=84=9C=20=EC=A0=95=EB=B3=B4=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=A7=81=ED=81=AC=20=EC=A0=91=EC=86=8D=EC=8B=9C=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=ED=99=94=EB=A9=B4=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EC=9D=B4=EB=8F=99=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/member_confirm.php | 4 ++-- mobile/skin/member/basic/member_confirm.skin.php | 11 +++++------ mobile/skin/member/kcpcert/member_confirm.skin.php | 11 +++++------ skin/member/basic/member_confirm.skin.php | 9 ++++----- skin/member/kcpcert/member_confirm.skin.php | 9 ++++----- 5 files changed, 20 insertions(+), 24 deletions(-) diff --git a/bbs/member_confirm.php b/bbs/member_confirm.php index 2469aa973..683b00aaf 100644 --- a/bbs/member_confirm.php +++ b/bbs/member_confirm.php @@ -1,8 +1,8 @@
@@ -10,14 +10,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 회원님의 정보를 안전하게 보호하기 위해 패스워드를 한번 더 확인합니다.

-
- + +
회원아이디 - - + +
@@ -34,7 +34,6 @@ function fmemberconfirm_submit(f) { document.getElementById("btn_submit").disabled = true; - f.action = ""; return true; } diff --git a/mobile/skin/member/kcpcert/member_confirm.skin.php b/mobile/skin/member/kcpcert/member_confirm.skin.php index c557a4aa8..df0f11c22 100644 --- a/mobile/skin/member/kcpcert/member_confirm.skin.php +++ b/mobile/skin/member/kcpcert/member_confirm.skin.php @@ -1,5 +1,5 @@
@@ -10,14 +10,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 회원님의 정보를 안전하게 보호하기 위해 패스워드를 한번 더 확인합니다.

- - + +
회원아이디 - - + +
@@ -34,7 +34,6 @@ function fmemberconfirm_submit(f) { document.getElementById("btn_submit").disabled = true; - f.action = ""; return true; } diff --git a/skin/member/basic/member_confirm.skin.php b/skin/member/basic/member_confirm.skin.php index 9fd82d27e..ed37b05ed 100644 --- a/skin/member/basic/member_confirm.skin.php +++ b/skin/member/basic/member_confirm.skin.php @@ -1,5 +1,5 @@
@@ -14,13 +14,13 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

- - + +
회원아이디 - + @@ -40,7 +40,6 @@ function fmemberconfirm_submit(f) { document.getElementById("btn_submit").disabled = true; - f.action = ""; return true; } diff --git a/skin/member/kcpcert/member_confirm.skin.php b/skin/member/kcpcert/member_confirm.skin.php index f09d82cb4..a32b253e2 100644 --- a/skin/member/kcpcert/member_confirm.skin.php +++ b/skin/member/kcpcert/member_confirm.skin.php @@ -1,5 +1,5 @@
@@ -10,13 +10,13 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 회원님의 정보를 안전하게 보호하기 위해 패스워드를 한번 더 확인합니다.

- - + +
회원아이디 - + @@ -36,7 +36,6 @@ function fmemberconfirm_submit(f) { document.getElementById("btn_submit").disabled = true; - f.action = ""; return true; }