diff --git a/.gitignore b/.gitignore
index 1c8837ef9..59f93e6f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ rankiss*
thumb.lib.php
test.php
itzimara*
+nemoluv*
diff --git a/adm/board_copy_update.php b/adm/board_copy_update.php
index 51bd14b90..a8cebc15c 100644
--- a/adm/board_copy_update.php
+++ b/adm/board_copy_update.php
@@ -199,7 +199,7 @@ if (count($file_copy)) {
delete_cache_latest($bo_table);
delete_cache_latest($target_table);
-//echo "";
+echo "";
alert("복사에 성공 했습니다.", './board_copy.php?bo_table='.$bo_table.'&'.$qstr);
?>
\ No newline at end of file
diff --git a/adm/config_form.php b/adm/config_form.php
index f9e0ff2fc..6bb587a95 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -773,7 +773,7 @@ $pg_anchor = '
|
관리자 페이지에서는 이 코드를 사용하지 않습니다.') ?>
-
+
|
diff --git a/adm/mail_list.php b/adm/mail_list.php
index 7db0dc873..1983e156c 100644
--- a/adm/mail_list.php
+++ b/adm/mail_list.php
@@ -19,14 +19,15 @@ $result = sql_query($sql);
$g4['title'] = '회원메일발송';
include_once('./admin.head.php');
-$colspan = 6;
+$colspan = 7;
?>
등록된 메일내용 목록
테스트는 등록된 최고관리자의 이메일로 테스트 메일을 발송합니다.
- 현재 등록된 메일은 총 건입니다.
+ 현재 등록된 메일은 총 건입니다.
+ 주의) 수신자가 동의하지 않은 대량 메일 발송에는 적합하지 않습니다. 수십건 단위로 발송해 주십시오.
diff --git a/adm/member_list.php b/adm/member_list.php
index 6776910fc..c09f42836 100644
--- a/adm/member_list.php
+++ b/adm/member_list.php
@@ -134,30 +134,30 @@ $colspan = 15;
- |
+ |
|
- 회원아이디 |
- 이름 |
- 휴대폰 |
- 주소 |
- 최종접속 |
- 포인트 |
- 관리 |
+ 회원아이디 |
+ 이름 |
+ 휴대폰 |
+ 주소 |
+ 최종접속 |
+ 포인트 |
+ 관리 |
- | 별명 |
- 상태/권한 |
- 전화번호 |
- 메일 인증 |
- 메일 수신 |
- 정보 공개 |
- 본인 확인 |
- 성인 인증 |
- 접근 차단 |
- 가입일 |
- 접근그룹 |
+ 별명 |
+ 상태/권한 |
+ 전화번호 |
+ 메일 인증 |
+ 메일 수신 |
+ 정보 공개 |
+ 본인 확인 |
+ 성인 인증 |
+ 접근 차단 |
+ 가입일 |
+ 접근그룹 |
@@ -207,41 +207,41 @@ $colspan = 15;
?>
>
- |
+ |
|
- |
- |
- |
- |
- |
- |
-
|
+ |
+ |
+ |
+ |
+ |
+ |
+
|
>
- |
-
+ | |
+
|
- |
- Yes':'No'; ?> |
- value="1"> |
- value="1"> |
- value="1"> |
- value="1"> |
-
+ | |
+ Yes':'No'; ?> |
+ value="1"> |
+ value="1"> |
+ value="1"> |
+ value="1"> |
+
value="" id="mb_intercept_date_" title="">
|
- |
- |
+ |
+ |
';
+ $link = '';
$link2 = '';
}
diff --git a/css/admin.css b/css/admin.css
index 29fcb7a65..9fb50309d 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -32,7 +32,7 @@ h2 {font-size:1.2em}
#tnb {float:right;margin:0;padding:0;zoom:1}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left}
-#tnb a {display:block;position:relative;width:68px;height:68px;color:#e0e0e0;font-size:0.9em;text-decoration:none}
+#tnb a {display:block;position:relative;width:68px;height:68px;color:#e0e0e0;font-size:0.95em;text-decoration:none}
#tnb span {position:absolute;bottom:10px;left:0;width:100%;text-align:center}
#tnb_modify {background:url('../adm/img/tnb_modify.jpg')}
#tnb_chome_cf {background:url('../adm/img/tnb_chome_cf.jpg')}
@@ -147,6 +147,9 @@ fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em}
/* 외부서비스 사이트코드 */
.sitecode {display:inline-block;font:bold 15px 'Verdana';vertical-align:middle}
+/* 주의문구 */
+.str_caution {color:#ff3061}
+
/* 폼 */
label {vertical-align:middle}
textarea, .frm_input {padding:2px;border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
diff --git a/css/default.css b/css/default.css
index 3fd62bd54..5469973c7 100644
--- a/css/default.css
+++ b/css/default.css
@@ -157,6 +157,7 @@ button.btn_frmline {font-size:1em}
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
+.basic_tbl tbody th {}
.basic_tbl td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.basic_tbl a {}
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
@@ -170,11 +171,11 @@ td.empty_table {padding:85px 0;text-align:center}
/* 폼 테이블 */
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
.frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
-.frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;vertical-align:top;text-align:left}
-.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent;vertical-align:top}
+.frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
+.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle}
.frm_input:focus, input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff}
-.frm_tbl textarea {width:90%;height:150px}
+.frm_tbl textarea {width:98%;height:100px}
.frm_address {display:block;margin-top:5px}
.frm_file {display:block;margin-bottom:5px}
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
diff --git a/css/mobile.css b/css/mobile.css
index aa04c70c3..a8c2a5311 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -123,6 +123,7 @@ pre {overflow-x:scroll;font-size:1.1em}
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
+.basic_tbl tbody th {}
.basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
.bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
diff --git a/lib/thumbnail.lib.php b/lib/thumbnail.lib.php
index 5daeaaab4..23b8b18dc 100644
--- a/lib/thumbnail.lib.php
+++ b/lib/thumbnail.lib.php
@@ -76,24 +76,26 @@ function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_
}
// 게시글보기 썸네일 생성
-function get_view_thumbnail($contents)
+function get_view_thumbnail($contents, $thumb_width=0)
{
global $board, $config;
- $dvc_width = intval($_COOKIE['device_width']);
- if(G4_IS_MOBILE && $dvc_width) {
- // 썸네일 width 설정
- $thumb_width = 320;
+ if (!$thumb_width) {
+ $dvc_width = intval($_COOKIE['device_width']);
+ if(G4_IS_MOBILE && $dvc_width) {
+ // 썸네일 width 설정
+ $thumb_width = 320;
- if($dvc_width >= 1000) {
- return $contents;
- } else if($dvc_width >= 760 && $dvc_width < 1000) {
- $thumb_width = 760;
- } else if($dvc_width >= 480 && $dvc_width < 760) {
- $thumb_width = 480;
+ if($dvc_width >= 1000) {
+ return $contents;
+ } 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'];
}
- } else {
- $thumb_width = $board['bo_image_width'];
}
// $contents 중 img 태그 추출
diff --git a/plugin/syndi/func/site.func.php b/plugin/syndi/func/site.func.php
index 453d1cfcd..0869becef 100644
--- a/plugin/syndi/func/site.func.php
+++ b/plugin/syndi/func/site.func.php
@@ -110,7 +110,6 @@ function _Syndi_getNextChannelId($channel_id=null)
$sql .= " order by b.gr_id,b.bo_table limit 1";
$row = sql_fetch($sql);
- sql_free_result($result);
return $row['bo_table'];
}
diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php
index deb6243e6..3ebd40fe7 100644
--- a/skin/board/basic/list.skin.php
+++ b/skin/board/basic/list.skin.php
@@ -128,20 +128,20 @@ if ($is_nogood) $colspan++;
diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php
index f033e1315..ff5a50928 100644
--- a/skin/board/basic/view.skin.php
+++ b/skin/board/basic/view.skin.php
@@ -168,7 +168,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
); // 최대
-
-
| 내용 |
diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php
index 8d1ffd4fc..5b220a383 100644
--- a/skin/board/gallery/list.skin.php
+++ b/skin/board/gallery/list.skin.php
@@ -124,23 +124,22 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
-
diff --git a/skin/search/basic/search.skin.php b/skin/search/basic/search.skin.php
index 27bcdb8c0..2cafe220a 100644
--- a/skin/search/basic/search.skin.php
+++ b/skin/search/basic/search.skin.php
@@ -21,7 +21,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
-
+
|