From 10cfd38754323871703d7f22041122b26cbb6198 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:06:06 +0900 Subject: [PATCH 1/9] =?UTF-8?q?popup=5Flarge=5Fimage=20=ED=95=A8=EC=88=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/shop.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/shop.js b/js/shop.js index 64801f872..8ce6333d5 100644 --- a/js/shop.js +++ b/js/shop.js @@ -2,11 +2,10 @@ if (typeof(SHOP_JS) == 'undefined') { // 한번만 실행 var SHOP_JS = true; // 큰이미지 창 - function popup_large_image(it_id, img, width, height, cart_dir) + function popup_large_image(url, width, height) { var top = 10; var left = 10; - url = cart_dir+"/largeimage.php?it_id=" + it_id + "&img=" + img; width = width + 50; height = height + 100; opt = 'scrollbars=yes,width='+width+',height='+height+',top='+top+',left='+left; From 63f8c9d5a51cffb0a4251df7ba9920b1ec54d583 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:06:48 +0900 Subject: [PATCH 2/9] =?UTF-8?q?get=5Flarge=5Fimage=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index e0dad79a5..68dd1ba72 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -211,12 +211,12 @@ function get_large_image($img, $it_id, $btn_image=true) { global $g4; - if (file_exists("$g4[path]/data/item/$img") && $img != "") + if (file_exists(G4_DATA_PATH."/item/$img") && $img != "") { - $size = getimagesize("$g4[path]/data/item/$img"); + $size = getimagesize(G4_DATA_PATH."/item/$img"); $width = $size[0]; $height = $size[1]; - $str = ""; + $str = ""; if ($btn_image) $str .= ""; } From 40a65d798c59aba976f637e54ad17783827842b1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:08:52 +0900 Subject: [PATCH 3/9] =?UTF-8?q?=EC=98=A4=EB=8A=98=EB=B3=B8=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/boxtodayview.inc.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/shop/boxtodayview.inc.php b/shop/boxtodayview.inc.php index 9f0bd6f81..bd5729696 100644 --- a/shop/boxtodayview.inc.php +++ b/shop/boxtodayview.inc.php @@ -1,4 +1,6 @@ ".cut_str($it_name,10,"")."\";\n"; } From 2c8eacde839568d5814c59441f48a86ba1c82727 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:09:39 +0900 Subject: [PATCH 4/9] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20G4=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/largeimage.php | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/shop/largeimage.php b/shop/largeimage.php index 3d40da0ae..3ffefeb78 100644 --- a/shop/largeimage.php +++ b/shop/largeimage.php @@ -1,29 +1,33 @@
- <?=$row[it_name]?> + <?=$row[' border=0 style='border:1 solid #E4E4E4;'>

- +
창닫기창닫기  "; } ?> @@ -31,5 +35,5 @@ include_once("$g4[path]/head.sub.php");
\ No newline at end of file From 686021e9754463f670354c716e4e685fc1f44b3b Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:12:29 +0900 Subject: [PATCH 5/9] =?UTF-8?q?=EC=A4=91=EA=B0=84=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=8D=B8=EB=84=A4=EC=9D=BC=EC=83=9D=EC=84=B1=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/shop/item.php b/shop/item.php index 4828f7771..570881985 100644 --- a/shop/item.php +++ b/shop/item.php @@ -1,5 +1,6 @@
'; - // 상단 HTML echo stripslashes($it['it_head_html']); @@ -179,26 +176,33 @@ else +
-
"; echo "  "; } @@ -1113,10 +1117,6 @@ $(function() { // 하단 HTML echo stripslashes($it['it_tail_html']); -$timg = G4_DATA_PATH."/item/{$it_id}_t"; -if (file_exists($timg)) - echo "
"; - if ($ca['ca_include_tail']) @include_once($ca['ca_include_tail']); else From 7c05894de22d26c91073dac77cc5f8692807b349 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 29 Jan 2013 17:28:40 +0900 Subject: [PATCH 6/9] =?UTF-8?q?=EB=A9=94=EC=9D=BC=EB=B3=B4=EB=82=B4?= =?UTF-8?q?=EA=B8=B0=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/common.js b/js/common.js index 2585b29ab..06728a068 100644 --- a/js/common.js +++ b/js/common.js @@ -311,9 +311,9 @@ function win_comment(url) function win_formmail(mb_id, name, email) { if (g4_charset.toLowerCase() == 'euc-kr') - win_open(g4_path+"/" + g4_bbs + "/formmail.php?mb_id="+mb_id+"&name="+name+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=500, scrollbars=0"); + win_open(g4_bbs_url+"/formmail.php?mb_id="+mb_id+"&name="+name+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=500, scrollbars=0"); else - win_open(g4_path+"/" + g4_bbs + "/formmail.php?mb_id="+mb_id+"&name="+encodeURIComponent(name)+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=480, scrollbars=0"); + win_open(g4_bbs_url+"/formmail.php?mb_id="+mb_id+"&name="+encodeURIComponent(name)+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=480, scrollbars=0"); } // 자기소개 창 From a370c9b06e195c6f9ae7b0616954a9dd879e85b3 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:40:22 +0900 Subject: [PATCH 7/9] =?UTF-8?q?=EC=A0=9C=EB=AA=A9=20=EC=A4=84=EC=9E=84?= =?UTF-8?q?=ED=95=A8=EC=88=98=EB=A5=BC=20cut=5Fstr=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/neo/view.skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php index 493641215..8d5f73413 100644 --- a/skin/board/neo/view.skin.php +++ b/skin/board/neo/view.skin.php @@ -7,7 +7,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

- +

From d8cfc021e1f5691a53b49e0895ca87e4eb3124b7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:44:18 +0900 Subject: [PATCH 8/9] =?UTF-8?q?html5.js=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/head.sub.php b/head.sub.php index 975ed12bc..bf523464a 100644 --- a/head.sub.php +++ b/head.sub.php @@ -42,7 +42,7 @@ else $g4_css = "default"; "> From 59b9cbc9c25f67e837f64990ea2b7b68d89d5068 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:46:12 +0900 Subject: [PATCH 9/9] =?UTF-8?q?=EC=83=81=EB=8B=A8=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90=20=EB=A9=94=EB=89=B4=20=EB=A7=81=ED=81=AC=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.php b/head.php index cb23f8712..d269f8148 100644 --- a/head.php +++ b/head.php @@ -23,7 +23,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
  • 현재접속자
  • 최근게시물
  • -
  • 관리자
  • +
  • 관리자
  • 정보수정
  • 로그아웃