Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
gnuboard
2013-03-08 14:13:57 +09:00
4 changed files with 6 additions and 3 deletions

View File

@ -18,6 +18,9 @@ if($kcpcert_test) { // 테스트
$cert_url = 'https://cert.kcp.co.kr/kcp_cert/cert_view.jsp';
}
if(!$site_cd)
alert('KCP 휴대폰인증 사이트코드가 없습니다.', G4_URL);
// KCP 인증 라이브러리
require G4_BBS_PATH.'/kcp/lib/ct_cli_lib.php';

View File

@ -38,7 +38,7 @@ if(is_file($filepath)) {
<script>
var win_w = <?=$width?>;
var win_h = <?=$height?>;
var win_h = <?=$height?> + 70;
var win_l = (screen.width - win_w) / 2;
var win_t = (screen.height - win_h) / 2;

View File

@ -206,7 +206,7 @@ $(window).load(function() {
$(function() {
$("a.view_image").click(function() {
window.open(this.href, "large_image", "top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no");
window.open(this.href, "large_image", "location=yes,links=no,toolbar=no,top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no");
return false;
});

View File

@ -204,7 +204,7 @@ $(window).load(function() {
$(function() {
$("a.view_image").click(function() {
window.open(this.href, "large_image", "top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no");
window.open(this.href, "large_image", "location=yes,links=no,toolbar=no,top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no");
return false;
});