From 7db2f889b105adee0ba1992c105f870ca2b42aed Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 30 Sep 2013 13:48:43 +0900 Subject: [PATCH 1/3] =?UTF-8?q?canonical=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/head.sub.php b/head.sub.php index 79711eac2..59b191974 100644 --- a/head.sub.php +++ b/head.sub.php @@ -44,6 +44,12 @@ if (G5_IS_MOBILE) { if (defined('G5_IS_ADMIN')) { echo ''.PHP_EOL; } else { + // canonical 지정 + $canonical = ''; + if ($bo_table && $wr_id) $canonical = 'http://'.$_SERVER["HTTP_HOST"].'/bbs/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id; + else $canonical = 'http://'.$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]; + echo ''; + echo ''.PHP_EOL; } echo ''; From 5a6b84a924389fa5a61065b7989ab6f9421bb780 Mon Sep 17 00:00:00 2001 From: nemoluv Date: Mon, 30 Sep 2013 17:50:00 +0900 Subject: [PATCH 2/3] =?UTF-8?q?#5=20required=20=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EC=95=88=EB=90=9C=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ adm/boardgroup_form.php | 2 +- plugin/gcaptcha/gcaptcha.lib.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e26fb122..4ae7fdff4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ nemoluv* cheditor* *.key *.sh +kcho07_rss/ +mobile/skin/board/bach72_mobile/ +skin/board diff --git a/adm/boardgroup_form.php b/adm/boardgroup_form.php index ce9f57c15..6b03a9467 100644 --- a/adm/boardgroup_form.php +++ b/adm/boardgroup_form.php @@ -53,7 +53,7 @@ include_once('./admin.head.php'); - + '; $html .= '자동등록방지 숫자'; if (!G5_IS_MOBILE) $html .= '숫자를 음성으로 듣기'; - $html .= ''; + $html .= ''; $html .= '

자동등록방지 숫자를 순서대로 입력하세요.

'; $html .= ''; return $html; From aed9ef05c1d8abc6fce37df2c958076b6a41ab06 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 30 Sep 2013 17:59:04 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20label=20input=20?= =?UTF-8?q?=EC=88=9C=EC=84=9C=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/boardgroup_form.php | 6 ++++-- plugin/gcaptcha/gcaptcha.lib.php | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/adm/boardgroup_form.php b/adm/boardgroup_form.php index 6b03a9467..bc04e4506 100644 --- a/adm/boardgroup_form.php +++ b/adm/boardgroup_form.php @@ -7,9 +7,11 @@ auth_check($auth[$sub_menu], 'w'); if ($is_admin != 'super' && $w == '') alert('최고관리자만 접근 가능합니다.'); $html_title = '게시판그룹'; +$gr_id_attr = ''; +$sound_only = ''; if ($w == '') { $gr_id_attr = 'required'; - $sound_only = '필수'; + $sound_only = ' 필수'; $gr['gr_use_access'] = 0; $html_title .= ' 생성'; } else if ($w == 'u') { @@ -53,7 +55,7 @@ include_once('./admin.head.php'); - + class=" alnum_ frm_input" maxlength="10"> '; $html .= '자동등록방지'; if (G5_IS_MOBILE) $html .= ''; - $html .= '자동등록방지 숫자'; + $html .= ''; if (!G5_IS_MOBILE) $html .= '숫자를 음성으로 듣기'; - $html .= ''; + $html .= ''; $html .= '

자동등록방지 숫자를 순서대로 입력하세요.

'; $html .= ''; return $html;