From 872ced747bdb526e7551583e2c5c396e51d09326 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 1 Feb 2013 11:50:23 +0900 Subject: [PATCH 1/5] =?UTF-8?q?md5.js=20=EA=B2=BD=EB=A1=9C=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/view_comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/view_comment.php b/bbs/view_comment.php index eac5eb579..e87b7d3fa 100644 --- a/bbs/view_comment.php +++ b/bbs/view_comment.php @@ -118,7 +118,7 @@ include_once($board_skin_path.'/view_comment.skin.php'); //echo "\n"; if (!$member['mb_id']) // 비회원일 경우에만 - echo ''.PHP_EOL; + echo ''.PHP_EOL; @include_once($board_skin_path.'/view_comment.tail.skin.php'); ?> \ No newline at end of file From 8d95e12f9ea50667b66940a340c1e725bf78f082 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 1 Feb 2013 11:50:59 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=EC=97=90=EC=84=A0=20=EC=BA=A1=EC=B0=A8=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=B6=9C=EB=A0=A5=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/neo/view_comment.skin.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index 3fb127e62..94f5f567a 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -26,8 +26,7 @@ var char_max = parseInt(); // 최대 ?>
style="margin-left:px">
-

님의 댓글

- +

님의 댓글

댓글의 댓글 아이피 @@ -211,7 +210,7 @@ var char_max = parseInt(); // 최대 } } - + return true; } From e395c0a21501f2b543a56d569c9cdb10d96bdcdd Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 1 Feb 2013 11:52:18 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=EB=B7=B0=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/adm.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/css/adm.css b/css/adm.css index d2815d68b..9ea86e09c 100644 --- a/css/adm.css +++ b/css/adm.css @@ -148,16 +148,21 @@ fieldset button:focus, .fieldset_submit:focus {padding:0 15px;height:23px;border .td_category {width:120px;text-align:center} .visit_bar {position:relative} .visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#ddd} -/* 사이드뷰 */ -#sideview {z-index:1000;position:absolute;top:15px;left:20px;border:1px solid #999;background:#f9f9f9} -#sideview ul {list-style:none} -#sideview a {display:inline-block;padding:5px 10px 4px;width:100px;border-bottom:1px solid #ddd} /* 메일 테스트, 세션파일일괄삭제 */ #fsendmailtest p, #session_del p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff;font-size:0.75em} #cache_del p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff;font-size:0.75em} +/* 사이드뷰 */ +.sv {display:inline-block;position:relative;font-weight:normal} +.sv .sv_wrap {display:none;margin-top:5px;border:1px solid #eee;background:#f7f7f2} +.sv_nojs .sv_wrap {display:block;width:100px !important} +.sv .sv_wrap a {display:block;padding:3px;border-bottom:1px solid #eee} +.sv_on {z-index:1000;display:block !important;position:absolute;top:10px;left:20px;width:100px !important;height:auto !important;background:#ddd;overflow:auto} +.sv_member, +.sv_guest {font-weight:bold} + /* pagination */ .pg {clear:both;margin:0 0 10px;padding-top:20px;font-size:0.75em;text-align:center} .pg_wrap {display:inline-block;border:1px solid #c7cfd5;letter-spacing:-4px} From fed53ac059cbf23488bd86215d2d12134b08110b Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 1 Feb 2013 11:56:08 +0900 Subject: [PATCH 4/5] =?UTF-8?q?get=5Fsideview=20=EC=97=90=EC=84=9C=20str2?= =?UTF-8?q?=20=EC=8B=9C=EC=9E=91=20=EB=B6=80=EB=B6=84=EC=97=90=20=EC=A0=90?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 2bb4879ab..c37244a75 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -987,7 +987,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $str = "\n"; $str .= $tmp_name."\n"; - $str2 .= "\n"; + $str2 = "\n"; if($mb_id) $str2 .= "쪽지보내기\n"; if($email) From ffd6b7405e1e25b5096ba631dc89ef0cd48806bb Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 1 Feb 2013 12:03:28 +0900 Subject: [PATCH 5/5] =?UTF-8?q?sv=5Fmember=EC=97=90=20=EB=A7=81=ED=81=AC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 2bb4879ab..ce0ca35f6 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -958,7 +958,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $tmp_name = ""; if ($mb_id) { - $tmp_name = "$name"; + $tmp_name = "$name"; if ($config['cf_use_member_icon']) { $mb_dir = substr($mb_id,0,2); @@ -971,13 +971,13 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $tmp_name = ''; if ($config['cf_use_member_icon'] == 2) // 회원아이콘+이름 - $tmp_name = $tmp_name . ' '.$name.''; + $tmp_name = $tmp_name . " $name"; } } $title_mb_id = '['.$mb_id.']'; } else { - $tmp_name = ''.$name.''; + $tmp_name = "$name"; $title_mb_id = '[비회원]'; }