From 5b9661be59ea962248e01b4efe1694b5158d974e Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 11:35:52 +0900 Subject: [PATCH 01/13] =?UTF-8?q?view=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=A6=AC=EC=82=AC=EC=9D=B4=EC=A6=88=20=EB=95=8C=20height=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/viewimageresize.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/viewimageresize.js b/js/viewimageresize.js index b3c4ed65b..40e436143 100644 --- a/js/viewimageresize.js +++ b/js/viewimageresize.js @@ -21,7 +21,8 @@ $img.each(function() { $(this).removeAttr("width") .removeAttr("height") - .css("width",""); + .css("width","") + .css("height", ""); if($(this).data("width") == undefined) $(this).data("width", $(this).width()); From d4da2fbd06a3162d4dde599aa4302b71cef48663 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 2 Oct 2013 11:53:17 +0900 Subject: [PATCH 02/13] =?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=EC=8A=A4=ED=82=A8=20=EC=97=90=EB=94=94?= =?UTF-8?q?=ED=84=B0=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20=EC=8B=9C=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=9E=85=EB=A0=A5=20=EB=86=92=EC=9D=B4=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/style.css | 2 +- skin/board/gallery/style.css | 2 +- skin/board/gallery/write.skin.php | 497 +++++++++++++++--------------- 3 files changed, 253 insertions(+), 248 deletions(-) diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 6cb723da4..bb7195191 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -66,7 +66,7 @@ #bo_w .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left} #bo_w .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} #bo_w .frm_tbl textarea, #bo_w .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} -#bo_w .frm_tbl textarea {width:98%;height:100px} +#bo_w .frm_tbl textarea {width:98%;height:200px} #bo_w .frm_address {display:block;margin-top:5px} #bo_w .frm_file {display:block;margin-bottom:5px} #bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index 4fad47a1f..a5471fb4d 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -50,7 +50,7 @@ #bo_w .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left} #bo_w .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} #bo_w .frm_tbl textarea, #bo_w .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} -#bo_w .frm_tbl textarea {width:98%;height:100px} +#bo_w .frm_tbl textarea {width:98%;height:200px} #bo_w .frm_address {display:block;margin-top:5px} #bo_w .frm_file {display:block;margin-bottom:5px} #bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index 1edd550f8..acf89b32a 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -4,260 +4,265 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

+
+

- -
- - - - - - - - - - - + + + + + + + + + + + + + '."\n".''; - } - - if ($is_html) { - if ($is_dhtml_editor) { - $option_hidden .= ''; - } else { - $option .= "\n".''."\n".''; + $option_hidden = ''; + if ($is_notice || $is_html || $is_secret || $is_mail) { + $option = ''; + if ($is_notice) { + $option .= "\n".''."\n".''; } - } - if ($is_secret) { - if ($is_admin || $is_secret==1) { - $option .= "\n".''."\n".''; - } else { - $option_hidden .= ''; - } - } - - if ($is_mail) { - $option .= "\n".''."\n".''; - } -} - -echo $option_hidden; -?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class="frm_input " maxlength="20">
옵션
- -
- - - - -
- 임시 저장된 글 목록 -
-
    -
    -
    - -
    - - -

    이 게시판은 최소 글자 이상, 최대 글자 이하까지 글을 쓰실 수 있습니다.

    - - - - -
    글자
    - -
    " id="wr_link" class="frm_input" size="50">
    파일 # - - - - - - - -
    자동등록방지 - -
    - -
    -

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

    - - 취소 -
    -
    - - + + + + class="frm_input " maxlength="20"> + + + + + + + + + + + + + + + + + + + + 옵션 + + + + + + + + + + + + + + + + +
    + + + + +
    + 임시 저장된 글 목록 +
    +
      +
      +
      + +
      + + + + + + + + +

      이 게시판은 최소 글자 이상, 최대 글자 이하까지 글을 쓰실 수 있습니다.

      + + + + +
      글자
      + + + + + + + + " id="wr_link" class="frm_input" size="50"> + + + + + + 파일 # + + + + + + + + + + + + + + + 자동등록방지 + + + + + + + + + +
      +

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

      + + 취소 +
      + + + +
      \ No newline at end of file From fa6c798f06d4f51c1d39ead58069af6fb132be04 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 11:56:45 +0900 Subject: [PATCH 03/13] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=8D=B8?= =?UTF-8?q?=EB=84=A4=EC=9D=BC=20=EC=83=9D=EC=84=B1=EC=8B=9C=20width=20?= =?UTF-8?q?=EA=B3=84=EC=82=B0=20=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/thumbnail.lib.php | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/lib/thumbnail.lib.php b/lib/thumbnail.lib.php index e6f7b05ff..337b92d42 100644 --- a/lib/thumbnail.lib.php +++ b/lib/thumbnail.lib.php @@ -80,27 +80,8 @@ function get_view_thumbnail($contents, $thumb_width=0) { global $board, $config; - if (!$thumb_width) { - $dvc_width = intval($_COOKIE['device_width']); - if(G5_IS_MOBILE && $dvc_width) { - // 썸네일 width 설정 - $thumb_width = 320; - - if($dvc_width > $board['bo_image_width']) { - $thumb_width = $board['bo_image_width']; - } else { - if($dvc_width >= 1000) { - $thumb_width = 1000; - } else if($dvc_width >= 760 && $dvc_width < 1000) { - $thumb_width = 760; - } else if($dvc_width >= 480 && $dvc_width < 760) { - $thumb_width = 480; - } - } - } else { - $thumb_width = $board['bo_image_width']; - } - } + if (!$thumb_width) + $thumb_width = $board['bo_image_width']; // $contents 중 img 태그 추출 $matchs = get_editor_image($contents); From c2fcdfc2c78be3484592d6f386b73fbd3695f991 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 11:58:59 +0900 Subject: [PATCH 04/13] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EC=9E=91=EB=8F=99=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/head.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mobile/head.php b/mobile/head.php index aa323232d..0f4481fb3 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -107,7 +107,8 @@ include_once(G5_LIB_PATH.'/popular.lib.php');

      - - - + + + +
      \ No newline at end of file From a1a70086acb6290df810266f232808a0304aaf05 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 12:54:42 +0900 Subject: [PATCH 05/13] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=ED=81=AC=EA=B8=B0=20=EC=BF=A0=ED=82=A4=EC=A0=80?= =?UTF-8?q?=EC=9E=A5=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 1 - 1 file changed, 1 deletion(-) diff --git a/head.sub.php b/head.sub.php index 50917e9f7..7609d275b 100644 --- a/head.sub.php +++ b/head.sub.php @@ -81,7 +81,6 @@ if ($is_admin) { set_cookie("device_width", $(window).width(), 6, g5_cookie_domain); '.PHP_EOL; echo ''.PHP_EOL; // overflow scroll 감지 } //if(!defined('G5_IS_ADMIN')) From e969fff0a8bb809ca71fe99ffb920b7df56eb8ca Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 13:03:22 +0900 Subject: [PATCH 06/13] =?UTF-8?q?sns=20kakao=5Fappname=20urlencode=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 --- plugin/sns/view.sns.skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sns/view.sns.skin.php b/plugin/sns/view.sns.skin.php index 1e177053d..3b02f4b3b 100644 --- a/plugin/sns/view.sns.skin.php +++ b/plugin/sns/view.sns.skin.php @@ -9,7 +9,7 @@ $msg_url = $sns_msg.' : '.$sns_url; // 카카오톡 매뉴얼 : https://github.com/kakao/kakaolink-web $kakao_appid = $_SERVER['HTTP_HOST']; // Mobile Site Domain 정확히 입력하지 않을 경우 이용이 제한될 수 있습니다. -$kakao_appname = $g5['title']; +$kakao_appname = urlencode(str_replace('\"', '"', $g5['title'])); $facebook_url = 'http://www.facebook.com/sharer/sharer.php?s=100&p[url]='.$sns_url.'&p[title]='.$sns_msg; $twitter_url = 'http://twitter.com/home?status='.$msg_url; From 23fd49704127999db3532f5c0ec39fd7d449a148 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 17:28:59 +0900 Subject: [PATCH 07/13] =?UTF-8?q?=EB=A6=AC=EC=82=AC=EC=9D=B4=EC=A6=88=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=EC=8B=9C=20width=20=EA=B5=AC=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/viewimageresize.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/viewimageresize.js b/js/viewimageresize.js index 40e436143..7893ae45c 100644 --- a/js/viewimageresize.js +++ b/js/viewimageresize.js @@ -14,10 +14,12 @@ } var $img = this.find(cfg.selector); - var width = this.width(); + var $this = this; function image_resize() { + var width = $this.width(); + $img.each(function() { $(this).removeAttr("width") .removeAttr("height") From a3ea9ebee9e63dadd55361868ac3b8f0005b4615 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 2 Oct 2013 18:36:10 +0900 Subject: [PATCH 08/13] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20btn=5Ffrml?= =?UTF-8?q?ine=20=EA=B8=80=EC=9E=90=EC=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index d47a49703..254dd2fce 100644 --- a/css/default.css +++ b/css/default.css @@ -138,7 +138,7 @@ fieldset .btn_submit {height:22px;font-size:1em} .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} .btn_cancel:focus, .btn_cancel:hover {text-decoration:none !important} -.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ button.btn_frmline {font-size:1em} .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer} From 09215c8b39778ac08f9dda14cf1721b7af9d29ec Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 2 Oct 2013 18:38:10 +0900 Subject: [PATCH 09/13] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20btn=5Ffrml?= =?UTF-8?q?ine=20=EA=B8=80=EC=9E=90=EC=83=89=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80=EC=9D=BC=EC=97=90?= =?UTF-8?q?=EB=8F=84=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/style.css | 2 +- skin/board/gallery/style.css | 2 +- skin/member/basic/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index bb7195191..2b9363fc5 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -26,7 +26,7 @@ #bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important} -#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +#bo_w a.btn_frmline, #bo_w button.btn_frmline, {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ #bo_w button.btn_frmline {font-size:1em} /* 기본 테이블 */ diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index a5471fb4d..d1b4e3018 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -26,7 +26,7 @@ #bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important} -#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +#bo_w a.btn_frmline, #bo_w button.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ #bo_w button.btn_frmline {font-size:1em} /* 기본 테이블 */ diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 830cecf90..090d70283 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -13,7 +13,7 @@ .mbskin .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} .mbskin button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} .mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {text-decoration:none !important} -.mbskin .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +.mbskin a.btn_frmline, .mbskin button.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ .mbskin button.btn_frmline {font-size:1em} .mbskin .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ .mbskin .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer} From a43628a0ebf53a43c6464c2bb2ab5e85b5576b25 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 4 Oct 2013 10:10:00 +0900 Subject: [PATCH 10/13] =?UTF-8?q?php=205.3=20=EB=AF=B8=EB=A7=8C=EC=97=90?= =?UTF-8?q?=EC=84=9C=EB=8A=94=20mysql=5Freal=5Fescape=5Fstring=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20=ED=9B=84=20stripslashes=20=EC=A0=81=EC=9A=A9?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 8a8f473dd..d915b06aa 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1879,7 +1879,12 @@ function convert_charset($from_charset, $to_charset, $str) function escape_trim($field) { if ($field) { - return mysql_real_escape_string(@trim($field)); + $str = mysql_real_escape_string(@trim($field)); + + if(PHP_VERSION < '5.3.0') + $str = stripslashes($str); + + return $str; } } From 4be2995c988dd47ec573d48a8421e3bd65d65312 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 4 Oct 2013 11:29:08 +0900 Subject: [PATCH 11/13] =?UTF-8?q?okname=20key=20=ED=8F=B4=EB=8D=94=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/okname/key/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin/okname/key/.htaccess diff --git a/plugin/okname/key/.htaccess b/plugin/okname/key/.htaccess new file mode 100644 index 000000000..05196c0b3 --- /dev/null +++ b/plugin/okname/key/.htaccess @@ -0,0 +1 @@ +# .htaccess From d5e3dbc115d38900a77d4d494873dc72cf1c79b1 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 4 Oct 2013 13:28:28 +0900 Subject: [PATCH 12/13] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20textarea=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=ED=8F=B0=ED=8A=B8=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EC=A6=88,=20=EC=82=AC=EB=85=B8=EB=9D=BC=EA=B0=80=EB=85=B8?= =?UTF-8?q?=EB=9D=BC=EB=8B=98=20=EA=B1=B4=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 2 +- css/default.css | 2 +- css/mobile.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/admin.css b/css/admin.css index 5f82f9522..e54b162a4 100644 --- a/css/admin.css +++ b/css/admin.css @@ -9,7 +9,7 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:dotum} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, aside ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} -select {font-size:1em} +textarea, select {font-size:1em} input {margin:0;padding:0;border-radius:0;font-family:dotum} input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none} button {border-radius:0;font-size:1em;-webkit-appearance:none} diff --git a/css/default.css b/css/default.css index 254dd2fce..7acffd2e7 100644 --- a/css/default.css +++ b/css/default.css @@ -9,7 +9,7 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:dotum} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} - +textarea, select {font-size:1em} input {margin:0;padding:0;border-radius:0;font-family:dotum} input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none} diff --git a/css/mobile.css b/css/mobile.css index 8f0d99279..6a75f9b90 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -11,8 +11,8 @@ header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} label, input, select, img {vertical-align:middle} input,button {margin:0;padding:0} -input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em} /* 모바일에서만 사용 */ -select, textarea {font-size:1em} +input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em} +textarea, select {font-size:1em} textarea {border-radius:0;-webkit-appearance:none} p {margin:0;padding:1em 0;line-height:1.7em;word-break:break-all} hr {display:none} From f2d073c8bae117b78f82ad088c52c2cac4dd0577 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 4 Oct 2013 15:17:01 +0900 Subject: [PATCH 13/13] =?UTF-8?q?=EC=84=A4=EC=B9=98=EC=8B=9C=20GD=20?= =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=20=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 --- install/index.php | 3 ++- install/library.check.php | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 install/library.check.php diff --git a/install/index.php b/install/index.php index 65b5549d4..b6c140f2d 100644 --- a/install/index.php +++ b/install/index.php @@ -1,6 +1,7 @@ @@ -17,7 +18,7 @@ if ($exists_data_dir && $write_data_dir) {
      - +
      diff --git a/install/library.check.php b/install/library.check.php new file mode 100644 index 000000000..08889cc50 --- /dev/null +++ b/install/library.check.php @@ -0,0 +1,14 @@ +

      '.$msg.'

      '); +} + +if(!extension_loaded('gd') || !function_exists('gd_info')) + die('GD 라이브러리를 설치하신 후 '.G5_VERSION.' 설치를 진행해 주십시오.'); +?> \ No newline at end of file