From 999371c47ffeee23cc1ba3f3e2857bc9f03e5861 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 28 Jun 2013 15:12:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=98=81?= =?UTF-8?q?=EC=97=AD=EB=B3=84=20=EC=A3=BC=EC=84=9D=20=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 3 + index.php | 4 +- skin/board/basic/list.skin.php | 10 +- skin/board/basic/view.skin.php | 20 +- skin/board/basic/view_comment.skin.php | 441 +++++++++---------- skin/board/basic/write.skin.php | 2 + skin/board/gallery/list.skin.php | 6 +- skin/board/gallery/view.skin.php | 24 +- skin/board/gallery/view_comment.skin.php | 445 ++++++++++---------- skin/board/gallery/write.skin.php | 45 +- skin/connect/basic/current_connect.skin.php | 2 + skin/latest/basic/latest.skin.php | 4 +- skin/member/basic/formmail.skin.php | 4 +- skin/member/basic/login.skin.php | 4 +- skin/member/basic/member_confirm.skin.php | 4 +- skin/member/basic/memo.skin.php | 4 +- skin/member/basic/memo_form.skin.php | 6 +- skin/member/basic/memo_view.skin.php | 6 +- skin/member/basic/password.skin.php | 2 + skin/member/basic/password_lost.skin.php | 4 +- skin/member/basic/profile.skin.php | 4 +- skin/member/basic/register.skin.php | 2 + skin/member/basic/register_form.skin.php | 2 + skin/member/basic/register_result.skin.php | 2 + skin/member/basic/scrap.skin.php | 4 +- skin/member/basic/scrap_popin.skin.php | 4 +- skin/member/basic/zip.skin.php | 9 +- skin/new/basic/new.skin.php | 7 +- skin/outlogin/basic/outlogin.skin.1.php | 4 +- skin/outlogin/basic/outlogin.skin.2.php | 4 +- skin/poll/basic/poll.skin.php | 4 +- skin/poll/basic/poll_result.skin.php | 10 +- skin/popular/basic/popular.skin.php | 4 +- skin/search/basic/search.skin.php | 4 +- skin/visit/basic/visit.skin.php | 2 + tail.php | 5 + 36 files changed, 592 insertions(+), 519 deletions(-) diff --git a/head.php b/head.php index 59d102b97..878d5039a 100644 --- a/head.php +++ b/head.php @@ -23,6 +23,7 @@ if ($config['cf_include_head']) { } ?> +

@@ -154,9 +155,11 @@ if ($config['cf_include_head']) {
+
+
diff --git a/index.php b/index.php index 546d4ba7e..27f3da6c1 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ if ($config['cf_include_index']) { include_once('./_head.php'); ?> - + 'mobile' order by b.gr_order, a.bo_order "; @@ -37,7 +37,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { - +

목록

- +
+
+ +
Total @@ -41,6 +44,7 @@ if ($is_nogood) $colspan++;
+
@@ -156,6 +160,7 @@ if ($is_nogood) $colspan++; +
게시물 검색 @@ -178,6 +183,7 @@ if ($is_nogood) $colspan++;
+ - + diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php index ff5a50928..aedf0870b 100644 --- a/skin/board/basic/view.skin.php +++ b/skin/board/basic/view.skin.php @@ -5,6 +5,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); +
@@ -36,6 +37,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> +

첨부파일

    @@ -59,11 +61,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?>
+ + + +
+

본문

@@ -137,11 +144,14 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } ?> +
+

+
스크랩 @@ -165,6 +175,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } } ?> +
+
-
+
+ - - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index bb68bbb84..7d941cc9c 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -8,7 +8,7 @@ var char_min = parseInt(); // 최소 var char_max = parseInt(); // 최대 - +

댓글목록

); // 최대 -

등록된 댓글이 없습니다.

+

등록된 댓글이 없습니다.

+ - + + + + \ No newline at end of file diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index 62b913c16..cec6ba51b 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -6,6 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

+
@@ -210,3 +211,4 @@ function fwrite_submit(f) return true; } + \ No newline at end of file diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 19119d3f7..56d3e5626 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -7,7 +7,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');

목록

- +
@@ -150,6 +150,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); +
게시물 검색 @@ -172,6 +173,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
+ - + diff --git a/skin/board/gallery/view.skin.php b/skin/board/gallery/view.skin.php index bfc24059f..aedf0870b 100644 --- a/skin/board/gallery/view.skin.php +++ b/skin/board/gallery/view.skin.php @@ -5,6 +5,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); +
@@ -36,6 +37,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> +

첨부파일

    @@ -59,11 +61,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?>
+ + + +
+

본문

@@ -137,11 +144,14 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } ?> +
+

+
스크랩 @@ -165,10 +175,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } } ?> +
- +
-
+
+ - - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index f0f0769ac..7d941cc9c 100644 --- a/skin/board/gallery/view_comment.skin.php +++ b/skin/board/gallery/view_comment.skin.php @@ -8,7 +8,7 @@ var char_min = parseInt(); // 최소 var char_max = parseInt(); // 최대 - +

댓글목록

); // 최대 -

등록된 댓글이 없습니다.

+

등록된 댓글이 없습니다.

+ - + + + + \ No newline at end of file diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index ca4e94033..cec6ba51b 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -6,6 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

+
@@ -55,7 +56,7 @@ echo $option_hidden; - + @@ -91,7 +92,7 @@ echo $option_hidden; - @@ -101,7 +102,7 @@ echo $option_hidden; - + @@ -125,7 +126,7 @@ echo $option_hidden; - + @@ -145,7 +146,7 @@ echo $option_hidden;

- 작성하신 내용을 제출하시려면 글쓰기 버튼을, 작성을 취소하고 목록으로 돌아가시려면 취소 링크를 누르세요. + 작성하신 내용을 제출하시려면 글쓰기 버튼을, 작성을 취소하고 목록으로 돌아가시려면 취소 링크를 누르세요.

취소 @@ -153,34 +154,6 @@ echo $option_hidden; + \ No newline at end of file diff --git a/skin/connect/basic/current_connect.skin.php b/skin/connect/basic/current_connect.skin.php index aafbb14ca..4913abe9d 100644 --- a/skin/connect/basic/current_connect.skin.php +++ b/skin/connect/basic/current_connect.skin.php @@ -4,6 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 + @@ -33,3 +34,4 @@ if ($i == 0) ?>
+ \ No newline at end of file diff --git a/skin/latest/basic/latest.skin.php b/skin/latest/basic/latest.skin.php index df33929b4..50a6417fd 100644 --- a/skin/latest/basic/latest.skin.php +++ b/skin/latest/basic/latest.skin.php @@ -4,8 +4,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 +
- +
  • @@ -39,3 +40,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+ \ No newline at end of file diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index 864c2cb79..78275b6cf 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -93,4 +94,5 @@ function fformmail_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/login.skin.php b/skin/member/basic/login.skin.php index 5be38aaf0..46519e91b 100644 --- a/skin/member/basic/login.skin.php +++ b/skin/member/basic/login.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -54,4 +55,5 @@ function flogin_submit(f) { return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/member_confirm.skin.php b/skin/member/basic/member_confirm.skin.php index 7d347fc9b..be7b87908 100644 --- a/skin/member/basic/member_confirm.skin.php +++ b/skin/member/basic/member_confirm.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -44,4 +45,5 @@ function fmemberconfirm_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/memo.skin.php b/skin/member/basic/memo.skin.php index 76a0ad28c..16aaa59a9 100644 --- a/skin/member/basic/memo.skin.php +++ b/skin/member/basic/memo.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -45,4 +46,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/memo_form.skin.php b/skin/member/basic/memo_form.skin.php index d12354bd8..2337e316b 100644 --- a/skin/member/basic/memo_form.skin.php +++ b/skin/member/basic/memo_form.skin.php @@ -2,10 +2,11 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
-

쪽지보내기

+

쪽지 보내기

  • 받은쪽지
  • @@ -56,4 +57,5 @@ function fmemoform_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/memo_view.skin.php b/skin/member/basic/memo_view.skin.php index 717921c54..7f7c903e3 100644 --- a/skin/member/basic/memo_view.skin.php +++ b/skin/member/basic/memo_view.skin.php @@ -11,16 +11,19 @@ else { } ?> +

    + +
    -
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/password.skin.php b/skin/member/basic/password.skin.php index d9b04b85f..86777bea9 100644 --- a/skin/member/basic/password.skin.php +++ b/skin/member/basic/password.skin.php @@ -7,6 +7,7 @@ else if ($w == 'd' || $w == 'x') $g4['title'] = $delete_str."글 삭제"; else $g4['title'] = $g4['title']; ?> +
@@ -45,3 +46,4 @@ else $g4['title'] = $g4['title'];
+ \ No newline at end of file diff --git a/skin/member/basic/password_lost.skin.php b/skin/member/basic/password_lost.skin.php index 67564ec81..323d59fda 100644 --- a/skin/member/basic/password_lost.skin.php +++ b/skin/member/basic/password_lost.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -41,4 +42,5 @@ $(function() { var left = sw / 2 - cw / 2; moveTo(left, top); }); - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/profile.skin.php b/skin/member/basic/profile.skin.php index a2a45fdbe..efdf20024 100644 --- a/skin/member/basic/profile.skin.php +++ b/skin/member/basic/profile.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -42,4 +43,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/register.skin.php b/skin/member/basic/register.skin.php index 8a06f9135..e0071551b 100644 --- a/skin/member/basic/register.skin.php +++ b/skin/member/basic/register.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -49,3 +50,4 @@ function fregister_submit(f) return true; } + \ No newline at end of file diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index b5e165fa8..cb5deadd5 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> + @@ -391,3 +392,4 @@ function fregisterform_submit(f) return true; } + \ No newline at end of file diff --git a/skin/member/basic/register_result.skin.php b/skin/member/basic/register_result.skin.php index f3b9a419d..6692611ff 100644 --- a/skin/member/basic/register_result.skin.php +++ b/skin/member/basic/register_result.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -43,3 +44,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+ \ No newline at end of file diff --git a/skin/member/basic/scrap.skin.php b/skin/member/basic/scrap.skin.php index d51b850d9..27084d032 100644 --- a/skin/member/basic/scrap.skin.php +++ b/skin/member/basic/scrap.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -38,4 +39,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/scrap_popin.skin.php b/skin/member/basic/scrap_popin.skin.php index e575870c9..835dfc778 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -33,4 +34,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/zip.skin.php b/skin/member/basic/zip.skin.php index f45b36ec5..d0e11d887 100644 --- a/skin/member/basic/zip.skin.php +++ b/skin/member/basic/zip.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -14,13 +15,15 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 +
+ - + 0) { ?>
@@ -38,6 +41,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

검색결과가 끝났습니다.

+
@@ -59,4 +63,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 } -
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/new/basic/new.skin.php b/skin/new/basic/new.skin.php index 2f0d4e1c8..2cc72cc0b 100644 --- a/skin/new/basic/new.skin.php +++ b/skin/new/basic/new.skin.php @@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 - +
상세검색
@@ -30,9 +30,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 document.getElementById("view").value = "";
- + - + @@ -65,5 +65,6 @@ for ($i=0; $i
+ diff --git a/skin/outlogin/basic/outlogin.skin.1.php b/skin/outlogin/basic/outlogin.skin.1.php index 22d5bd510..6c04f53ce 100644 --- a/skin/outlogin/basic/outlogin.skin.1.php +++ b/skin/outlogin/basic/outlogin.skin.1.php @@ -2,11 +2,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> +

회원로그인

-
@@ -65,4 +65,4 @@ function fhead_submit(f) return true; } - + diff --git a/skin/outlogin/basic/outlogin.skin.2.php b/skin/outlogin/basic/outlogin.skin.2.php index 5d987d0ff..2150993ce 100644 --- a/skin/outlogin/basic/outlogin.skin.2.php +++ b/skin/outlogin/basic/outlogin.skin.2.php @@ -2,9 +2,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + -

나의 회원정보

@@ -42,4 +42,4 @@ function member_leave() location.href = "/member_confirm.php?url=member_leave.php"; } - + diff --git a/skin/poll/basic/poll.skin.php b/skin/poll/basic/poll.skin.php index 5c7b051a7..4340463b9 100644 --- a/skin/poll/basic/poll.skin.php +++ b/skin/poll/basic/poll.skin.php @@ -2,6 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + @@ -61,4 +62,5 @@ function poll_result(url) win_poll(url); } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/poll/basic/poll_result.skin.php b/skin/poll/basic/poll_result.skin.php index abea3b0ae..2b3182246 100644 --- a/skin/poll/basic/poll_result.skin.php +++ b/skin/poll/basic/poll_result.skin.php @@ -2,11 +2,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> +

+

결과

@@ -30,7 +32,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
+ +

이 설문에 대한 기타의견

@@ -87,7 +91,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
+ + +
@@ -116,4 +123,5 @@ function fpollresult_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/popular/basic/popular.skin.php b/skin/popular/basic/popular.skin.php index e4240823a..cd15db9e4 100644 --- a/skin/popular/basic/popular.skin.php +++ b/skin/popular/basic/popular.skin.php @@ -2,6 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> +
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/search/basic/search.skin.php b/skin/search/basic/search.skin.php index 2cafe220a..d11cbf042 100644 --- a/skin/search/basic/search.skin.php +++ b/skin/search/basic/search.skin.php @@ -2,6 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + @@ -131,4 +132,5 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 -
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/visit/basic/visit.skin.php b/skin/visit/basic/visit.skin.php index e9cfb4dbb..2aa9f756c 100644 --- a/skin/visit/basic/visit.skin.php +++ b/skin/visit/basic/visit.skin.php @@ -4,6 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 global $is_admin; ?> +
@@ -22,3 +23,4 @@ global $is_admin; 상세보기
+ \ No newline at end of file diff --git a/tail.php b/tail.php index 9343649fb..e33306e94 100644 --- a/tail.php +++ b/tail.php @@ -17,8 +17,11 @@ if ($config['cf_include_tail']) { + +
+
@@ -35,6 +38,8 @@ if ($config['cf_include_tail']) { " id="device_change">모바일 버전으로 보기 + + \ No newline at end of file