From 731926df9ac021cf3dee42fd3fc283869d42c30f Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 09:40:55 +0900 Subject: [PATCH 01/18] =?UTF-8?q?#339=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/member/basic/scrap_popin.skin.php | 2 +- skin/member/basic/scrap_popin.skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/skin/member/basic/scrap_popin.skin.php b/mobile/skin/member/basic/scrap_popin.skin.php index 117d473c1..c42aabdd1 100644 --- a/mobile/skin/member/basic/scrap_popin.skin.php +++ b/mobile/skin/member/basic/scrap_popin.skin.php @@ -28,7 +28,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

- +
\ 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 6b1167b26..f7bb40c63 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -28,7 +28,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

- +
\ No newline at end of file From 56311d8a26c06513c28400abe184d67b9c0162b2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 10:16:51 +0900 Subject: [PATCH 02/18] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EC=B6=94?= =?UTF-8?q?=EC=B2=9C=20=EB=B9=84=EC=B6=94=EC=B2=9C=20=EA=B0=81=EA=B0=81=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=97=AC=EB=B6=80=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EB=9D=BC=20=EC=B6=9C=EB=A0=A5=EB=90=98=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/gallery/list.skin.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 5214710b7..62ee6b956 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -109,10 +109,12 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
  • 작성자
  • 작성일
  • 조회
  • +
  • - 추천 - 비추천 + 추천 + 비추천
  • + From a97d9626d6859edabf374667d9d6a65464c98c0c Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 10:18:14 +0900 Subject: [PATCH 03/18] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20#338=20?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=A5=B8=20bbs/group.php=20pc,=20mobile?= =?UTF-8?q?=20=EA=B5=AC=EB=B6=84=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/group.php | 10 ++++++++++ mobile/group.php | 16 +++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/bbs/group.php b/bbs/group.php index 4ad83b98b..9e1d74987 100644 --- a/bbs/group.php +++ b/bbs/group.php @@ -11,18 +11,28 @@ if (G4_IS_MOBILE) { include_once('./_head.php'); ?> + +
    + 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. // 사용방법 // latest(스킨, 게시판아이디, 출력라인, 글자수); echo latest('basic', $row['bo_table'], 5, 70); + ?> +
    + diff --git a/mobile/group.php b/mobile/group.php index a0cabaa4c..5eeb7e433 100644 --- a/mobile/group.php +++ b/mobile/group.php @@ -4,7 +4,21 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 include_once(G4_MOBILE_PATH.'/_head.php'); ?> -모바일용 게시판 그룹 + + 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. + + // 사용방법 + // latest(스킨, 게시판아이디, 출력라인, 글자수); + echo latest('basic', $row['bo_table'], 5, 70); +} +?> + Date: Thu, 7 Mar 2013 10:20:20 +0900 Subject: [PATCH 04/18] =?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=20=EC=84=A0=ED=83=9D=EC=9D=B4=EB=8F=99=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EB=B3=B5=EC=82=AC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/move.php b/bbs/move.php index 2643c31c7..6006a1180 100644 --- a/bbs/move.php +++ b/bbs/move.php @@ -55,7 +55,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - +
    From e09fce6f22bf4f64a334c70e027a71d0c4cc13f3 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 10:34:41 +0900 Subject: [PATCH 05/18] =?UTF-8?q?ckeditor=20=EB=85=B8=EC=B6=9C=20=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0,?= =?UTF-8?q?=20basic=20skin=20=EC=BD=94=EB=93=9C=EB=A5=BC=20=EC=B0=B8?= =?UTF-8?q?=EA=B3=A0=ED=95=98=EC=84=B8=EC=9A=94.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bbs/write.php b/bbs/write.php index d4bdc6d10..7965b88ae 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -361,6 +361,7 @@ include_once('./board_head.php'); $action_url = G4_HTTPS_BBS_URL."/write_update.php"; +echo ''; include_once ($board_skin_path.'/write.skin.php'); include_once('./board_tail.php'); From 3679722fc0c91eed2102ed03b493769228270c92 Mon Sep 17 00:00:00 2001 From: rollydream Date: Thu, 7 Mar 2013 10:45:47 +0900 Subject: [PATCH 06/18] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=8A=A4=ED=82=A8?= =?UTF-8?q?=20=EC=86=8D=EC=84=B1=20=EC=88=98=EC=A0=95=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/member/basic/register_form.skin.php | 2 +- skin/member/kcpcert/formmail.skin.php | 22 +++++----- skin/member/kcpcert/login.skin.php | 12 +++--- skin/member/kcpcert/member_confirm.skin.php | 10 ++--- skin/member/kcpcert/memo_form.skin.php | 8 ++-- skin/member/kcpcert/password.skin.php | 4 +- skin/member/kcpcert/password_lost.skin.php | 6 +-- skin/member/kcpcert/password_lost2.skin.php | 2 +- skin/member/kcpcert/register.skin.php | 8 ++-- skin/member/kcpcert/register_form.skin.php | 48 ++++++++++----------- skin/member/kcpcert/scrap_popin.skin.php | 6 +-- skin/member/kcpcert/zip.skin.php | 10 ++--- skin/new/basic/new.skin.php | 6 +-- skin/outlogin/basic/outlogin.skin.1.php | 8 ++-- skin/outlogin/basic/outlogin.skin.2.php | 6 +-- skin/poll/basic/poll.skin.php | 2 +- skin/poll/basic/poll_result.skin.php | 6 +-- skin/search/basic/search.skin.php | 8 ++-- 18 files changed, 87 insertions(+), 87 deletions(-) diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index f301ab5a3..7ccfae9b7 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -21,7 +21,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 diff --git a/skin/member/kcpcert/formmail.skin.php b/skin/member/kcpcert/formmail.skin.php index c04369eec..ebd491bcf 100644 --- a/skin/member/kcpcert/formmail.skin.php +++ b/skin/member/kcpcert/formmail.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

    님께 메일보내기

    -
    + @@ -19,36 +19,36 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    - + - + - + - + - + - + @@ -58,7 +58,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    할 게시판을 한개 이상 선택하여 주십시오.
    영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. - > + >
    형식 - - - + + +
    자동등록방지
    - + 창닫기
    diff --git a/skin/member/kcpcert/login.skin.php b/skin/member/kcpcert/login.skin.php index d79378d04..aa0c4c5d8 100644 --- a/skin/member/kcpcert/login.skin.php +++ b/skin/member/kcpcert/login.skin.php @@ -5,16 +5,16 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

    - +
    - + - - - + + +
    @@ -25,7 +25,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 아직 회원이 아니시라면 회원으로 가입 후 이용해 주십시오.

    - 아이디 패스워드 찾기 + 아이디 패스워드 찾기 회원 가입
    diff --git a/skin/member/kcpcert/member_confirm.skin.php b/skin/member/kcpcert/member_confirm.skin.php index 00973554b..776161e40 100644 --- a/skin/member/kcpcert/member_confirm.skin.php +++ b/skin/member/kcpcert/member_confirm.skin.php @@ -10,17 +10,17 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 회원님의 정보를 안전하게 보호하기 위해 패스워드를 한번 더 확인합니다.

    - - - + + +
    회원아이디 - - + +
    diff --git a/skin/member/kcpcert/memo_form.skin.php b/skin/member/kcpcert/memo_form.skin.php index 328a341b9..52ebf04ad 100644 --- a/skin/member/kcpcert/memo_form.skin.php +++ b/skin/member/kcpcert/memo_form.skin.php @@ -12,20 +12,20 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -
    + - + @@ -38,7 +38,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    - + 창닫기
    diff --git a/skin/member/kcpcert/password.skin.php b/skin/member/kcpcert/password.skin.php index 6f597f001..adf2c94f9 100644 --- a/skin/member/kcpcert/password.skin.php +++ b/skin/member/kcpcert/password.skin.php @@ -22,7 +22,7 @@ else $g4['title'] = $g4['title'];

    - + @@ -33,7 +33,7 @@ else $g4['title'] = $g4['title'];
    - +
    diff --git a/skin/member/kcpcert/password_lost.skin.php b/skin/member/kcpcert/password_lost.skin.php index 713829bd5..5f585e932 100644 --- a/skin/member/kcpcert/password_lost.skin.php +++ b/skin/member/kcpcert/password_lost.skin.php @@ -8,7 +8,7 @@ if((int)get_cookie('ck_passwordlost_count') > 2)

    아이디/패스워드 찾기

    -
    +
    @@ -16,9 +16,9 @@ if((int)get_cookie('ck_passwordlost_count') > 2) 회원가입 시 등록하신 이름과 핸드폰번호를 입력해 주세요.

    - + - +
    diff --git a/skin/member/kcpcert/password_lost2.skin.php b/skin/member/kcpcert/password_lost2.skin.php index 03e0f127a..3b90fc5be 100644 --- a/skin/member/kcpcert/password_lost2.skin.php +++ b/skin/member/kcpcert/password_lost2.skin.php @@ -68,7 +68,7 @@ include_once(G4_PATH.'/head.sub.php');

    아이디/패스워드 찾기

    - +

    회원님의 아이디와 변경된 패스워드입니다.
    diff --git a/skin/member/kcpcert/register.skin.php b/skin/member/kcpcert/register.skin.php index f6302728e..f7a0a6d8c 100644 --- a/skin/member/kcpcert/register.skin.php +++ b/skin/member/kcpcert/register.skin.php @@ -2,14 +2,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - +

    회원가입약관

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

    회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.

    - +
    diff --git a/skin/member/kcpcert/register_form.skin.php b/skin/member/kcpcert/register_form.skin.php index 92b9215a9..f8fa82724 100644 --- a/skin/member/kcpcert/register_form.skin.php +++ b/skin/member/kcpcert/register_form.skin.php @@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
    + @@ -20,18 +20,18 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    - + - +
    쪽지쓰기
    - + 여러 회원에게 보낼때는 컴마(,)로 구분하세요.
    자동등록방지
    - > + > 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.
    >>
    >>
    @@ -40,7 +40,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - > + > 공백없이 한글만 입력하세요."; } ?> @@ -49,7 +49,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
    @@ -63,7 +63,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - " maxlength="100" size="50" value='' > + ' id="reg_mb_email" class="frm_input email " size="50" maxlength="100"> @@ -76,14 +76,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - " maxlength="255" size="50" value=""> + " size="50" maxlength="255"> - " maxlength="20" value=""> + " maxlength="20" > @@ -93,7 +93,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + @@ -108,12 +108,12 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 필수 - " size="2" maxlength="3" value="" title="우편번호 앞자리"> + " size="2" maxlength="3" > - - " size="2" maxlength="3" value="" title="우편번호 뒷자리"> - 주소찾기 - " size="50" value="" title="행정구역주소"> - " size="50" value="" title="상세주소"> + " size="2" maxlength="3" > + 주소찾기 + " size="50" > + " size="50" > @@ -124,14 +124,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + - + @@ -139,9 +139,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + - + @@ -155,7 +155,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - > + > 정보 메일을 받겠습니다. @@ -164,7 +164,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - > + > 핸드폰 문자메세지를 받겠습니다. @@ -175,7 +175,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - > + > 다른분들이 나의 정보를 볼 수 있도록 합니다. 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. @@ -198,7 +198,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + @@ -209,7 +209,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    - + 취소
    diff --git a/skin/member/kcpcert/scrap_popin.skin.php b/skin/member/kcpcert/scrap_popin.skin.php index 117d473c1..7a95eaf66 100644 --- a/skin/member/kcpcert/scrap_popin.skin.php +++ b/skin/member/kcpcert/scrap_popin.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

    스크랩하기

    -
    + @@ -18,7 +18,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + @@ -28,7 +28,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

    - +
    \ No newline at end of file diff --git a/skin/member/kcpcert/zip.skin.php b/skin/member/kcpcert/zip.skin.php index e00e1ff0a..e45b96210 100644 --- a/skin/member/kcpcert/zip.skin.php +++ b/skin/member/kcpcert/zip.skin.php @@ -6,16 +6,16 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

    - - - + + +
    - - + +
    diff --git a/skin/new/basic/new.skin.php b/skin/new/basic/new.skin.php index 61d23e644..10542f1d6 100644 --- a/skin/new/basic/new.skin.php +++ b/skin/new/basic/new.skin.php @@ -7,13 +7,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 상세검색 -
    - > + id="sop_or" name="sop"> - > + id="sop_and" name="sop"> From ece189b292faa878d6996e27ffcd6330fdcf0aec Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 11:56:09 +0900 Subject: [PATCH 07/18] =?UTF-8?q?=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1:=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EA=B8=80/=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=20=EC=8B=9C=20=EB=A9=94=EC=9D=BC=20=EB=B0=9C?= =?UTF-8?q?=EC=86=A1=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/write_comment_update.php | 44 ++++++++++----------- bbs/write_update_mail.php | 75 +++++++++--------------------------- css/default.css | 5 ++- 3 files changed, 44 insertions(+), 80 deletions(-) diff --git a/bbs/write_comment_update.php b/bbs/write_comment_update.php index 15e511198..3edbe59ca 100644 --- a/bbs/write_comment_update.php +++ b/bbs/write_comment_update.php @@ -27,13 +27,13 @@ if ($is_guest) { if ($w == "c" || $w == "cu") { if ($member['mb_level'] < $board['bo_comment_level']) - alert('코멘트를 쓸 권한이 없습니다.'); + alert('댓글를 쓸 권한이 없습니다.'); } else alert('w 값이 제대로 넘어오지 않았습니다.'); // 세션의 시간 검사 -// 4.00.15 - 코멘트 수정시 연속 게시물 등록 메시지로 인한 오류 수정 +// 4.00.15 - 댓글 수정시 연속 게시물 등록 메시지로 인한 오류 수정 if ($w == 'c' && $_SESSION['ss_datetime'] >= (G4_SERVER_TIME - $config['cf_delay_sec']) && !$is_admin) alert('너무 빠른 시간내에 게시물을 연속해서 올릴 수 없습니다.'); @@ -51,7 +51,7 @@ if (empty($wr['wr_id'])) if ($member[mb_id]) { $mb_id = $member['mb_id']; - // 4.00.13 - 실명 사용일때 코멘트에 별명으로 입력되던 오류를 수정 + // 4.00.13 - 실명 사용일때 댓글에 별명으로 입력되던 오류를 수정 $wr_name = $board['bo_use_name'] ? $member['mb_name'] : $member['mb_nick']; $wr_password = $member['mb_password']; $wr_email = $member['mb_email']; @@ -63,25 +63,25 @@ else $wr_password = sql_password($wr_password); } -if ($w == 'c') // 코멘트 입력 +if ($w == 'c') // 댓글 입력 { /* if ($member[mb_point] + $board[bo_comment_point] < 0 && !$is_admin) - alert('보유하신 포인트('.number_format($member[mb_point]).')가 없거나 모자라서 코멘트쓰기('.number_format($board[bo_comment_point]).')가 불가합니다.'.PHP_EOL.PHP_EOL.'포인트를 적립하신 후 다시 코멘트를 써 주십시오.'); + alert('보유하신 포인트('.number_format($member[mb_point]).')가 없거나 모자라서 댓글쓰기('.number_format($board[bo_comment_point]).')가 불가합니다.'.PHP_EOL.PHP_EOL.'포인트를 적립하신 후 다시 댓글를 써 주십시오.'); */ - // 코멘트쓰기 포인트설정시 회원의 포인트가 음수인 경우 코멘트를 쓰지 못하던 버그를 수정 (곱슬최씨님) + // 댓글쓰기 포인트설정시 회원의 포인트가 음수인 경우 댓글를 쓰지 못하던 버그를 수정 (곱슬최씨님) $tmp_point = ($member['mb_point'] > 0) ? $member['mb_point'] : 0; if ($tmp_point + $board['bo_comment_point'] < 0 && !$is_admin) - alert('보유하신 포인트('.number_format($member['mb_point']).')가 없거나 모자라서 코멘트쓰기('.number_format($board['bo_comment_point']).')가 불가합니다.\\n\\n포인트를 적립하신 후 다시 코멘트를 써 주십시오.'); + alert('보유하신 포인트('.number_format($member['mb_point']).')가 없거나 모자라서 댓글쓰기('.number_format($board['bo_comment_point']).')가 불가합니다.\\n\\n포인트를 적립하신 후 다시 댓글를 써 주십시오.'); - // 코멘트 답변 + // 댓글 답변 if ($comment_id) { $sql = " select wr_id, wr_comment, wr_comment_reply from $write_table where wr_id = '$comment_id' "; $reply_array = sql_fetch($sql); if (!$reply_array['wr_id']) - alert('답변할 코멘트가 없습니다.\\n\\n답변하는 동안 코멘트가 삭제되었을 수 있습니다.'); + alert('답변할 댓글가 없습니다.\\n\\n답변하는 동안 댓글가 삭제되었을 수 있습니다.'); $tmp_comment = $reply_array['wr_comment']; @@ -167,17 +167,17 @@ if ($w == 'c') // 코멘트 입력 $comment_id = mysql_insert_id(); - // 원글에 코멘트수 증가 & 마지막 시간 반영 + // 원글에 댓글수 증가 & 마지막 시간 반영 sql_query(" update $write_table set wr_comment = wr_comment + 1, wr_last = '".G4_TIME_YMDHIS."' where wr_id = '$wr_id' "); // 새글 INSERT sql_query(" insert into {$g4['board_new_table']} ( bo_table, wr_id, wr_parent, bn_datetime, mb_id ) values ( '$bo_table', '$comment_id', '$wr_id', '".G4_TIME_YMDHIS."', '{$member['mb_id']}' ) "); - // 코멘트 1 증가 + // 댓글 1 증가 sql_query(" update {$g4['board_table']} set bo_count_comment = bo_count_comment + 1 where bo_table = '$bo_table' "); // 포인트 부여 - insert_point($member['mb_id'], $board['bo_comment_point'], "{$board['bo_subject']} {$wr_id}-{$comment_id} 코멘트쓰기", $bo_table, $comment_id, '코멘트'); + insert_point($member['mb_id'], $board['bo_comment_point'], "{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글'); // 메일발송 사용 if ($config['cf_email_use'] && $board['bo_use_email']) @@ -188,13 +188,13 @@ if ($w == 'c') // 코멘트 입력 $board_admin = get_admin('board'); $wr_subject = get_text(stripslashes($wr['wr_subject'])); - $wr_content = nl2br(get_text(stripslashes("----- 원글 -----\n\n{$wr['wr_subject']}\n\n\n----- 코멘트 -----\n\n$wr_content"))); + $wr_content = nl2br(get_text(stripslashes("원글\n{$wr['wr_subject']}\n\n\n댓글\n$wr_content"))); - $warr = array( ''=>'입력', 'u'=>'수정', 'r'=>'답변', 'c'=>'코멘트', 'cu'=>'코멘트 수정' ); + $warr = array( ''=>'입력', 'u'=>'수정', 'r'=>'답변', 'c'=>'댓글 ', 'cu'=>'댓글 수정' ); $str = $warr[$w]; $subject = $board['bo_subject'].' 게시판에 '.$str.'글이 올라왔습니다.'; - // 4.00.15 - 메일로 보내는 코멘트의 바로가기 링크 수정 + // 4.00.15 - 메일로 보내는 댓글의 바로가기 링크 수정 $link_url = G4_BBS_URL."/board.php?bo_table=".$bo_table."&wr_id=".$wr_id."&".$qstr."#c_".$comment_id; include_once(G4_LIB_PATH.'/mailer.lib.php'); @@ -217,7 +217,7 @@ if ($w == 'c') // 코멘트 입력 // 원글 메일발송에 체크가 되어 있다면 if ($config['cf_email_wr_write']) $array_email[] = $wr['wr_email']; - // 코멘트 쓴 모든이에게 메일 발송이 되어 있다면 (자신에게는 발송하지 않는다) + // 댓글 쓴 모든이에게 메일 발송이 되어 있다면 (자신에게는 발송하지 않는다) if ($config['cf_email_wr_comment_all']) { $sql = " select distinct wr_email from {$write_table} where wr_email not in ( '{$wr['wr_email']}', '{$member['mb_email']}', '' ) @@ -236,7 +236,7 @@ if ($w == 'c') // 코멘트 입력 } } } -else if ($w == 'cu') // 코멘트 수정 +else if ($w == 'cu') // 댓글 수정 { $sql = " select mb_id, wr_comment, wr_comment_reply from $write_table where wr_id = '$comment_id' "; @@ -256,18 +256,18 @@ else if ($w == 'cu') // 코멘트 수정 if ($member['mb_level'] >= $mb['mb_level']) // 자신의 레벨이 크거나 같다면 통과 ; else - alert('그룹관리자의 권한보다 높은 회원의 코멘트이므로 수정할 수 없습니다.'); + alert('그룹관리자의 권한보다 높은 회원의 댓글이므로 수정할 수 없습니다.'); } else - alert('자신이 관리하는 그룹의 게시판이 아니므로 코멘트를 수정할 수 없습니다.'); + alert('자신이 관리하는 그룹의 게시판이 아니므로 댓글를 수정할 수 없습니다.'); } else if ($is_admin == 'board') { // 게시판관리자이면 $mb = get_member($comment['mb_id']); if ($member['mb_id'] == $board['bo_admin']) { // 자신이 관리하는 게시판인가? if ($member['mb_level'] >= $mb['mb_level']) // 자신의 레벨이 크거나 같다면 통과 ; else - alert('게시판관리자의 권한보다 높은 회원의 코멘트이므로 수정할 수 없습니다.'); + alert('게시판관리자의 권한보다 높은 회원의 댓글이므로 수정할 수 없습니다.'); } else - alert('자신이 관리하는 게시판이 아니므로 코멘트를 수정할 수 없습니다.'); + alert('자신이 관리하는 게시판이 아니므로 댓글를 수정할 수 없습니다.'); } else if ($member['mb_id']) { if ($member['mb_id'] != $comment['mb_id']) alert('자신의 글이 아니므로 수정할 수 없습니다.'); @@ -281,7 +281,7 @@ else if ($w == 'cu') // 코멘트 수정 and wr_is_comment = 1 "; $row = sql_fetch($sql); if ($row['cnt'] && !$is_admin) - alert('이 코멘트와 관련된 답변코멘트가 존재하므로 수정 할 수 없습니다.'); + alert('이 댓글와 관련된 답변댓글가 존재하므로 수정 할 수 없습니다.'); $sql_ip = ""; if (!$is_admin) diff --git a/bbs/write_update_mail.php b/bbs/write_update_mail.php index 5da53a639..2deaef14a 100644 --- a/bbs/write_update_mail.php +++ b/bbs/write_update_mail.php @@ -2,68 +2,29 @@ // 게시물 입력시 게시자, 관리자에게 드리는 메일을 수정하고 싶으시다면 이 파일을 수정하십시오. if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - + + - + <?=$wr_subject?> 메일 - + - - - - - - - - - - - - - -
    -
    - - - - -
    - - - - - - - - - - - - -
    제목
    게시자
    -

    - - - -
    -

    - - - - - - - - -
    홈페이지에서도 게시물을 확인하실 수 있습니다.[바로가기]
    -

    -
    -
    +
    +
    +

    + +

    + + 작성자 + +

    + +

    + 사이트에서 게시물 확인하기 +
    +
    diff --git a/css/default.css b/css/default.css index 37b4eaf21..070f26e6f 100644 --- a/css/default.css +++ b/css/default.css @@ -514,8 +514,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd} #bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_info {} #bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} +#bo_v_info .sv_member, +#bo_v_info .sv_guest, +#bo_v_info .member, +#bo_v_info .guest {font-weight:bold} #bo_v_file {} #bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} From dd1f5ecfc6fe02a9e45823fe0b6c6437435cd126 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 12:10:31 +0900 Subject: [PATCH 08/18] =?UTF-8?q?=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update_mail1.php | 83 +++++++++--------------------- bbs/register_form_update_mail2.php | 78 +++++++++------------------- bbs/register_form_update_mail3.php | 36 +++++++++++++ 3 files changed, 84 insertions(+), 113 deletions(-) diff --git a/bbs/register_form_update_mail1.php b/bbs/register_form_update_mail1.php index df987fe19..ec63c0456 100644 --- a/bbs/register_form_update_mail1.php +++ b/bbs/register_form_update_mail1.php @@ -2,70 +2,35 @@ // 회원가입축하 메일 (회원님께 발송) if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - + + + - + 회원가입 축하 메일 - + - - - - - - - - - - - - - -
    -
    - - - - -
    - - - - -
    회원가입을 축하합니다.
    -

    - - - -
    - 님의 회원가입을 진심으로 축하합니다. - - -

    아래의 주소를 클릭하시면 회원가입이 완료됩니다. -

    - - -

    회원님의 성원에 보답하고자 더욱 더 열심히 하겠습니다. -

    감사합니다. -

    -

    - - - - - - - - -
    로그인 후 모든 정보를 이용하실 수 있습니다.[바로가기]
    -

    -
    -
    +
    +
    +

    + 회원가입을 축하합니다. +

    + + + +

    + 님의 회원가입을 진심으로 축하합니다.
    + 회원님의 성원에 보답하고자 더욱 더 열심히 하겠습니다.
    + 감사합니다. +

    + +

    아래의 주소를 클릭하시면 회원가입이 완료됩니다.

    + + 사이트에서 게시물 확인하기 +
    +
    diff --git a/bbs/register_form_update_mail2.php b/bbs/register_form_update_mail2.php index 54476aab5..e05ba30d7 100644 --- a/bbs/register_form_update_mail2.php +++ b/bbs/register_form_update_mail2.php @@ -2,64 +2,34 @@ // 회원가입 메일 (관리자 메일로 발송) if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - + + + - -회원가입 메일 + +회원가입 알림 메일 - + - - - - - - - - - - - - - -
    -
    - - - - -
    - - - - -
    회원가입 메일
    -

    - - - -
    님께서 회원가입 하셨습니다. -

    회원 아이디 : -

    회원 이름 : -

    회원 별명 : -

    추천인아이디 :

    -

    - - - - - - - - -
    관리자화면에서 자세한 내용을 확인하실 수 있습니다.[바로가기]
    -

    -
    -
    +
    +
    +

    + 회원가입 알림 메일 +

    + + + +

    + 님께서 회원가입 하셨습니다.
    + 회원 아이디 :
    + 회원 이름 :
    + 회원 별명 :
    + 추천인아이디 : +

    + 관리자에서 회원정보 확인하기 +
    +
    diff --git a/bbs/register_form_update_mail3.php b/bbs/register_form_update_mail3.php index cb7caf753..1966a0e7d 100644 --- a/bbs/register_form_update_mail3.php +++ b/bbs/register_form_update_mail3.php @@ -2,6 +2,42 @@ // E-mail 수정시 인증 메일 (회원님께 발송) if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> + + + + + +회원 인증 메일 + + + + +
    +
    +

    + 회원 인증 메일입니다. +

    + + + +

    + 님의 E-mail 주소가 변경되었습니다.

    + + 아래의 주소를 클릭하시면 인증이 완료됩니다.
    +

    + + 회원님의 성원에 보답하고자 더욱 더 열심히 하겠습니다.
    + 감사합니다. +

    + 로그인 +
    +
    + + + + + + From 513c1ab3154eb4de9b530e1c23e958ad29ad8807 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 13:35:21 +0900 Subject: [PATCH 09/18] =?UTF-8?q?=EA=B8=B0=ED=83=80=EC=9D=98=EA=B2=AC?= =?UTF-8?q?=EC=9E=91=EC=84=B1=EC=8B=9C=20=EB=B3=B4=EB=82=B4=EB=8A=94?= =?UTF-8?q?=EB=A9=94=EC=9D=BC=EC=A3=BC=EC=86=8C=EA=B0=80=20=EC=97=86?= =?UTF-8?q?=EC=9C=BC=EB=A9=B4=20=EA=B4=80=EB=A6=AC=EC=9E=90=EB=A9=94?= =?UTF-8?q?=EC=9D=BC=EB=A1=9C=20=EB=B0=9C=EC=86=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/poll_etc_update.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bbs/poll_etc_update.php b/bbs/poll_etc_update.php index cc378ecef..c4006a02a 100644 --- a/bbs/poll_etc_update.php +++ b/bbs/poll_etc_update.php @@ -2,9 +2,9 @@ include_once('./_common.php'); include_once(G4_LIB_PATH.'/mailer.lib.php'); -if ($w == "") +if ($w == '') { - $po = sql_fetch(" select * from {$g4[poll_table]} where po_id = '{$po_id}' "); + $po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '{$po_id}' "); if (!$po[po_id]) alert('po_id 값이 제대로 넘어오지 않았습니다.'); @@ -18,15 +18,15 @@ if ($w == "") $pc_idea = stripslashes($pc_idea); - $name = cut_str($pc_name, $config[cf_cut_name]); + $name = cut_str($pc_name, $config['cf_cut_name']); $mb_id = ''; if ($member[mb_id]) $mb_id = '($member[mb_id])'; // 환경설정의 투표 기타의견 작성시 최고관리자에게 메일발송 사용에 체크되어 있을 경우 - if ($config[cf_email_po_super_admin]) + if ($config['cf_email_po_super_admin']) { - $subject = $po[po_subject]; + $subject = $po['po_subject']; $content = $pc_idea; ob_start(); @@ -36,7 +36,8 @@ if ($w == "") // 관리자에게 보내는 메일 $admin = get_admin('super'); - mailer($name, '', $admin[mb_email], '설문조사 기타의견 메일', $content, 1); + $from_email = $member['mb_email'] ? $member['mb_email'] : $admin['mb_email']; + mailer($name, $from_email, $admin['mb_email'], '설문조사 기타의견 메일', $content, 1); } } else if ($w == 'd') @@ -45,7 +46,7 @@ else if ($w == 'd') { $sql = " delete from {$g4[poll_etc_table]} where pc_id = '{$pc_id}' "; if (!$is_admin) - $sql .= " and mb_id = '{$member[mb_id]}' "; + $sql .= " and mb_id = '{$member['mb_id']}' "; sql_query($sql); } } From 4c6191f8ad7f92d145e1d44801b3d5c8d265c279 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 13:39:45 +0900 Subject: [PATCH 10/18] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 7 ++++++- skin/board/gallery/list.skin.php | 15 ++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/css/default.css b/css/default.css index 070f26e6f..6b20c3fec 100644 --- a/css/default.css +++ b/css/default.css @@ -481,9 +481,14 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #bo_img h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} #bo_img_list {margin:0;padding:0;list-style:none;zoom:1} #bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} -.bo_img_list_li {float:left;margin-bottom:20px} +.bo_img_list_li {float:left;margin:0 10px 20px 0} + .bo_img_con {margin:0;padding:0;list-style:none} .bo_img_con li {} +.bo_img_con li strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} +.bo_img_href, +.bo_img_href:focus, +.bo_img_href:hover {text-decoration:none} /* 목록 공통 */ .bo_fx {margin-bottom:5px;zoom:1} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 62ee6b956..a17bbae65 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -47,11 +47,14 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
      0 && ($i % $board['bo_gallery_cols'] == 0)) - $style = 'style="clear:both;"'; + $style = 'clear:both;'; else $style = ''; + if ($i == 0) $k = 0; + $k += 1; + if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; ?> -
    • > +
      • + 공지 - <?=$imgalt?> - +
      • Date: Thu, 7 Mar 2013 13:44:29 +0900 Subject: [PATCH 11/18] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=A4=91?= 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 6b20c3fec..3cc10240b 100644 --- a/css/default.css +++ b/css/default.css @@ -481,12 +481,12 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #bo_img h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} #bo_img_list {margin:0;padding:0;list-style:none;zoom:1} #bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} -.bo_img_list_li {float:left;margin:0 10px 20px 0} +.bo_img_list_li {float:left;margin:0 10px 30px 0} .bo_img_con {margin:0;padding:0;list-style:none} .bo_img_con li {} .bo_img_con li strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} -.bo_img_href, +.bo_img_href:link, .bo_img_href:focus, .bo_img_href:hover {text-decoration:none} From 669039e74d883b49b36263c6ed0fa184e9f35846 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 13:54:12 +0900 Subject: [PATCH 12/18] =?UTF-8?q?=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1:=20?= =?UTF-8?q?=ED=88=AC=ED=91=9C=20=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1?= =?UTF-8?q?=EA=B9=8C=EC=A7=80=20=ED=95=98=EC=97=AC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/poll_etc_update_mail.php | 61 +++++++++++------------------------- 1 file changed, 18 insertions(+), 43 deletions(-) diff --git a/bbs/poll_etc_update_mail.php b/bbs/poll_etc_update_mail.php index 6e30c8a2d..702a1c063 100644 --- a/bbs/poll_etc_update_mail.php +++ b/bbs/poll_etc_update_mail.php @@ -2,54 +2,29 @@ // 설문조사 기타의견 입력시 관리자께 보내는 메일을 수정하고 싶으시다면 이 파일을 수정하십시오. if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - + + + - + 설문조사 기타의견 메일 - + - - - - - - - - - - - - - -
        -
        - - - - -
        - - - - - - - -
        제목 :
        게시자 :
        -

        - - - -
        -

        -

        -
        -
        +
        +
        +

        + +

        + + 작성자 () + +

        + +

        +
        +
        From 13c26702d7d9217a0bf231ce7d2e5b10661ab24e Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 14:10:55 +0900 Subject: [PATCH 13/18] =?UTF-8?q?=20'copy'=20=EB=A5=BC=20=EC=8C=8D?= =?UTF-8?q?=EB=94=B0=EC=98=B4=ED=91=9C=EB=A1=9C=20=EA=B0=90=EC=8B=B8?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/list.skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 317a17939..f37e5882c 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -211,7 +211,7 @@ function fboardlist_submit(f) { function select_copy(sw) { var f = document.fboardlist; - if (sw == 'copy') + if (sw == "copy") str = "복사"; else str = "이동"; From c501b803f97ae296e49c2be51831c7083eaa3259 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 14:11:07 +0900 Subject: [PATCH 14/18] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/delete.php | 2 ++ bbs/move_update.php | 6 +++--- css/default.css | 8 +++++--- skin/member/basic/login.skin.php | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bbs/delete.php b/bbs/delete.php index 5256025c0..2a30b2306 100644 --- a/bbs/delete.php +++ b/bbs/delete.php @@ -132,5 +132,7 @@ if ($count_write > 0 || $count_comment > 0) @include_once($board_skin_path.'/delete.tail.skin.php'); +delete_cache_latest($bo_table); + goto_url('./board.php?bo_table='.$bo_table.'&page='.$page.$qstr); ?> diff --git a/bbs/move_update.php b/bbs/move_update.php index 59c13fe4c..ac844ec94 100644 --- a/bbs/move_update.php +++ b/bbs/move_update.php @@ -9,7 +9,7 @@ if ($sw != 'move' && $sw != 'copy') alert('sw 값이 제대로 넘어오지 않았습니다.'); if(!count($_POST['chk_bo_table'])) - alert("게시물을 ".$act."할 게시판을 한개 이상 선택해 주십시오.", $url); + alert('게시물을 '.$act.'할 게시판을 한개 이상 선택해 주십시오.', $url); // 원본 파일 디렉토리 $src_dir = G4_DATA_PATH.'/file/'.$bo_table; @@ -43,7 +43,7 @@ while ($row = sql_fetch_array($result)) { $nick = cut_str($member['mb_nick'], $config['cf_cut_name']); if (!$row2['wr_is_comment'] && $config['cf_use_copy_log']) - $row2['wr_content'] .= PHP_EOL.'[이 게시물은 '.$nick.'님에 의해 '.G4_TIME_YMDHIS.' '.$board['bo_subject'].'에서 '.($sw == 'copy' ? '복사' : '이동').' 됨]'; + $row2['wr_content'] .= PHP_EOL.'
        [이 게시물은 '.$nick.'님에 의해 '.G4_TIME_YMDHIS.' '.$board['bo_subject'].'에서 '.($sw == 'copy' ? '복사' : '이동').' 됨]
        '; $sql = " insert into $move_write_table set wr_num = '$next_wr_num', @@ -161,7 +161,7 @@ while ($row = sql_fetch_array($result)) delete_cache_latest($bo_table); -if ($sw == "move") +if ($sw == 'move') { for ($i=0; $i - + - + From 3b93c7e385549608e28248c89a7fb4c782988468 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 14:13:16 +0900 Subject: [PATCH 15/18] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EC=84=A4=EC=A0=95=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EA=B4=80=EB=A0=A8=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=EC=9D=84=20=EC=9D=B8=EC=A0=91=ED=95=9C=20=EA=B3=B3=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index 8d0b5987b..ff9324ee3 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -340,16 +340,6 @@ $pg_anchor = "
          - - - - >사용 - - - - - - @@ -505,6 +495,16 @@ $pg_anchor = "
            + + + + >사용 + + + + + + From a64c7b6feef7e51808e6439cd0d11b806cb8e38b Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 14:58:47 +0900 Subject: [PATCH 16/18] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EC=8A=A4=ED=82=A8=201=EC=B0=A8=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 19 +++++++++---- skin/board/gallery/list.skin.php | 48 +++++++++++++++++++------------- 2 files changed, 43 insertions(+), 24 deletions(-) diff --git a/css/default.css b/css/default.css index e32f2cb32..ededfc007 100644 --- a/css/default.css +++ b/css/default.css @@ -481,17 +481,26 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; /* 갤러리 목록 */ #bo_img h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} -#bo_img_list {margin:0;padding:0;list-style:none;zoom:1} +#bo_img_list {margin:10px 0 0;padding:0;list-style:none;zoom:1} #bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} .bo_img_list_li {float:left;margin:0 10px 30px 0} .bo_img_con {margin:0;padding:0;list-style:none} -.bo_img_con li {} -.bo_img_href:link, -.bo_img_href:focus, -.bo_img_href:hover {text-decoration:none} +.bo_img_con li {margin:0 0 4px} +.bo_img_con span {display:inline-block;width:50px} + +.bo_img_now .bo_img_text_href a {color:#ff3061} + +.bo_img_href a:link, +.bo_img_href a:focus, +.bo_img_href a:hover {text-decoration:none} .bo_img_href strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} +.bo_img_text_href {margin:10px 0 !important} +.bo_img_text_href a {font-weight:bold} +.bo_img_text_href span {display:inline !important} +.bo_img_text_href img {margin:0 0 0 4px} + /* 목록 공통 */ .bo_fx {margin-bottom:5px;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index a17bbae65..889258c5a 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -5,6 +5,20 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');

            +
            + + +
            +
            @@ -54,7 +68,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); $k += 1; if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; ?> -
          • +
          • From ade706fadb60c0090133448bbef83faca14a758b Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 15:41:52 +0900 Subject: [PATCH 17/18] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EC=8A=A4=ED=82=A8=201=EC=B0=A8=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 +- css/mobile.css | 24 +- mobile/skin/board/gallery/img/icon_file.gif | Bin 0 -> 107 bytes mobile/skin/board/gallery/img/icon_hot.gif | Bin 0 -> 97 bytes mobile/skin/board/gallery/img/icon_img.gif | Bin 0 -> 145 bytes mobile/skin/board/gallery/img/icon_link.gif | Bin 0 -> 104 bytes mobile/skin/board/gallery/img/icon_mobile.gif | Bin 0 -> 62 bytes mobile/skin/board/gallery/img/icon_movie.gif | Bin 0 -> 110 bytes mobile/skin/board/gallery/img/icon_new.gif | Bin 0 -> 71 bytes mobile/skin/board/gallery/img/icon_reply.gif | Bin 0 -> 77 bytes mobile/skin/board/gallery/img/icon_secret.gif | Bin 0 -> 97 bytes mobile/skin/board/gallery/img/icon_sound.gif | Bin 0 -> 113 bytes mobile/skin/board/gallery/list.skin.php | 247 +++++++++++++++ mobile/skin/board/gallery/view.skin.php | 221 +++++++++++++ .../skin/board/gallery/view_comment.skin.php | 292 ++++++++++++++++++ mobile/skin/board/gallery/write.skin.php | 234 ++++++++++++++ skin/board/gallery/list.skin.php | 10 +- 17 files changed, 1024 insertions(+), 8 deletions(-) create mode 100644 mobile/skin/board/gallery/img/icon_file.gif create mode 100644 mobile/skin/board/gallery/img/icon_hot.gif create mode 100644 mobile/skin/board/gallery/img/icon_img.gif create mode 100644 mobile/skin/board/gallery/img/icon_link.gif create mode 100644 mobile/skin/board/gallery/img/icon_mobile.gif create mode 100644 mobile/skin/board/gallery/img/icon_movie.gif create mode 100644 mobile/skin/board/gallery/img/icon_new.gif create mode 100644 mobile/skin/board/gallery/img/icon_reply.gif create mode 100644 mobile/skin/board/gallery/img/icon_secret.gif create mode 100644 mobile/skin/board/gallery/img/icon_sound.gif create mode 100644 mobile/skin/board/gallery/list.skin.php create mode 100644 mobile/skin/board/gallery/view.skin.php create mode 100644 mobile/skin/board/gallery/view_comment.skin.php create mode 100644 mobile/skin/board/gallery/write.skin.php diff --git a/css/default.css b/css/default.css index ededfc007..c5f1b4de6 100644 --- a/css/default.css +++ b/css/default.css @@ -487,7 +487,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .bo_img_con {margin:0;padding:0;list-style:none} .bo_img_con li {margin:0 0 4px} -.bo_img_con span {display:inline-block;width:50px} +.bo_img_con .bo_img_subject {display:inline-block;width:50px} .bo_img_now .bo_img_text_href a {color:#ff3061} @@ -501,7 +501,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .bo_img_text_href span {display:inline !important} .bo_img_text_href img {margin:0 0 0 4px} -/* 목록 공통 */ +/* 게시판 목록 공통 */ .bo_fx {margin-bottom:5px;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} .bo_fx ul {margin:0;padding:0;list-style:none} diff --git a/css/mobile.css b/css/mobile.css index c49361ce8..4b2af4614 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -23,7 +23,7 @@ pre {overflow-x:scroll;font-size:1.1em} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden} -.sound_only {display:inline-block;margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} +.sound_only {display:inline-block;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;overflow:hidden} /* 본문 바로가기 */ #to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} @@ -420,6 +420,28 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei #bo_list td:nth-of-type(2) {text-align:center} +/* 갤러리 목록 */ +#bo_img h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_img_list {margin:1em 0 0;padding:0 1em;list-style:none;zoom:1} +#bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} +.bo_img_list_li {float:left;margin:0 0 2em;width:25%} + +.bo_img_con {margin:0;padding:0;list-style:none} +.bo_img_con li {margin:0 0 0.3em} +.bo_img_con .bo_img_subject {display:inline-block;width:50px} + +.bo_img_now .bo_img_text_href a {color:#ff3061} + +.bo_img_href a:link, +.bo_img_href a:focus, +.bo_img_href a:hover {text-decoration:none} +.bo_img_href strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} + +.bo_img_text_href {margin:1em 0 !important} +.bo_img_text_href a {color:#000;font-weight:bold;text-decoration:none} +.bo_img_text_href img {margin:0 0 0 0.3em} + +/* 게시판 목록 공통 */ .bo_fx {margin-bottom:0.3em;padding:0.5em 1em;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} .bo_fx ul {margin:0;padding:0;list-style:none} diff --git a/mobile/skin/board/gallery/img/icon_file.gif b/mobile/skin/board/gallery/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/mobile/skin/board/gallery/img/icon_hot.gif b/mobile/skin/board/gallery/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/mobile/skin/board/gallery/img/icon_mobile.gif b/mobile/skin/board/gallery/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/mobile/skin/board/gallery/img/icon_reply.gif b/mobile/skin/board/gallery/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/mobile/skin/board/gallery/img/icon_sound.gif b/mobile/skin/board/gallery/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/mobile/skin/board/gallery/list.skin.php b/mobile/skin/board/gallery/list.skin.php new file mode 100644 index 000000000..fe20dccb8 --- /dev/null +++ b/mobile/skin/board/gallery/list.skin.php @@ -0,0 +1,247 @@ + + +

            + +
            + + +
            + + +
            + + +
            + +
            + + +
            +
            + Total + 페이지 +
            + + + + +
            + +
            + + + + + + + +

            이미지 목록

            + +
              + 0 && ($i % $board['bo_gallery_cols'] == 0)) + $style = 'clear:both;'; + else + $style = ''; + if ($i == 0) $k = 0; + $k += 1; + if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; + ?> +
            • + + + 열람중"; + else + echo $list[$i]['num']; + ?> + +
                +
              • + + + 공지 + + + <?=get_text($file['bf_content'])?> + + +
              • +
              • + + + + + + 댓글 + + '; } + + if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot']; + //if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file']; + //if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link']; + //if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret']; + ?> +
              • +
              • 작성자
              • +
              • 작성일
              • +
              • 조회
              • +
              • 추천
              • +
              • 비추천
              • +
              +
            • + + 게시물이 없습니다."; } ?> +
            + + +
            + + + +
            + + +
            +
            + + + + + + + + +
            + 게시물 검색 + +
            + + + + + + +
            +
            + + + + + diff --git a/mobile/skin/board/gallery/view.skin.php b/mobile/skin/board/gallery/view.skin.php new file mode 100644 index 000000000..79ac40243 --- /dev/null +++ b/mobile/skin/board/gallery/view.skin.php @@ -0,0 +1,221 @@ + + +
            + +

            + + +

            + +

            + +
            +

            게시물 정보

            + 작성자 + 작성일 + 조회 + 댓글 +
            + + + + +
            +

            첨부파일

            + +
            + + + + + + + + +
            +
            +

            본문

            +
            + + \n"; + + for ($i=0; $i<=count($view['file']); $i++) { + if ($view['file'][$i]['view']) { + //echo $view['file'][$i]['view']; + echo get_view_thumbnail($view['file'][$i]['view']); + } + } + + echo "
            \n"; + } + ?> + +
            + + + +

            + + + + +
            + 추천 + 비추천 +
            + + + + + + + +
            + + + + + + + + \ No newline at end of file diff --git a/mobile/skin/board/gallery/view_comment.skin.php b/mobile/skin/board/gallery/view_comment.skin.php new file mode 100644 index 000000000..7428fbb4b --- /dev/null +++ b/mobile/skin/board/gallery/view_comment.skin.php @@ -0,0 +1,292 @@ + + + + + +
            +

            댓글목록

            + \]/i", "", $str); + // FLASH XSS 공격에 의해 주석 처리 - 110406 + //$str = preg_replace("/\[\\]/i", "", $str); + $str = preg_replace("/\[\]*\>[^\s]*\<\/a\>\]/i", "", $str); + ?> +
            style="margin-left:px;border-top-color:#e0e0e0"> +
            +

            님의 댓글

            + + 댓글의 댓글 + + 아이피 + + + 작성일 + +
            + + +

            + ";?> + +

            + + + + + " id="secret_comment_"> + + + + + +
            + +

            등록된 댓글이 없습니다.

            + +
            + + + + + + diff --git a/mobile/skin/board/gallery/write.skin.php b/mobile/skin/board/gallery/write.skin.php new file mode 100644 index 000000000..7e6c2ae07 --- /dev/null +++ b/mobile/skin/board/gallery/write.skin.php @@ -0,0 +1,234 @@ + + +

            + +
            + + + + + + + + + + +'.PHP_EOL.''; + } + + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= PHP_EOL.''.PHP_EOL.''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= PHP_EOL.''.PHP_EOL.''; + } +} + +echo $option_hidden; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            >
            옵션
            + +
            " id="wr_link" class="frm_input" size="50">
            파일 # + + + + + + + +
            자동등록방지 + +
            + +
            + + 취소 +
            +
            + + diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 889258c5a..fe20dccb8 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -121,11 +121,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); //if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret']; ?> -
          • 작성자
          • -
          • 작성일
          • -
          • 조회
          • -
          • 추천
          • -
          • 비추천
          • +
          • 작성자
          • +
          • 작성일
          • +
          • 조회
          • +
          • 추천
          • +
          • 비추천
          From 7d491fdb78444d8e6aaabfad6709ab9953b4e033 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 16:03:15 +0900 Subject: [PATCH 18/18] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=EB=9E=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 14 ++++++++++++++ adm/board_form_update.php | 2 ++ mobile/skin/board/basic/list.skin.php | 4 ++-- mobile/skin/board/gallery/list.skin.php | 8 ++++---- mobile/skin/member/basic/member_confirm.skin.php | 2 +- mobile/skin/new/basic/new.skin.php | 4 ++-- 6 files changed, 25 insertions(+), 9 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index ff9324ee3..deb566a53 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -29,6 +29,9 @@ if (!isset($board['bo_mobile_skin'])) { sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_mobile_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `bo_skin` ", false); } +if (!isset($board['bo_mobile_gallery_cols'])) { + sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_mobile_gallery_cols` INT NOT NULL AFTER `bo_gallery_cols` ", false); +} if ($w == '') { @@ -701,6 +704,17 @@ $pg_anchor = "
            + + + + + + + + + + + diff --git a/adm/board_form_update.php b/adm/board_form_update.php index e2f257821..5637c5f79 100644 --- a/adm/board_form_update.php +++ b/adm/board_form_update.php @@ -99,6 +99,7 @@ $sql_common = " gr_id = '{$_POST['gr_id']}', bo_content_tail = '{$_POST['bo_content_tail']}', bo_insert_content = '{$_POST['bo_insert_content']}', bo_gallery_cols = '{$_POST['bo_gallery_cols']}', + bo_mobile_gallery_cols='{$_POST['bo_mobile_gallery_cols']}', bo_upload_count = '{$_POST['bo_upload_count']}', bo_upload_size = '{$_POST['bo_upload_size']}', bo_reply_order = '{$_POST['bo_reply_order']}', @@ -247,6 +248,7 @@ if (is_checked('chk_use_email')) $fields .= " , bo_use_email = '{$bo_use_ if (is_checked('chk_skin')) $fields .= " , bo_skin = '{$bo_skin}' "; if (is_checked('chk_mobile_skin')) $fields .= " , bo_mobile_skin = '{$bo_mobile_skin}' "; if (is_checked('chk_gallery_cols')) $fields .= " , bo_gallery_cols = '{$bo_gallery_cols}' "; +if (is_checked('chk_mobile_gallery_cols'))$fields.=" , bo_mobile_gallery_cols = '{$bo_mobile_gallery_cols}' "; if (is_checked('chk_table_width')) $fields .= " , bo_table_width = '{$bo_table_width}' "; if (is_checked('chk_page_rows')) $fields .= " , bo_page_rows = '{$bo_page_rows}' "; if (is_checked('chk_subject_len')) $fields .= " , bo_subject_len = '{$bo_subject_len}' "; diff --git a/mobile/skin/board/basic/list.skin.php b/mobile/skin/board/basic/list.skin.php index b1618406f..9c90cfbc1 100644 --- a/mobile/skin/board/basic/list.skin.php +++ b/mobile/skin/board/basic/list.skin.php @@ -140,8 +140,8 @@ if ($is_nogood) $colspan++; - - + + diff --git a/mobile/skin/board/gallery/list.skin.php b/mobile/skin/board/gallery/list.skin.php index fe20dccb8..6f5b1cb66 100644 --- a/mobile/skin/board/gallery/list.skin.php +++ b/mobile/skin/board/gallery/list.skin.php @@ -60,13 +60,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
              0 && ($i % $board['bo_gallery_cols'] == 0)) + if($i>0 && ($i % $board['bo_mobile_gallery_cols'] == 0)) $style = 'clear:both;'; else $style = ''; if ($i == 0) $k = 0; $k += 1; - if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; + if ($k % $board['bo_mobile_gallery_cols'] == 0) $style .= "margin:0 !important;"; ?>
            • @@ -179,8 +179,8 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); - - + + diff --git a/mobile/skin/member/basic/member_confirm.skin.php b/mobile/skin/member/basic/member_confirm.skin.php index 1fcb63c65..76051a8a8 100644 --- a/mobile/skin/member/basic/member_confirm.skin.php +++ b/mobile/skin/member/basic/member_confirm.skin.php @@ -17,7 +17,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
              회원아이디 - +
              diff --git a/mobile/skin/new/basic/new.skin.php b/mobile/skin/new/basic/new.skin.php index 7c909c5ec..502b8ab95 100644 --- a/mobile/skin/new/basic/new.skin.php +++ b/mobile/skin/new/basic/new.skin.php @@ -12,8 +12,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가