From 58be654c69cdefa8a3964dfb21015f17e428e25a Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 28 May 2013 17:28:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=ED=86=B5=ED=95=A9=EC=8A=A4=ED=82=A8=20=EB=A7=88?= =?UTF-8?q?=ED=81=AC=EC=97=85=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/sns/me2day/callback.php | 10 +++++----- skin/member/basic/formmail.skin.php | 7 ++++--- skin/member/basic/login.skin.php | 13 +++++++------ skin/member/basic/member_confirm.skin.php | 2 +- skin/member/basic/memo.skin.php | 4 ++-- skin/member/basic/memo_form.skin.php | 8 ++++---- skin/member/basic/memo_view.skin.php | 13 +++++++++---- skin/member/basic/password_lost.skin.php | 4 ++-- skin/member/basic/profile.skin.php | 4 ++-- skin/member/basic/scrap.skin.php | 4 ++-- skin/member/basic/scrap_popin.skin.php | 2 +- skin/member/basic/zip.skin.php | 15 +++++++++------ 12 files changed, 48 insertions(+), 38 deletions(-) diff --git a/plugin/sns/me2day/callback.php b/plugin/sns/me2day/callback.php index bde13a34a..78a03a07d 100644 --- a/plugin/sns/me2day/callback.php +++ b/plugin/sns/me2day/callback.php @@ -25,11 +25,11 @@ if ($result->code == 0) { $(function() { document.write("미투데이에 승인이 되었습니다."); - if (parent.document.getElementById("wr_name")) - parent.document.getElementById("wr_name").value = "{$sns_name}"; - opener.document.getElementById("me2day_icon").setAttribute("src", "{$g4_sns_url}/icon/me2day.png"); - parent.document.getElementById("me2day_checked").disabled = false; - parent.document.getElementById("me2day_checked").checked = true; + var opener = window.opener; + opener.$("#wr_name").val("{$sns_name}"); + opener.$("#me2day_icon").attr("src", "{$g4_sns_url}/icon/me2day.png"); + opener.$("#me2day_checked").attr("disabled", false); + opener.$("#me2day_checked").attr("checked", true); window.close(); }); diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index 885f7c874..864c2cb79 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

님께 메일보내기

+

님께 메일보내기

@@ -15,13 +15,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 + - + @@ -92,4 +93,4 @@ function fformmail_submit(f) return true; } - + \ No newline at end of file diff --git a/skin/member/basic/login.skin.php b/skin/member/basic/login.skin.php index 756c3563c..5be38aaf0 100644 --- a/skin/member/basic/login.skin.php +++ b/skin/member/basic/login.skin.php @@ -10,17 +10,18 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
- +
+ 회원로그인 + - +
-
+
+
메인으로 돌아가기 @@ -53,4 +54,4 @@ function flogin_submit(f) { return true; } - + \ 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 551ed87fe..7d347fc9b 100644 --- a/skin/member/basic/member_confirm.skin.php +++ b/skin/member/basic/member_confirm.skin.php @@ -44,4 +44,4 @@ function fmemberconfirm_submit(f) return true; } - + \ No newline at end of file diff --git a/skin/member/basic/memo.skin.php b/skin/member/basic/memo.skin.php index 51661dc8c..76a0ad28c 100644 --- a/skin/member/basic/memo.skin.php +++ b/skin/member/basic/memo.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

  • 받은쪽지
  • @@ -34,7 +34,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
- "; } ?> + '; } ?>
메일쓰기
삭제
자료가 없습니다.
자료가 없습니다.
diff --git a/skin/member/basic/memo_form.skin.php b/skin/member/basic/memo_form.skin.php index fad2ad0a4..d12354bd8 100644 --- a/skin/member/basic/memo_form.skin.php +++ b/skin/member/basic/memo_form.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

쪽지보내기

+

쪽지보내기

- -
+ +
@@ -56,4 +56,4 @@ function fmemoform_submit(f) return true; } - + \ 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 6e2205729..717921c54 100644 --- a/skin/member/basic/memo_view.skin.php +++ b/skin/member/basic/memo_view.skin.php @@ -14,14 +14,18 @@ else {
-

+

+ -
-

쪽지 내용

+ +
+
+

쪽지 내용

+
  • 사람 @@ -35,7 +39,8 @@ else {

    -
+ +
이전쪽지 diff --git a/skin/member/basic/password_lost.skin.php b/skin/member/basic/password_lost.skin.php index db947bdea..67564ec81 100644 --- a/skin/member/basic/password_lost.skin.php +++ b/skin/member/basic/password_lost.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

회원정보 찾기

+

회원정보 찾기

@@ -41,4 +41,4 @@ $(function() { var left = sw / 2 - cw / 2; moveTo(left, top); }); - + \ No newline at end of file diff --git a/skin/member/basic/profile.skin.php b/skin/member/basic/profile.skin.php index 9edb2882b..a2a45fdbe 100644 --- a/skin/member/basic/profile.skin.php +++ b/skin/member/basic/profile.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

님의 프로필

+

님의 프로필

쪽지쓰기
@@ -42,4 +42,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 dba6dadcd..d51b850d9 100644 --- a/skin/member/basic/scrap.skin.php +++ b/skin/member/basic/scrap.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

@@ -38,4 +38,4 @@ 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 247f63dbe..e575870c9 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

스크랩하기

+

스크랩하기

diff --git a/skin/member/basic/zip.skin.php b/skin/member/basic/zip.skin.php index f62e2c8ac..9372080e9 100644 --- a/skin/member/basic/zip.skin.php +++ b/skin/member/basic/zip.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

@@ -31,11 +31,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
건 가나다순 정렬
-
    - + '; + ?>
  • -
  • - -
+ 0) echo ''; + ?>
@@ -61,4 +64,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 } -
+
\ No newline at end of file
스크랩 목록