diff --git a/adm/admin.head.php b/adm/admin.head.php index e2d25a1e9..0b227d486 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -164,8 +164,8 @@ function imageview(id, w, h)
- - - + + +

diff --git a/adm/admin.tail.php b/adm/admin.tail.php index b3827e495..f0f644e74 100644 --- a/adm/admin.tail.php +++ b/adm/admin.tail.php @@ -94,24 +94,17 @@ $(function(){ } }); - function submenu_hide() { - $(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on"); - } - - // 텍스트 리사이즈 카운트 쿠키있으면 실행 - var resize_act; - var text_resize_count = parseInt(get_cookie("ck_font_resize_count")); - if(!isNaN(text_resize_count)) { - if(text_resize_count > 0) - resize_act = "increase"; - else if(text_resize_count < 0) - resize_act = "decrease"; - - if(Math.abs(text_resize_count) > 0) - font_resize2("container", resize_act, Math.abs(text_resize_count)); + // 폰트 리사이즈 쿠키있으면 실행 + var font_resize_act = get_cookie("ck_font_resize_act"); + if(font_resize_act != "") { + font_resize("container", font_resize_act); } }); +function submenu_hide() { + $(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on"); +} + function menu_rearrange(el) { var width = $("#gnb_1dul").width(); diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index 63903bc63..c7028ead3 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -297,15 +297,19 @@ $pg_anchor .= ''; 삭제"; - $himg_str = ""; - //$size = getimagesize($himg); - //echo ""; - //echo ""; - } + if (file_exists($himg)) { ?> + + + + + + $himg_str"; } ?> @@ -315,16 +319,21 @@ $pg_anchor .= ''; 삭제"; - $timg_str = ""; - //$size = getimagesize($timg); - //echo "삭제"; - //echo ""; - } + $timg_str = ""; + $timg = "{$category_path}/{$ca['ca_id']}_t"; + if (file_exists($timg)) { ?> + + + + + + $timg_str"; } ?> @@ -391,6 +400,41 @@ $pg_anchor .= ''; - -
@@ -1331,7 +1293,14 @@ $(function(){ ?> - + + + @@ -1345,9 +1314,16 @@ $(function(){ $timg = G4_DATA_PATH."/item/{$it['it_id']}_t"; if (file_exists($timg)) { ?> - + - + + + @@ -1414,6 +1390,41 @@ $(function(){ - -
+ +
diff --git a/shop/list.php b/shop/list.php index e4ee9f49e..7df00ea59 100644 --- a/shop/list.php +++ b/shop/list.php @@ -53,9 +53,9 @@ if ($is_admin) include G4_SHOP_PATH.'/navigation1.inc.php'; // 상단 이미지 - $himg = G4_DATA_URL.'/category/'.$ca_id.'_h'; + $himg = G4_DATA_PATH.'/category/'.$ca_id.'_h'; if (file_exists($himg)) { - echo '
'; + echo '
'; } // 상단 HTML diff --git a/shop/shop.head.php b/shop/shop.head.php index 3ad802d99..9382e4f5b 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -71,7 +71,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');

회원메뉴 및 FAQ

+
@@ -156,6 +160,7 @@ if ($is_nogood) $colspan++; +
게시물 검색 @@ -178,6 +183,7 @@ if ($is_nogood) $colspan++;
+ - + diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 22cf7fb3f..6f064dc09 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -55,7 +55,7 @@ #bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} #bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} #bo_v_file img {float:left;margin:0 10px 0 0} -.bo_v_file_cnt {display:inline-block;margin:0 0 3px 22px} +.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px} #bo_v_link {} #bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} @@ -63,7 +63,7 @@ #bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} #bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} #bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} -.bo_v_link_cnt {display:inline-block;margin:0 0 3px 22px} +.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px} #bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} #bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} 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'); ?> +

첨부파일

+ + + +
+

본문

@@ -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 444460d2e..cec6ba51b 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -4,8 +4,9 @@ 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 5b220a383..56d3e5626 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -5,9 +5,9 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); -

+

목록

- +
@@ -44,8 +44,6 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); -

이미지 목록

-
+ \ 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/member/shop_basic/memo.skin.php b/skin/member/shop_basic/memo.skin.php index 3931cbb5a..89f6a186d 100644 --- a/skin/member/shop_basic/memo.skin.php +++ b/skin/member/shop_basic/memo.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

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/popular/basic/style.css b/skin/popular/basic/style.css index 82e1d4a0e..2531b9686 100644 --- a/skin/popular/basic/style.css +++ b/skin/popular/basic/style.css @@ -3,7 +3,7 @@ #popular div {margin:0 auto;width:980px;zoom:1} #popular div:after {display:block;visibility:hidden;clear:both;content:""} #popular h2 {float:left;padding:10px 45px 10px 0;color:#fff} -#popular ul {float:left;list-style:none} +#popular ul {float:left;margin:0;padding:0;list-style:none} #popular li {float:left} #popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none} #popular a:focus, 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 3e65fa5e9..e33306e94 100644 --- a/tail.php +++ b/tail.php @@ -17,10 +17,12 @@ if ($config['cf_include_tail']) { + +
- + " id="device_change">모바일 버전으로 보기 + + \ No newline at end of file