From 9593612ab4e8204806328a763187b3b8ba880cd1 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 17 Jan 2013 16:32:04 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=EC=8A=A4=ED=82=A8=20=EC=9E=91=EC=97=85=20?= =?UTF-8?q?=EC=A4=91,=20=EC=9A=B0=ED=8E=B8=EB=B2=88=ED=98=B8=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=EC=9D=98=20legend=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/_head.sub.php | 4 +++ bbs/_tail.sub.php | 4 +++ bbs/login.php | 4 +-- css/default.css | 2 ++ skin/member/neo/login.skin.php | 47 +++++++++++++++++++--------------- skin/member/neo/zip.skin.php | 1 - 6 files changed, 38 insertions(+), 24 deletions(-) create mode 100644 bbs/_head.sub.php create mode 100644 bbs/_tail.sub.php diff --git a/bbs/_head.sub.php b/bbs/_head.sub.php new file mode 100644 index 000000000..a91c46f10 --- /dev/null +++ b/bbs/_head.sub.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/bbs/_tail.sub.php b/bbs/_tail.sub.php new file mode 100644 index 000000000..7bcb79ab6 --- /dev/null +++ b/bbs/_tail.sub.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/bbs/login.php b/bbs/login.php index d71bc4533..c8039b1a0 100644 --- a/bbs/login.php +++ b/bbs/login.php @@ -2,7 +2,7 @@ include_once('./_common.php'); $g4['title'] = '로그인'; -include_once('./_head.php'); +include_once('./_head.sub.php'); $p = parse_url($url); if ((isset($p['scheme']) && $p['scheme']) || @@ -52,5 +52,5 @@ $member_skin_path = $g4['path'].'/skin/member/'.$config['cf_member_skin']; include_once($member_skin_path.'/login.skin.php'); -include_once('./_tail.php'); +include_once('./_tail.sub.php'); ?> diff --git a/css/default.css b/css/default.css index 4fb9e7aac..67d397306 100644 --- a/css/default.css +++ b/css/default.css @@ -407,6 +407,8 @@ a {color:#000;text-decoration:none} #post_num li a {display:block;padding:5px 0} #post_num p {margin:0 auto 30px;width:90%} +/* 로그인 */ + /* 회원가입 약관 */ #fregister section {margin-bottom:20px} #fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #ddd;background:#f7f7f7} diff --git a/skin/member/neo/login.skin.php b/skin/member/neo/login.skin.php index ded13682e..201951617 100644 --- a/skin/member/neo/login.skin.php +++ b/skin/member/neo/login.skin.php @@ -2,30 +2,35 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> -
- +
+

로그인

-
- - - - - - - -
+ + -
-

회원로그인 안내

-

- 회원아이디 및 패스워드가 기억 안나실 때는 아이디/패스워드 찾기를 이용하십시오.
- 아직 회원이 아니시라면 회원으로 가입 후 이용해 주십시오. -

- 아이디/패스워드 찾기 - 회원가입 -
+
+ + + + + + + +
- +
+

회원로그인 안내

+

+ 회원아이디 및 패스워드가 기억 안나실 때는 아이디/패스워드 찾기를 이용하십시오.
+ 아직 회원이 아니시라면 회원으로 가입 후 이용해 주십시오. +

+ 아이디/패스워드 찾기 + 회원가입 +
+ + + +
-
+

패스워드를 한번 더 입력해주세요.