자동등록방지 숫자를 순서대로 입력하세요.
';
diff --git a/bbs/kcp/kcpcert_config.php b/bbs/kcp/kcpcert_config.php
index cfe5280da..a3a8e4405 100644
--- a/bbs/kcp/kcpcert_config.php
+++ b/bbs/kcp/kcpcert_config.php
@@ -8,18 +8,16 @@ $home_dir = G4_BBS_PATH.'/kcp'; // ct_cli 절대경로 ( bin 전까지 )
//web_siteid 값이 없으면 KCP 에서 지정한 값으로 설정됨
$web_siteid = '';
-$kcpcert_test = true;
-
-if($kcpcert_test) { // 테스트
+if($config['cf_kcpcert_site_cd'] && $config['cf_kcpcert_site_cd'] != 'S6186') { // 실인증
+ $site_cd = $config['cf_kcpcert_site_cd'];
+ $cert_url = 'https://cert.kcp.co.kr/kcp_cert/cert_view.jsp';
+} else { // 테스트인증
$site_cd = 'S6186';
$cert_url = 'https://testcert.kcp.co.kr/kcp_cert/cert_view.jsp';
-} else { // 실인증
- $site_cd = '';
- $cert_url = 'https://cert.kcp.co.kr/kcp_cert/cert_view.jsp';
}
if(!$site_cd)
- alert('KCP 휴대폰인증 사이트코드가 없습니다.', G4_URL);
+ alert('KCP 휴대폰인증 사이트코드가 없습니다.\\관리자 > 기본환경설정에 사이트코드를 입력해 주십시오.', G4_URL);
// KCP 인증 라이브러리
require G4_BBS_PATH.'/kcp/lib/ct_cli_lib.php';
diff --git a/css/default.css b/css/default.css
index eff1ec844..3d8a3ee52 100644
--- a/css/default.css
+++ b/css/default.css
@@ -589,7 +589,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff;
#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act a {margin-right:5px;vertical-align:top}
#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:top}
-#bo_v_act strong {color:#000}
+#bo_v_act strong {color:#ff3061}
+#bo_v_act_good,
+#bo_v_act_nogood {position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_v form {padding-top:20px}
diff --git a/css/mobile.css b/css/mobile.css
index 3264796a3..0a8bee0cf 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -285,7 +285,7 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
#pw_confirm .btn_submit {position:absolute;bottom:1em;right:0.5em;width:18%;height:1.9em !important;line-height:1.9em}
/* 설문조사 스킨 */
-#poll {margin:0 0 1em;padding:0 0 1em;border-bottom:1px solid #e7f1ed}
+#poll {margin:1em 0 0;padding:0 0 1em}
#poll header {position:relative;padding:0 0.5em}
#poll h2 {padding:0 0 0.5em}
#poll header .btn_admin {display:block;padding:0 !important;width:100%;text-align:center}
@@ -419,13 +419,14 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
.bo_list img {margin-right:4px}
.bo_list img:nth-last-of-type(1) {margin-right:0}
-/* 관리자일 때 생략 */
+/* 관리자일 때 */
+#bo_list_admin th:nth-of-type(1) {width:40px}
#bo_list_admin th:nth-of-type(3) {width:100px}
#bo_list_admin td:nth-of-type(1) {text-align:center}
#bo_list_admin td:nth-of-type(3) {text-align:center}
-/* 관리자가 아닐 때 생략 */
+/* 관리자가 아닐 때 */
#bo_list th:nth-of-type(2) {width:100px}
#bo_list td:nth-of-type(2) {text-align:center}
@@ -533,6 +534,8 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
#bo_v_act a {margin-right:0.3em;vertical-align:top}
#bo_v_act span {display:inline-block;margin-right:0.3em;padding:0 1em;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top}
#bo_v_act strong {color:#ff3061}
+#bo_v_act_good,
+#bo_v_act_nogood {display:inline-block;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_v form {padding-top:1.5em}
diff --git a/head.sub.php b/head.sub.php
index 988a6c6af..523e95ab6 100644
--- a/head.sub.php
+++ b/head.sub.php
@@ -82,4 +82,11 @@ var g4_cookie_domain = "=G4_COOKIE_DOMAIN?>";
if (!defined('G4_IS_ADMIN')) { echo $config['cf_add_script']; } ?>
- if ($is_member) { ?>
=(G4_IS_MOBILE?outlogin('basic'):outlogin('basic')); // 외부 로그인 ?>
- =(G4_IS_MOBILE?poll('basic'):poll('basic')); // 설문조사 ?>
if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?>
=$g4['title']?>
}?>
diff --git a/mobile/skin/board/basic/view.skin.php b/mobile/skin/board/basic/view.skin.php
index 2cc5027f2..16303bb43 100644
--- a/mobile/skin/board/basic/view.skin.php
+++ b/mobile/skin/board/basic/view.skin.php
@@ -145,11 +145,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
if ($scrap_href) { ?>
스크랩 } ?>
if ($good_href) {?>
추천 =number_format($view['wr_good'])?>
-
+
} ?>
if ($nogood_href) {?>
비추천 =number_format($view['wr_nogood'])?>
-
+
} ?>
} else {
@@ -250,9 +250,9 @@ function excute_good(href, $el, $tx)
if(data.count) {
$el.find("strong").text(number_format(String(data.count)));
if($tx.attr("id").search("nogood") > -1) {
- $tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
+ $tx.text("이 글을 비추천하셨습니다.");
} else {
- $tx.text("이 글을 추천하셨습니다.").css("display", "inline");
+ $tx.text("이 글을 추천하셨습니다.");
}
}
}, "json"
diff --git a/mobile/skin/board/gallery/view.skin.php b/mobile/skin/board/gallery/view.skin.php
index 2cc5027f2..2fdc92642 100644
--- a/mobile/skin/board/gallery/view.skin.php
+++ b/mobile/skin/board/gallery/view.skin.php
@@ -1,4 +1,4 @@
-
+
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
?>
@@ -145,11 +145,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
if ($scrap_href) { ?>
스크랩 } ?>
if ($good_href) {?>
추천 =number_format($view['wr_good'])?>
-
+
} ?>
if ($nogood_href) {?>
비추천 =number_format($view['wr_nogood'])?>
-
+
} ?>
} else {
@@ -250,9 +250,9 @@ function excute_good(href, $el, $tx)
if(data.count) {
$el.find("strong").text(number_format(String(data.count)));
if($tx.attr("id").search("nogood") > -1) {
- $tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
+ $tx.text("이 글을 비추천하셨습니다.");
} else {
- $tx.text("이 글을 추천하셨습니다.").css("display", "inline");
+ $tx.text("이 글을 추천하셨습니다.");
}
}
}, "json"
diff --git a/mobile/tail.php b/mobile/tail.php
index 9d29cad83..4bd45acad 100644
--- a/mobile/tail.php
+++ b/mobile/tail.php
@@ -22,6 +22,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가