From 016664d4891889a9f2715cb491c3701960ca1ef7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 28 Nov 2012 12:52:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EB=B0=98=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=20=EA=B8=80=EC=9D=BD=EA=B8=B0=20=EB=8C=93=EA=B8=80=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + skin/board/neo/view.skin.php | 10 +-- skin/board/neo/view_comment.skin.php | 129 ++++++++++++--------------- 3 files changed, 64 insertions(+), 76 deletions(-) diff --git a/.gitignore b/.gitignore index 11bb41e15..04ff6ba2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ data dbconfig.php install.bak +test.php \ No newline at end of file diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php index 8bb0f0dfe..7b6a34b7f 100644 --- a/skin/board/neo/view.skin.php +++ b/skin/board/neo/view.skin.php @@ -136,12 +136,12 @@ ob_end_flush(); - + - +
 "; } ?> diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index b25a0ec77..7df745081 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -1,88 +1,71 @@ - -
+
- - - - - - - -
- - - - - - - - - - - - -
-
-
-
- - -
-
- {$list[$i]['ip']}"; } ?> - 답변 "; } ?> - 수정 "; } ?> - 삭제 "; } ?> -   -
-
- - -
- * "; - $str = $list[$i]['content']; - if (strstr($list[$i]['wr_option'], "secret")) - $str = "$str"; - - $str = preg_replace("/\[\\]/i", "", $str); - // FLASH XSS 공격에 의해 주석 처리 - 110406 - //$str = preg_replace("/\[\\]/i", "", $str); - $str = preg_replace("/\[\]*\>[^\s]*\<\/a\>\]/i", "", $str); - echo $str; - ?> -
- ".$list[$i]['trackback']."

"; } ?> - - - - "> -
- -
- -
+
+

이 글에 대한 댓글목록

+ +
+
+

+
+ + + + +
+ {$list[$i]['ip']}"; } ?> + 답변 "; } ?> + 수정 "; } ?> + 삭제 "; } ?> +   +
+ + + + * "; + $str = $list[$i]['content']; + if (strstr($list[$i]['wr_option'], "secret")) + $str = "$str"; + + $str = preg_replace("/\[\\]/i", "", $str); + // FLASH XSS 공격에 의해 주석 처리 - 110406 + //$str = preg_replace("/\[\\]/i", "", $str); + $str = preg_replace("/\[\]*\>[^\s]*\<\/a\>\]/i", "", $str); + echo $str; + ?> + + ".$list[$i]['trackback']."

"; } ?> + + + + "> + +
+ +
+ - - @@ -316,4 +303,4 @@ comment_box('', 'c'); // 코멘트 입력폼이 보이도록 처리하기위해 -



+