From ff8aae2cb0d799afaecb0a722ccbabcfeb64ee46 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 17:23:15 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=B9=84=EB=B0=80?= =?UTF-8?q?=EB=8C=93=EA=B8=80=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/neo/view_comment.skin.php | 6 +- test.php | 209 +-------------------------- 2 files changed, 12 insertions(+), 203 deletions(-) diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index b957e5554..5b178b7ef 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -16,7 +16,6 @@ var char_max = parseInt(); // 최대 $comment_id = $list[$i]['wr_id']; $cmt_depth = ""; // 댓글단계 $cmt_depth = strlen($list[$i]['wr_comment_reply']) * 20; - if (strstr($list[$i]['wr_option'], "secret")) echo '비밀글'; $str = $list[$i]['content']; if (strstr($list[$i]['wr_option'], "secret")) $str = $str; @@ -38,7 +37,10 @@ var char_max = parseInt(); // 최대 -

+

+ ";?>
+ +

diff --git a/test.php b/test.php index 85b7cd4a4..07f7d788f 100644 --- a/test.php +++ b/test.php @@ -1,205 +1,12 @@ - - + - - Create a Custom Select Box with jQuery - Onextrapixel - - - - - - - -
- - -
- - -
- Option 1 - Option 2 - Option 3 -
-
-
- - + \ No newline at end of file From d162506c8ed8dc602b9fb744a612deef0b6d4474 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 17:54:26 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9=20=ED=91=9C=EC=8B=9C=EB=B0=A9=EB=B2=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- head.sub.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index a5c3fbcba..d936f8c77 100644 --- a/css/default.css +++ b/css/default.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;font-family:"dotum"} +body {margin:0;padding:0 0 3px;background:#f7f7f2;font-size:0.75em;font-family:"dotum"} html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} diff --git a/head.sub.php b/head.sub.php index aa361b956..b75f0e973 100644 --- a/head.sub.php +++ b/head.sub.php @@ -4,8 +4,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $begin_time = get_microtime(); -if (!isset($g4['title'])) +if (!isset($g4['title'])) // 페이지 제목이 없으면 환경설정의 홈페이지 제목 출력 $g4['title'] = $config['cf_title']; +else // 페이지 제목이 있으면 페이지 제목에 환경설정의 홈페이지 제목을 더해서 출력 + $g4['title'] .= " : ".$config['cf_title']; // 현재 접속자 //$lo_location = get_text($g4[title]); From 4955bb66197ebe7158e826480b7b697c7eabaf52 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 17:59:36 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index d936f8c77..ee21466fd 100644 --- a/css/default.css +++ b/css/default.css @@ -2,8 +2,8 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0 0 3px;background:#f7f7f2;font-size:0.75em;font-family:"dotum"} -html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} +body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;font-family:"dotum"} +html, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} From bb0be3534dcec237df6d91fe58af80c817ed907a Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 18:06:42 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20h1=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index ee21466fd..8d2191b9b 100644 --- a/css/default.css +++ b/css/default.css @@ -3,7 +3,7 @@ /* 초기화 */ html {overflow-y:scroll} body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;font-family:"dotum"} -html, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} +html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} From e2f226a1e10a7ea5ee288ca5ba19aa500b8d2794 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 18:10:52 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=9B=90=EB=AC=B8=EC=97=90=20=EC=A4=84=EB=B0=94=EA=BF=88=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/neo/view_comment.skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index 5b178b7ef..5dae055c1 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -38,7 +38,7 @@ var char_max = parseInt(); // 최대

- ";?>
+
";?>

From 4c4a2d9c074be2b16b8302a6c08a4d35d34346a4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 18:21:30 +0900 Subject: [PATCH 6/6] =?UTF-8?q?=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9=20=ED=91=9C=EC=8B=9C=EB=B0=A9=EB=B2=95=20?= =?UTF-8?q?=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/head.sub.php b/head.sub.php index b75f0e973..f26b0ebc5 100644 --- a/head.sub.php +++ b/head.sub.php @@ -4,10 +4,13 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $begin_time = get_microtime(); -if (!isset($g4['title'])) // 페이지 제목이 없으면 환경설정의 홈페이지 제목 출력 +$g4_head_title = $g4['title']; // 상태바에 표시될 제목 +if (!isset($g4['title'])) { $g4['title'] = $config['cf_title']; -else // 페이지 제목이 있으면 페이지 제목에 환경설정의 홈페이지 제목을 더해서 출력 - $g4['title'] .= " : ".$config['cf_title']; + $g4_head_title = $g4['title']; +} +else + $g4_head_title .= " : ".$config['cf_title']; // 현재 접속자 //$lo_location = get_text($g4[title]); @@ -37,7 +40,7 @@ else $g4_css = "default"; -<?=$g4['title']?> +<?=$g4_head_title?> ">