From 41b62750b4d74c5079b7c94f4b6549371993c8b7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 29 Jan 2013 14:16:05 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EC=8A=A4=ED=82=A8=20=EA=B0=80=EC=9E=85=EC=95=BD?= =?UTF-8?q?=EA=B4=80=EB=8F=99=EC=9D=98=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password.php | 17 +++++++++++++---- css/default.css | 22 ++++++++++++++++++++-- skin/member/neo/password.skin.php | 19 ++++++++++++------- skin/member/neo/register.skin.php | 9 +++++---- 4 files changed, 50 insertions(+), 17 deletions(-) diff --git a/bbs/password.php b/bbs/password.php index c7db7b033..e8e561fb4 100644 --- a/bbs/password.php +++ b/bbs/password.php @@ -26,13 +26,22 @@ switch ($w) { include_once(G4_PATH.'/head.sub.php'); -if ($board['bo_include_head']) { @include ($board['bo_include_head']); } -if ($board['bo_content_head']) { echo stripslashes($board['bo_content_head']); } +//if ($board['bo_include_head']) { @include ($board['bo_include_head']); } +//if ($board['bo_content_head']) { echo stripslashes($board['bo_content_head']); } + +/* 비밀글의 제목을 가져옴 지운아빠 2013-01-29 */ +$sql = " select wr_subject from {$write_table} + where wr_num = '{$write['wr_num']}' + and wr_reply = '' + and wr_is_comment = 0 "; +$row = sql_fetch($sql); + +$g4['title'] = $row['wr_subject']; include_once($member_skin_path.'/password.skin.php'); -if ($board['bo_content_tail']) { echo stripslashes($board['bo_content_tail']); } -if ($board['bo_include_tail']) { @include ($board['bo_include_tail']); } +//if ($board['bo_content_tail']) { echo stripslashes($board['bo_content_tail']); } +//if ($board['bo_include_tail']) { @include ($board['bo_include_tail']); } include_once(G4_PATH.'/tail.sub.php'); ?> diff --git a/css/default.css b/css/default.css index 41a4f7636..f6cf89365 100644 --- a/css/default.css +++ b/css/default.css @@ -92,7 +92,7 @@ pre {overflow-x:scroll;font-size:1.1em} .btn02 {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none;line-height:2.2em} .btn03 {display:inline-block;padding:0 10px;height:24px;border:1px solid #494949 !important;background:#494949 !important;color:#fff !important;text-decoration:none;line-height:2.2em} .btn_confirm {text-align:center} /* 서식단계 진행 */ -.btn_submit {padding:0 10px;height:24px;border:0;background:#484848;color:#fff;letter-spacing:-0.1em;vertical-align:top} +.btn_submit {padding:0 10px;height:24px;border:0;background:#109ff1;color:#fff;letter-spacing:-0.1em;vertical-align:top} .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2em} .btn_frmline {padding:0 7px 0 5px;height:22px;border:0;background:#109ff1;color:#fff;letter-spacing:-0.1em;vertical-align:top;line-height:2em} .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ @@ -159,6 +159,15 @@ fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:# fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#fff;line-height:1.9em;vertical-align:middle;cursor:pointer} /* ///// 스킨별 스타일 ///// */ +/* 회원가입 약관 */ +#fregister section {margin:0 0 20px;padding:20px} +#fregister h2 {margin:0 0 20px;text-align:center} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #ddd;background:#f7f7f7} +#fregister textarea:focus {background:#333;color:#fff} +.fregister_agree {padding:10px 0 0;text-align:right} +.fregister_agree label {display:inline-block;margin-right:5px} +#fregister p {text-align:center} + /* 아웃로그인 스킨 */ .ol {position:relative;margin-bottom:10px;padding:14px} .ol h2 {width:0;height:0;overflow:hidden} @@ -172,7 +181,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f .ol_pwlabel {position:absolute;top:35px;left:5px;color:#696969;font-size:0.9em} #auto_login {} #auto_login_label {letter-spacing:-0.1em} -#ol_submit {width:60px;height:24px;border:1px solid #383838;background:#484848;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} +#ol_submit {width:60px;height:24px;border:1px solid #239ce2;background:#109ff1;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} #ol_before ul {float:right;margin:7px 0 13px;zoom:1} #ol_before ul:after {display:block;visibility:hidden;clear:both;content:""} #ol_before li {float:left;margin-left:5px;padding-top:2px} @@ -214,6 +223,15 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f #mb_confirm label {letter-spacing:-0.1em} #mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} +/* 비밀글 패스워드 확인 */ +#pw_confirm {margin:100px auto;width:500px} +#pw_confirm h1 {margin:0 0 20px;font-size:1.3em} +#pw_confirm p {padding:20px;border-bottom-color:#f7f7f2} +#pw_confirm p strong {display:block} +#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;text-align:center} +#pw_confirm label {letter-spacing:-0.1em} +#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + /* 설문조사 스킨 */ #poll {} #poll header {padding:14px 14px 0} diff --git a/skin/member/neo/password.skin.php b/skin/member/neo/password.skin.php index adc3e3cfb..e21d7d697 100644 --- a/skin/member/neo/password.skin.php +++ b/skin/member/neo/password.skin.php @@ -2,10 +2,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> -
-

+

+

+

비밀글 기능으로 보호된 글입니다. - 작성자와 관리자만 열람하실 수 있습니다. 작성자 본인이시라면 패스워드를 입력하세요. + 작성자와 관리자만 열람하실 수 있습니다. 본인이라면 패스워드를 입력하세요.

@@ -17,13 +18,17 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 -
+
- - + +
- + + +