diff --git a/adm/admin.head.php b/adm/admin.head.php index 79a5fe2b7..07d9fe27d 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -74,9 +74,13 @@ function imageview(id, w, h) - + -
+ + + - +
- - - + + +

diff --git a/adm/admin.lib.php b/adm/admin.lib.php index e7bfc641c..adf71fd6d 100644 --- a/adm/admin.lib.php +++ b/adm/admin.lib.php @@ -178,7 +178,7 @@ function help($help="") { global $g5; - $str = ''.str_replace("\n", "
", $help).'
'; + $str = ''.str_replace("\n", "
", $help).'
'; return $str; } @@ -186,7 +186,7 @@ function help($help="") // 출력순서 function order_select($fld, $sel='') { - $s = ''; for ($i=1; $i<=100; $i++) { $s .= '
-
- -
+
+ +
- - + -
-

개별회원 포인트 증감 설정

+
+

개별회원 포인트 증감 설정

@@ -214,34 +204,36 @@ function point_clear() - - - - - - - - - - - - - - - - - - - 0) { ?> - - - - - - -
+
+ + + + + + + + + + + + + + + + + + + 0) { ?> + + + + + + +
+
-
+
diff --git a/adm/poll_form.php b/adm/poll_form.php index c518a4df0..b384c3101 100644 --- a/adm/poll_form.php +++ b/adm/poll_form.php @@ -20,17 +20,20 @@ $g5['title'] = $html_title; include_once('./admin.head.php'); ?> -
- - - - - - - - - - + + + + + + + + + + +
+ +
+ @@ -98,15 +101,12 @@ include_once('./admin.head.php');
-
-

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

+ - -
+ + 전체목록'; +$listall = '전체목록'; $g5['title'] = '투표관리'; include_once('./admin.head.php'); @@ -54,37 +52,38 @@ include_once('./admin.head.php'); $colspan = 7; ?> -
-
- 투표검색 - - - 투표수 : 개 - - -
+
-
-

투표목록

+ - +
+ + + + + + - - - - - - - +
+ @@ -105,9 +104,11 @@ $colspan = 7; $s_mod = '수정'; //$s_del = '삭제'; + + $tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; ?> - + > @@ -127,12 +128,12 @@ $colspan = 7; ?>
목록
+
-
- -
-
-
+
+ +
+ diff --git a/adm/popular_list.php b/adm/popular_list.php index d8ad38cc5..26b5c9773 100644 --- a/adm/popular_list.php +++ b/adm/popular_list.php @@ -57,8 +57,7 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -if (isset($stx)) - $listall = '전체목록'; +$listall = '전체목록'; $g5['title'] = '인기검색어관리'; include_once('./admin.head.php'); @@ -71,35 +70,35 @@ var list_update_php = ''; var list_delete_php = 'popular_list.php'; -
-
- 인기검색어 검색 - +
건수 : 개 - - -
+
-
-

인기검색어 목록

+
+ + + + + + - - - - - - - - - +
+
+ @@ -113,13 +112,14 @@ var list_delete_php = 'popular_list.php'; for ($i=0; $row=sql_fetch_array($result); $i++) { $word = get_text($row['pp_word']); + $tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; ?> - + > - + @@ -134,13 +134,13 @@ var list_delete_php = 'popular_list.php';
목록
 
-
+
-
+
diff --git a/adm/popular_rank.php b/adm/popular_rank.php index 90ce0189a..fc6ab489c 100644 --- a/adm/popular_rank.php +++ b/adm/popular_rank.php @@ -27,9 +27,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 $sql = " select pp_word, count(*) as cnt {$sql_common} {$sql_search} {$sql_group} {$sql_order} limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = ''; -if (!empty($_GET['fr_date']) || !empty($_GET['to_date'])) - $listall = '전체목록'; +$listall = '전체목록'; $g5['title'] = '인기검색어순위'; include_once('./admin.head.php'); @@ -43,30 +41,34 @@ $(function(){ }); -
-
- 인기검색어 검색 - - - 건수 개 - - - 부터 - 까지 +
+ + 건수 개 +
+ + +
+ 기간별검색 + + + ~ + + -
+
-
-

인기검색어 순위 및 내역

-
- - - - - - - + + + + + + + + +
+
+ @@ -97,9 +99,9 @@ $(function(){ ?>
목록
순위
+ -
-
+ "; +echo ""; +include_once("./admin.tail.php"); +flush(); + + +// 설정일이 지난 접속자로그 삭제 +$tmp_before_date = date("Y-m-d", $g5[server_time] - ($config[cf_visit_del] * 86400)); +$sql = " delete from $g5[visit_table] where vi_date < '$tmp_before_date' "; +sql_query($sql); +sql_query(" OPTIMIZE TABLE `$g5[visit_table]`, `$g5[visit_sum_table]` "); + +// 설정일이 지난 인기검색어 삭제 +$tmp_before_date = date("Y-m-d", $g5[server_time] - ($config[cf_popular_del] * 86400)); +$sql = " delete from $g5[popular_table] where pp_date < '$tmp_before_date' "; +sql_query($sql); +sql_query(" OPTIMIZE TABLE `$g5[popular_table]` "); + +// 설정일이 지난 최근게시물 삭제 +$sql = " delete from $g5[board_new_table] where (TO_DAYS('$g5[time_ymdhis]') - TO_DAYS(bn_datetime)) > '$config[cf_new_del]' "; +sql_query($sql); +sql_query(" OPTIMIZE TABLE `$g5[board_new_table]` "); + +// 설정일이 지난 쪽지 삭제 +$sql = " delete from $g5[memo_table] where (TO_DAYS('$g5[time_ymdhis]') - TO_DAYS(me_send_datetime)) > '$config[cf_memo_del]' "; +sql_query($sql); +sql_query(" OPTIMIZE TABLE `$g5[memo_table]` "); + +// 탈퇴회원 자동 삭제 +$sql = " select mb_id from $g5[member_table] where (TO_DAYS('$g5[time_ymdhis]') - TO_DAYS(mb_leave_date)) > '$config[cf_leave_day]' "; +$result = sql_query($sql); +while ($row=sql_fetch_array($result)) +{ + // 회원자료 삭제 + member_delete($row[mb_id]); +} + + +$sql = "SHOW TABLE STATUS FROM ".$mysql_db; +$result = sql_query($sql); +while($row = sql_fetch_array($result)) +{ + $str = ''; + + $tbl = $row['Name']; + + $sql1 = " SELECT COUNT(*) FROM `$tbl` "; + $result1 = @mysql_query($sql1); + if (!$result1) + { + // 테이블 복구 + $sql2 = " REPAIR TABLE `$tbl` "; + sql_query($sql2); + $str .= $sql2 . "
"; + } + + if($row['Data_free'] == 0) continue; + + // 테이블 최적화 + $sql3 = " OPTIMIZE TABLE `$tbl` "; + sql_query($sql3); + $str .= $sql3 . "
"; + + echo "\n"; + + flush(); + /* + for($i = 0; $i < 40 - strlen($tbl); $i ++) echo " "; + echo "\t"; + for($i = 0; $i < 9 - strlen($row['Data_free']); $i ++) echo " "; + echo $row['Data_free']." OPTIMIZED\n"; + */ +} +echo "\n"; +?> \ No newline at end of file diff --git a/adm/sendmail_test.php b/adm/sendmail_test.php index 30f3b9239..eadc627cf 100644 --- a/adm/sendmail_test.php +++ b/adm/sendmail_test.php @@ -38,10 +38,12 @@ if (isset($_POST['email'])) {

테스트 메일 발송

-

- 메일서버가 정상적으로 동작 중인지 확인할 수 있습니다.
- 아래 입력칸에 테스트 메일을 발송하실 메일 주소를 입력하시면, [메일검사] 라는 제목으로 테스트 메일을 발송합니다.
-

+
+

+ 메일서버가 정상적으로 동작 중인지 확인할 수 있습니다.
+ 아래 입력칸에 테스트 메일을 발송하실 메일 주소를 입력하시면, [메일검사] 라는 제목으로 테스트 메일을 발송합니다.
+

+
테스트메일 발송 @@ -50,10 +52,12 @@ if (isset($_POST['email'])) {
-

- 만약 [메일검사] 라는 내용으로 테스트 메일이 도착하지 않는다면 보내는 메일서버 혹은 받는 메일서버 중 문제가 발생했을 가능성이 있습니다.
- 따라서 보다 정확한 테스트를 원하신다면 여러 곳으로 테스트 메일을 발송하시기 바랍니다.
-

+
+

+ 만약 [메일검사] 라는 내용으로 테스트 메일이 도착하지 않는다면 보내는 메일서버 혹은 받는 메일서버 중 문제가 발생했을 가능성이 있습니다.
+ 따라서 보다 정확한 테스트를 원하신다면 여러 곳으로 테스트 메일을 발송하시기 바랍니다.
+

+

"; +echo ""; +include_once("./admin.tail.php"); +flush(); + +$session_path = "$g5[path]/data/session"; // 세션이저장된 디렉토리 +if (!$dir=@opendir($session_path)) { + echo "세션 디렉토리를 열지못했습니다."; +} + +$cnt=0; +while($file=readdir($dir)) { + + if (!strstr($file,'sess_')) { + continue; + } + + if (strpos($file,'sess_')!=0) { + continue; + } + + if (!$atime=@fileatime("$session_path/$file")) { + continue; + } + if (time() > $atime + (3600 * 6)) { // 지난시간을 초로 계산해서 적어주시면 됩니다. default : 6시간전 + $cnt++; + $return = unlink("$session_path/$file"); + echo "\n"; + + flush(); + + if ($cnt%10==0) + echo "\n"; + } +} +echo "\n"; +?> \ No newline at end of file diff --git a/adm/session_file_delete.php b/adm/session_file_delete.php index 3294e2933..bd5bad1e7 100644 --- a/adm/session_file_delete.php +++ b/adm/session_file_delete.php @@ -9,10 +9,11 @@ $g5['title'] = "세션파일 일괄삭제"; include_once("./admin.head.php"); ?> -
+

완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오.

+
document.getElementById('ct').innerHTML += '세션데이터 {$cnt}건 삭제 완료.

프로그램의 실행을 끝마치셔도 좋습니다.';\n"; - echo "

세션데이터 {$cnt}건 삭제 완료.
프로그램의 실행을 끝마치셔도 좋습니다.

\n"; + echo '

세션데이터 '.$cnt.'건 삭제 완료됐습니다.
프로그램의 실행을 끝마치셔도 좋습니다.

'.PHP_EOL; ?> -
-
+

완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오.

- 썸네일디렉토리를 열지못했습니다.

'; - } - - $cnt=0; - echo ''.PHP_EOL; - echo '

썸네일 '.$cnt.'건의 삭제가 완료됐습니다.
프로그램의 실행을 끝마치셔도 좋습니다.

'.PHP_EOL; - ?>
+썸네일디렉토리를 열지못했습니다.

'; +} + +$cnt=0; +echo ''.PHP_EOL; +echo '

썸네일 '.$cnt.'건의 삭제 완료됐습니다.
프로그램의 실행을 끝마치셔도 좋습니다.

'.PHP_EOL; +?> + \ No newline at end of file diff --git a/adm/upgrade.php b/adm/upgrade.php new file mode 100644 index 000000000..0e85dacbd --- /dev/null +++ b/adm/upgrade.php @@ -0,0 +1,342 @@ + '' "; + $row2 = sql_fetch_array($sql2); + if (!$row2[cnt]) // 원글에만 최근시간을 반영합니다. + sql_query(" UPDATE `{$g5['write_prefix']}{$row[bo_table]}` set wr_last = wr_datetime WHERE wr_is_comment = 0 "); +} + + +// 4.08.00 +// 정보공개를 바꾸면 일정기간 동안 변경할 수 없음 +sql_query(" ALTER TABLE `{$g5[member_table]}` ADD `mb_open_date` DATE NOT NULL AFTER `mb_open` ", false); +sql_query(" ALTER TABLE `{$g5[config_table]}` ADD `cf_open_modify` INT NOT NULL AFTER `cf_stipulation` ", false); +// 게시물 추천테이블 생성 +sql_query(" CREATE TABLE `{$g5[board_good_table]}` ( + `bg_id` int(11) NOT NULL auto_increment, + `bo_table` varchar(20) NOT NULL default '', + `wr_id` int(11) NOT NULL default '0', + `mb_id` varchar(20) NOT NULL default '', + `bg_flag` varchar(255) NOT NULL default '', + `bg_datetime` datetime NOT NULL default '0000-00-00 00:00:00', + PRIMARY KEY (`bg_id`), + UNIQUE KEY `fkey1` (`bo_table`,`wr_id`,`mb_id`) +) TYPE=MyISAM AUTO_INCREMENT=1 ", false); + + +// 4.07.00 +// 최근게시물에 회원아이디 필드 및 인덱스 추가 +sql_query(" ALTER TABLE `{$g5['board_new_table']}` ADD `mb_id` VARCHAR( 20 ) NOT NULL ", false); +sql_query(" ALTER TABLE `{$g5['board_new_table']}` ADD INDEX `mb_id` ( `mb_id` ) ", false); + +$sql = " select * from $g5[board_new_table] "; +$res = sql_query($sql); +for ($i=0; $row=sql_fetch_array($res); $i++) +{ + $ttmp = $g5[write_prefix].$row[bo_table]; + $sql2 = " select mb_id from $ttmp where wr_id = '$row[wr_id]' "; + $row2 = sql_fetch($sql2); + + $sql3 = " update $g5[board_new_table] set mb_id = '$row2[mb_id]' where bn_id = '$row[bn_id]' "; + sql_query($sql3, false); +} + +/* +// 그룹접근회원테이블에 auto_increment 추가 +sql_query(" ALTER TABLE $g5[group_member_table] CHANGE `gm_id` `gm_id` INT( 11 ) DEFAULT '0' NOT NULL AUTO_INCREMENT ", false); + +// 로그인테이블에서 인덱스 삭제 +sql_query(" ALTER TABLE `$g5[login_table]` DROP INDEX `lo_datetime` ", false); + +// 회원테이블의 회원가입일시에 인덱스 추가 +sql_query(" ALTER TABLE `$g5[member_table]` ADD INDEX `mb_datetime` ( `mb_datetime` ) ", false); + +// 게시판설정 테이블에 업로드 갯수, 이메일 사용 필드 추가 +sql_query(" ALTER TABLE `$g5[board_table]` + ADD `bo_upload_count` TINYINT NOT NULL AFTER `bo_notice` , + ADD `bo_use_email` TINYINT NOT NULL AFTER `bo_upload_count` ", FALSE); +*/ + +/* +// 050831 막음 +// 환경설정 테이블에 메일발송 설정 추가 +sql_query(" ALTER TABLE `$g5[config_table]` + ADD `cf_email_use` TINYINT NOT NULL AFTER `cf_search_part` , + ADD `cf_email_wr_super_admin` TINYINT NOT NULL AFTER `cf_email_use` , + ADD `cf_email_wr_group_admin` TINYINT NOT NULL AFTER `cf_email_wr_super_admin` , + ADD `cf_email_wr_board_admin` TINYINT NOT NULL AFTER `cf_email_wr_group_admin` , + ADD `cf_email_wr_write` TINYINT NOT NULL AFTER `cf_email_wr_board_admin` ", FALSE); +sql_query(" ALTER TABLE `$g5[config_table]` + CHANGE `cf_comment_all_email` `cf_email_wr_comment_all` TINYINT DEFAULT '0' NOT NULL ", FALSE); +sql_query(" ALTER TABLE `$g5[config_table]` + ADD `cf_email_mb_super_admin` TINYINT NOT NULL AFTER `cf_email_wr_comment_all` , + ADD `cf_email_mb_member` TINYINT NOT NULL AFTER `cf_email_mb_super_admin` , + ADD `cf_email_po_super_admin` TINYINT NOT NULL AFTER `cf_email_mb_member` ", FALSE); + + +// 회원테이블에 SMS 수신여부 필드 추가 +sql_query(" ALTER TABLE `$g5[member_table]` ADD `mb_sms` TINYINT NOT NULL AFTER `mb_mailling` ", FALSE); + +// 게시판 인덱스 변경 +$sql = " select bo_table from $g5[board_table] "; +$result = sql_query($sql); +while($row=sql_fetch_array($result)) +{ + $row2 = sql_fetch(" select * from `{$g5[write_prefix]}{$row[bo_table]}` limit 1 "); + if (!isset($row2[wr_is_comment])) + { + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` ADD `wr_is_comment` TINYINT NOT NULL AFTER `wr_parent` ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` DROP INDEX `wr_comment_num` ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` DROP INDEX `wr_num_reply_parent` ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` DROP INDEX `wr_parent_comment` ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` DROP INDEX `wr_is_comment` ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` ADD INDEX `wr_is_comment` (`wr_is_comment`, `wr_num`, `wr_reply`) ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` ADD INDEX `wr_num` (`wr_num`) ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` ADD INDEX `wr_parent` (`wr_parent`) ", FALSE); + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` ADD INDEX `ca_name` (`ca_name`) ", FALSE); + sql_query(" UPDATE `{$g5[write_prefix]}{$row[bo_table]}` set wr_is_comment = 1 where wr_comment < 0 ", FALSE); + } +} + +// 파일테이블에 이미지 폭, 높이, 타입, 일시 넣기 +// getimagesize() 함수보다 속도가 빠름 +sql_query(" ALTER TABLE `$g5[board_file_table]` ADD `bf_filesize` INT NOT NULL , ADD `bf_width` INT NOT NULL , ADD `bf_height` SMALLINT NOT NULL , ADD `bf_type` TINYINT NOT NULL , ADD `bf_datetime` DATETIME NOT NULL ", FALSE); + +// 이메일 인증사용 +sql_query(" ALTER TABLE `$g5[member_table]` ADD `mb_email_certify` DATETIME NOT NULL AFTER `mb_intercept_date` ", FALSE); +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_use_email_certify` TINYINT NOT NULL AFTER `cf_use_copy_log` ", FALSE); + +// 최근게시물 라인수 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_new_rows` INT NOT NULL AFTER `cf_login_skin` ", FALSE); + +// 포인트 테이블에 필드 추가 +sql_query(" ALTER TABLE `$g5[point_table]` ADD `po_rel_table` VARCHAR( 20 ) NOT NULL , ADD `po_rel_id` VARCHAR( 20 ) NOT NULL , ADD `po_rel_action` VARCHAR( 255 ) NOT NULL ", FALSE); + +// 포인트 테이블의 회원아이디 길이 변경 +sql_query(" ALTER TABLE `$g5[point_table]` CHANGE `mb_id` `mb_id` VARCHAR( 20 ) NOT NULL ", FALSE); + +// 포인트 테이블의 인덱스 변경 +sql_query(" ALTER TABLE `$g5[point_table]` DROP INDEX `index1` , ADD INDEX `index1` ( `mb_id` , `po_rel_table` , `po_rel_id` , `po_rel_action` ) ", FALSE); + +// 투표 테이블에 투표한 회원 필드 추가 +sql_query(" ALTER TABLE `$g5[poll_table]` ADD `mb_ids` TEXT NOT NULL ", FALSE); + +// 환경설정 테이블에 여분필드 추가 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_1` VARCHAR( 255 ) NOT NULL , ADD `cf_2` VARCHAR( 255 ) NOT NULL , ADD `cf_3` VARCHAR( 255 ) NOT NULL , ADD `cf_4` VARCHAR( 255 ) NOT NULL , ADD `cf_5` VARCHAR( 255 ) NOT NULL , ADD `cf_6` VARCHAR( 255 ) NOT NULL , ADD `cf_7` VARCHAR( 255 ) NOT NULL , ADD `cf_8` VARCHAR( 255 ) NOT NULL , ADD `cf_9` VARCHAR( 255 ) NOT NULL , ADD `cf_10` VARCHAR( 255 ) NOT NULL ", FALSE); + +// 로그인스킨 필드 삭제 +sql_query(" ALTER TABLE `$g5[config_table]` DROP `cf_login_skin` ", FALSE); + +// 회원가입스킨 필드를 회원관련스킨 필드로 변경 +sql_query(" ALTER TABLE `$g5[config_table]` CHANGE `cf_register_skin` `cf_member_skin` VARCHAR( 255 ) NOT NULL ", FALSE); + +// 내부로그인 필드 추가 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_login_skin` VARCHAR( 255 ) NOT NULL AFTER `cf_new_skin` ", FALSE); + +// 접속자 스킨 필드 추가 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_connect_skin` VARCHAR( 255 ) NOT NULL AFTER `cf_search_skin` ", FALSE); + +// 파일 설명 사용 필드 추가 +sql_query(" ALTER TABLE `$g5[board_table]` ADD `bo_use_file_content` TINYINT NOT NULL AFTER `bo_use_sideview` ", FALSE); + +// 파일 테이블에 내용 필드 추가 (갤러리의 경우 해당 이미지에 대한 내용을 넣음) +sql_query(" ALTER TABLE `$g5[board_file_table]` ADD `bf_content` TEXT NOT NULL ", FALSE); + +// 방문자로그삭제, 인기검색어삭제 필드 추가 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_visit_del` INT NOT NULL AFTER `cf_memo_del` , ADD `cf_popular_del` INT NOT NULL AFTER `cf_visit_del` ", FALSE); + +// 검색 스킨 필드 추가 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_search_skin` VARCHAR( 255 ) NOT NULL AFTER `cf_new_skin` ", FALSE); + +// 최근게시물 스킨 필드 추가 +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_new_skin` VARCHAR( 255 ) NOT NULL AFTER `cf_nick_modify` ", FALSE); + +// 약관 필드명 변경 +sql_query(" ALTER TABLE `$g5[config_table]` CHANGE `cf_provision` `cf_stipulation` TEXT NOT NULL ", FALSE); + +// 게시판 글자 제한 +sql_query(" ALTER TABLE `$g5[board_table]` ADD `bo_write_min` INT NOT NULL AFTER `bo_count_comment` , ADD `bo_write_max` INT NOT NULL AFTER `bo_write_min` , ADD `bo_comment_min` INT NOT NULL AFTER `bo_write_max` , ADD `bo_comment_max` INT NOT NULL AFTER `bo_comment_min` ", FALSE); + + +// 인기검색어 테이블 생성 +$sql = " CREATE TABLE $g5[popular_table] ( + pp_id int(11) NOT NULL auto_increment, + pp_word varchar(50) NOT NULL default '', + pp_date date NOT NULL default '0000-00-00', + pp_ip varchar(50) NOT NULL default '', + PRIMARY KEY (pp_id), + UNIQUE KEY index1 (pp_date,pp_word,pp_ip) +) TYPE=MyISAM "; +sql_query($sql, FALSE); + +sql_query(" ALTER TABLE `$g5[board_new_table]` ADD `wr_parent` INT NOT NULL AFTER `wr_id` ", FALSE); + +sql_query(" ALTER TABLE `$g5[board_new_table]` CHANGE `wr_id` `wr_id` INT NOT NULL ", FALSE); + +sql_query(" ALTER TABLE `$g5[poll_table]` ADD `po_point` INT NOT NULL AFTER `po_level` ", FALSE); + +sql_query(" ALTER TABLE `$g5[point_table]` ADD `po_point` INT NOT NULL AFTER `po_level` ", FALSE); + + +$sql = " select bo_table from $g5[board_table] "; +$result = sql_query($sql); +while($row=sql_fetch_array($result)) +{ + sql_query(" ALTER TABLE `{$g5[write_prefix]}{$row[bo_table]}` ADD `wr_comment_reply` VARCHAR( 255 ) NOT NULL AFTER `wr_comment` ", FALSE); +} + + +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_use_copy_log` TINYINT NOT NULL AFTER `cf_use_norobot` ", FALSE); + +sql_query(" ALTER TABLE `$g5[config_table]` ADD `cf_register_skin` VARCHAR( 255 ) DEFAULT 'basic' NOT NULL AFTER `cf_intercept_ip` ", FALSE); + +sql_query(" ALTER TABLE `$g5[board_table]` ADD `bo_use_sideview` TINYINT NOT NULL AFTER `bo_disable_tags` ", FALSE); + + +// 회원메일테이블 생성 +$sql = " CREATE TABLE $g5[mail_table] ( + ma_id int(11) NOT NULL auto_increment, + ma_subject varchar(255) NOT NULL default '', + ma_content mediumtext NOT NULL, + ma_time datetime NOT NULL default '0000-00-00 00:00:00', + ma_ip varchar(255) NOT NULL default '', + ma_last_option text NOT NULL, + PRIMARY KEY (ma_id) +) TYPE=MyISAM "; +sql_query($sql, FALSE); + + +// auth table 생성 +$sql = " CREATE TABLE $g5[auth_table] ( + mb_id varchar(255) NOT NULL default '', + au_menu varchar(20) NOT NULL default '', + au_auth set('r','w','d') NOT NULL default '', + PRIMARY KEY (mb_id,au_menu) +) TYPE=MyISAM "; +sql_query($sql, FALSE); +*/ + + +echo "UPGRADE 완료."; + +include_once("./admin.tail.php"); +?> \ No newline at end of file diff --git a/adm/version.php b/adm/version.php new file mode 100644 index 000000000..67fae9d86 --- /dev/null +++ b/adm/version.php @@ -0,0 +1,32 @@ +"; +$args = "head -1 ".$g5[path]."/HISTORY"; +system($args); +echo ""; +?> + + + + + +
+ +
+ + diff --git a/adm/visit.sub.php b/adm/visit.sub.php index da4318500..7cb87dd68 100644 --- a/adm/visit.sub.php +++ b/adm/visit.sub.php @@ -12,6 +12,18 @@ $qstr = "fr_date=".$fr_date."&to_date=".$to_date; $query_string = $qstr ? '?'.$qstr : ''; ?> +
+
+ 기간별검색 + + + ~ + + + +
+
+ -
-
- 기간별 접속자집계 검색 - 부터 - 까지 - -
-
- - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자동등록방지
내용 + 글자 + + +
+
diff --git a/mobile/skin/board/basic/write.skin.php b/mobile/skin/board/basic/write.skin.php index d0eb11025..096f14133 100644 --- a/mobile/skin/board/basic/write.skin.php +++ b/mobile/skin/board/basic/write.skin.php @@ -4,164 +4,167 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

+
+

-
- - - - - - - - - - -" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off"> + + + + + + + + + + + '.PHP_EOL.''; - } + $option_hidden = ''; + if ($is_notice || $is_html || $is_secret || $is_mail) { + $option = ''; + if ($is_notice) { + $option .= PHP_EOL.''.PHP_EOL.''; + } - if ($is_html) { - if ($is_dhtml_editor) { - $option_hidden .= ''; - } else { - $option .= PHP_EOL.''.PHP_EOL.''; + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= PHP_EOL.''.PHP_EOL.''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= PHP_EOL.''.PHP_EOL.''; } } - if ($is_secret) { - if ($is_admin || $is_secret==1) { - $option .= PHP_EOL.''.PHP_EOL.''; - } else { - $option_hidden .= ''; - } - } + echo $option_hidden; + ?> +
+ + + + + + + + + - if ($is_mail) { - $option .= PHP_EOL.''.PHP_EOL.''; - } -} + + + + + + -echo $option_hidden; -?> -
-
class="frm_input " maxlength="20">
- - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + - - - - - - + + + + - - - - + + + + + + - - - - + + + + + + - - - - - - + + + + + + - - - - - - + +
class="frm_input " maxlength="20">
옵션
+ +
옵션
- -
+ + +

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

+ + + + +
글자
+ +
" id="wr_link" class="frm_input" size="50">
- - -

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

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

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

- - 취소 -
- +
+

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

+ + 취소 +
+ + -

+

목록

diff --git a/mobile/skin/board/gallery/style.css b/mobile/skin/board/gallery/style.css index 55b80740d..7720442b5 100644 --- a/mobile/skin/board/gallery/style.css +++ b/mobile/skin/board/gallery/style.css @@ -1,68 +1,74 @@ @charset "utf-8"; /* SIR 지운아빠 */ +/* ### 기본 스타일 커스터마이징 시작 ### */ + /* 게시판 버튼 */ /* 목록 버튼 */ -#bo_gall a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle} -#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {text-decoration:none} -#bo_gall a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle} -#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {text-decoration:none} -#bo_gall a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */ -#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {text-decoration:none} +#bo_gall a.btn_b01 {} +#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {} +#bo_gall a.btn_b02 {} +#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {} +#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {} /* 읽기 버튼 */ -#bo_v a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle} -#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {text-decoration:none} -#bo_v a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle} -#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {text-decoration:none} -#bo_v a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */ -#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none} +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} /* 쓰기 버튼 */ -#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */ -#bo_w .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} -#bo_w .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em} -#bo_w .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w .btn_cancel {} +#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */ /* 기본테이블 */ /* 읽기 내 테이블 */ -#bo_v .basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0} -#bo_v .basic_tbl caption {padding:0 0 1em;color:#777;text-align:left} -#bo_v .basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff} -#bo_v .basic_tbl thead a {color:#fff} -#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} -#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} -#bo_v .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} -#bo_v .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} -#bo_v .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none} -#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -#bo_v td.empty_table {padding:5em 0;text-align:center} +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} /* 쓰기 테이블 */ -#bo_w .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} -#bo_w .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} -#bo_w .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} -#bo_w .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} -#bo_w .frm_tbl textarea, #bo_w .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} -#bo_w .frm_tbl textarea {width:90%;height:150px} -#bo_w .frm_address {display:block;margin-top:0.3em} -#bo_w .frm_file {display:block;margin-bottom:0.3em} -#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} -#bo_w .frm_tbl #captcha input {margin-left:0.3em;text-align:center} -#bo_w .frm_tbl a {text-decoration:none} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_address {} +#bo_w .frm_file {} +#bo_w .frm_info {} -#bo_w .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 caption {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} -#bo_w .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */ +#bo_w .required {} /* 필수입력 */ +#bo_w textarea.required {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ /* 갤러리 목록 */ #bo_gall h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} #bo_gall #gall_ul {margin:1em 0 0;padding:0 1em;list-style:none} #bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""} -#bo_list_title {padding:0 1em} - #bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} #bo_cate ul {margin:0.5em 1em;padding-left:1px;zoom:1} #bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/mobile/skin/board/gallery/view_comment.skin.php b/mobile/skin/board/gallery/view_comment.skin.php index 75273222b..72fa59d90 100644 --- a/mobile/skin/board/gallery/view_comment.skin.php +++ b/mobile/skin/board/gallery/view_comment.skin.php @@ -25,7 +25,7 @@ var char_max = parseInt(); // 최대

님의 댓글

- 댓글의 댓글 + 댓글의 댓글 아이피 @@ -46,7 +46,7 @@ var char_max = parseInt(); // 최대 - " id="secret_comment_"> + "> ); // 최대
- -
-

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

- - 취소 -
- +
+

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

+ + 취소 +
+ + @@ -20,229 +22,235 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - - - - - - - - - - - - - - -
사이트 이용정보 입력
- 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. - > - -
>
>
+
+ + + + + + + + + + + + + + +
사이트 이용정보 입력
+ 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. + > + +
>
>
+
- - - - - + + + + +
개인정보 입력
- - 아이핀 본인확인 후에는 이름이 자동 입력되고 휴대폰 본인확인 후에는 이름과 휴대폰번호가 자동 입력되어 수동으로 입력할수 없게 됩니다. - - class="frm_input nospace " size="10"> - 아이핀 본인확인'.PHP_EOL; - if($config['cf_cert_hp']) - echo ''.PHP_EOL; +
+ + + + + - - - - - - - + echo ''.PHP_EOL; + } + ?> + +
+ 본인확인성인인증 완료 +
+ + + + + + + + + - - - - + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - -
개인정보 입력
+ + 아이핀 본인확인 후에는 이름이 자동 입력되고 휴대폰 본인확인 후에는 이름과 휴대폰번호가 자동 입력되어 수동으로 입력할수 없게 됩니다. + + class="frm_input nospace " size="10"> + 아이핀 본인확인'.PHP_EOL; + if($config['cf_cert_hp']) + echo ''.PHP_EOL; - echo ''.PHP_EOL; - } - ?> - -
- 본인확인성인인증 완료 -
- -
- - 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
- 별명을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다. -
- - - -
+ + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
+ 별명을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다. +
+ + + +
- - - - - - - - -
+ + + + + + + + +
" maxlength="255" >
" maxlength="255" >
" maxlength="20" >
" maxlength="20" >
- class="frm_input " maxlength="20"> - - - -
+ class="frm_input " maxlength="20"> + + + +
- 주소 - 필수 - - - class="frm_input " size="3" maxlength="3"> - - - - class="frm_input " size="3" maxlength="3"> - - - class="frm_input frm_address " size="50"> - - class="frm_input frm_address " size="50"> - -
+ +
+ 주소 + 필수 + + + class="frm_input " size="3" maxlength="3"> + - + + class="frm_input " size="3" maxlength="3"> + + + class="frm_input frm_address " size="50"> + + class="frm_input frm_address " size="50"> + +
+
- - - - - - - - +
+
기타 개인설정
+ + + + + + + - - - - - - + + + + + + - = $config['cf_icon_level']) { ?> - - - - - + = $config['cf_icon_level']) { ?> + + + + + - - - - + + + + - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - + + + + + + - - - - -
기타 개인설정
- - 이미지 크기는 가로 픽셀, 세로 픽셀 이하로 해주세요.
- gif만 가능하며 용량 바이트 이하만 등록됩니다. -
- - - - - -
+ + 이미지 크기는 가로 픽셀, 세로 픽셀 이하로 해주세요.
+ gif만 가능하며 용량 바이트 이하만 등록됩니다. +
+ + + + + +
- > - 정보 메일을 받겠습니다. -
+ > + 정보 메일을 받겠습니다. +
- > - 휴대폰 문자메세지를 받겠습니다. -
+ > + 휴대폰 문자메세지를 받겠습니다. +
- - 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. - - - > - 다른분들이 나의 정보를 볼 수 있도록 합니다. -
정보공개 - - 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
- 이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다. -
- -
+ + 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. + + + > + 다른분들이 나의 정보를 볼 수 있도록 합니다. +
정보공개 + + 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
+ 이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다. +
+ +
자동등록방지
+ + 자동등록방지 + + + +

diff --git a/mobile/skin/member/basic/register_result.skin.php b/mobile/skin/member/basic/register_result.skin.php index 4e807e01c..c3f57775d 100644 --- a/mobile/skin/member/basic/register_result.skin.php +++ b/mobile/skin/member/basic/register_result.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

- +

님의 회원가입을 진심으로 축하합니다.
@@ -17,7 +17,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 회원 가입 시 입력하신 이메일 주소로 인증메일이 발송되었습니다.
발송된 인증메일을 확인하신 후 인증처리를 하시면 사이트를 원활하게 이용하실 수 있습니다.

-
+
아이디
이메일 주소 diff --git a/mobile/skin/member/basic/scrap.skin.php b/mobile/skin/member/basic/scrap.skin.php index ba281252f..20558eb1e 100644 --- a/mobile/skin/member/basic/scrap.skin.php +++ b/mobile/skin/member/basic/scrap.skin.php @@ -5,33 +5,35 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

- - - - - - - - - - - - - - - - - +
+
스크랩 목록
게시판제목삭제
삭제
+ + + + + + + + + + + + + + + + - "; ?> - -
스크랩 목록
게시판제목삭제
삭제
자료가 없습니다.
+ 자료가 없습니다."; ?> + + +
-
+
diff --git a/mobile/skin/member/basic/scrap_popin.skin.php b/mobile/skin/member/basic/scrap_popin.skin.php index c9993d67a..1f9d08097 100644 --- a/mobile/skin/member/basic/scrap_popin.skin.php +++ b/mobile/skin/member/basic/scrap_popin.skin.php @@ -5,31 +5,33 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

스크랩하기

+

스크랩하기

- - - - - - - - - - - - -
제목 확인 및 댓글 쓰기
제목
+
+ + + + + + + + + + + + +
제목 확인 및 댓글 쓰기
제목
+
-

+

스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.

-
+
diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index b7ab89407..c04baeb9f 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -1,95 +1,103 @@ @charset "utf-8"; /* SIR 지운아빠 */ +/* ### 기본 스타일 커스터마이징 시작 ### */ + /* 버튼 */ -.mbskin a.btn01 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2em;vertical-align:middle} -.mbskin a.btn01:focus, .mbskin a.btn01:hover {text-decoration:none} -.mbskin a.btn02 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #333;background:#333;color:#fff;font-size:1em;text-decoration:none;line-height:2em;vertical-align:middle} -.mbskin a.btn02:focus, .mbskin .btn02:hover {text-decoration:none} -.mbskin .btn_confirm {text-align:center} /* 서식단계 진행 */ -.mbskin .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} -.mbskin .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em} -.mbskin .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */ -.mbskin .btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */ -.mbskin .btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em} -.mbskin .btn_win button {display:inline-block;padding:0 1em;height:2.65em;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.65em} -.mbskin .btn_win input {height:2.65em;line-height:2.65em} +.mbskin a.btn01 {} +.mbskin a.btn01:focus, .mbskin a.btn01:hover {} +.mbskin a.btn02 {} +.mbskin a.btn02:focus, .mbskin .btn02:hover {} +.mbskin .btn_confirm {} /* 서식단계 진행 */ +.mbskin .btn_submit {} +.mbskin .btn_cancel {} +.mbskin .btn_frmline {} /* 우편번호검색버튼 등 */ +.mbskin .win_btn {} /* 새창용 */ +.mbskin .win_btn a {} +.mbskin .win_btn button {} +.mbskin .win_btn input {} /* 게시판용 버튼 */ -.mbskin a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle} -.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {text-decoration:none} -.mbskin a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle} -.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {text-decoration:none} -.mbskin a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */ -.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {text-decoration:none} +.mbskin a.btn_b01 {} +.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {} +.mbskin a.btn_b02 {} +.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {} +.mbskin a.btn_admin {} /* 관리자 전용 버튼 */ +.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {} /* 기본테이블 */ -.mbskin .basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0} -.mbskin .basic_tbl caption {padding:0 0 1em;color:#777;text-align:left} -.mbskin .basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff} -.mbskin .basic_tbl thead a {color:#fff} -.mbskin .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -.mbskin .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} -.mbskin .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} -.mbskin .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} -.mbskin .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} -.mbskin .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none} -.mbskin .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -.mbskin td.empty_table {padding:5em 0;text-align:center} +.mbskin .tbl_head01 {} +.mbskin .tbl_head01 caption {} +.mbskin .tbl_head01 thead th {} +.mbskin .tbl_head01 thead a {} +.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +.mbskin .tbl_head01 tfoot th {} +.mbskin .tbl_head01 tfoot td {} +.mbskin .tbl_head01 tbody th {} +.mbskin .tbl_head01 td {} +.mbskin .tbl_head01 a {} +.mbskin td.empty_table {} /* 폼 테이블 */ -.mbskin .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} -.mbskin .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} -.mbskin .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} -.mbskin .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} -.mbskin .frm_tbl textarea, .mbskin .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} -.mbskin .frm_tbl textarea {width:90%;height:150px} -.mbskin .frm_address {display:block;margin-top:0.3em} -.mbskin .frm_file {display:block;margin-bottom:0.3em} -.mbskin .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} -.mbskin .frm_tbl #captcha input {margin-left:0.3em;text-align:center} -.mbskin .frm_tbl a {text-decoration:none} +.mb_skin table {} +.mb_skin caption {} +.mb_skin .frm_info {} +.mb_skin .frm_address {} +.mb_skin .frm_file {} -.mbskin .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} +.mbskin .tbl_frm01 {} +.mbskin .tbl_frm01 caption {} +.mbskin .tbl_frm01 th {} +.mbskin .tbl_frm01 td {} +.mbskin .tbl_frm01 textarea, .mbskin .frm_input {} +.mbskin .tbl_frm01 textarea {} +/* +.mbskin .tbl_frm01 #captcha {} +.mbskin .tbl_frm01 #captcha input {} +*/ +.mbskin .tbl_frm01 a {} -.mbskin .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */ +.mbskin .required {} /* 필수입력 */ +.mbskin textarea.required {} /* 테이블 항목별 정의 */ -.mbskin .td_board {width:120px;text-align:center} -.mbskin .td_chk {width:30px;text-align:center} -.mbskin .td_date {width:60px;text-align:center} -.mbskin .td_datetime {width:150px;text-align:center} -.mbskin .td_group {width:100px;text-align:center} -.mbskin .td_mb_id {width:100px;text-align:center} -.mbskin .td_mng {width:80px;text-align:center} -.mbskin .td_name {width:100px;text-align:left} -.mbskin .td_nick {width:100px;text-align:center} -.mbskin .td_num {width:50px;text-align:center} -.mbskin .td_numbig {width:80px;text-align:center} +.mbskin .td_board {} +.mbskin .td_chk {} +.mbskin .td_date {} +.mbskin .td_datetime {} +.mbskin .td_group {} +.mbskin .td_mb_id {} +.mbskin .td_mng {} +.mbskin .td_name {} +.mbskin .td_nick {} +.mbskin .td_num {} +.mbskin .td_numbig {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ /* 회원가입 약관 */ #fregister section {padding:1.5em;border-bottom:1px solid #eee;background:#fafafa} #fregister h2 {margin:0 0 1.5em;text-align:center} #fregister textarea {display:block;margin-bottom:1em;padding:0.3em;width:99%;height:150px;border:1px solid #cfded8;background:#f7f7f7} -#fregister textarea:focus {background:#21272e;color:#fff} .fregister_agree {padding:1em 0 0;text-align:right} .fregister_agree label {display:inline-block;margin-right:0.3em} #fregister p {color:#e8180c;text-align:center} #fregister .btn_confirm {margin:1.5em 0} /* 회원가입 입력 */ -#fregisterform textarea {height:50px} +#fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} +#fregisterform textarea {width:100%;height:50px} /* 회원가입 완료 */ #reg_result {padding:4em 1em 0} -#reg_result_logo {margin-bottom:50px;text-align:center} -#reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} -#reg_result_email span {display:inline-block;width:150px} -#reg_result_email strong {color:#e8180c;font-size:1.2em} +#reg_result #result_logo {margin-bottom:50px;text-align:center} +#reg_result #result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} +#reg_result #result_email span {display:inline-block;width:150px} +#reg_result #result_email strong {color:#e8180c;font-size:1.2em} #reg_result .btn_confirm {margin:50px 0} /* 아이디/패스워드 찾기 */ -#find_info_fs {margin:0 auto 1em;padding:1em;border-bottom:1px solid #eee} -#find_info_fs #mb_email {width:100%} +#find_info #info_fs {margin:0 auto 1em;padding:1em;border-bottom:1px solid #eee} +#find_info #info_fs #mb_email {width:100%} #find_info #captcha {margin:0 0 1em;padding:0 1em 1em} #find_info #captcha input {margin-left:0.3em} diff --git a/mobile/skin/member/basic/zip.skin.php b/mobile/skin/member/basic/zip.skin.php index c479e7ec6..b8076583f 100644 --- a/mobile/skin/member/basic/zip.skin.php +++ b/mobile/skin/member/basic/zip.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

@@ -39,7 +39,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

검색결과가 끝났습니다.

-
+
diff --git a/mobile/skin/new/basic/new.skin.php b/mobile/skin/new/basic/new.skin.php index f0c23ae86..c9f540df3 100644 --- a/mobile/skin/new/basic/new.skin.php +++ b/mobile/skin/new/basic/new.skin.php @@ -28,33 +28,35 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 - - - - - - - - - - - - - - - - +
+
게시판제목일시
+ + + + + + + + + + + + + + + -"; -?> - -
게시판제목일시
게시물이 없습니다.
+ 게시물이 없습니다."; + ?> + + +
diff --git a/mobile/skin/poll/basic/poll_result.skin.php b/mobile/skin/poll/basic/poll_result.skin.php index 307dc87cf..e1120c3c1 100644 --- a/mobile/skin/poll/basic/poll_result.skin.php +++ b/mobile/skin/poll/basic/poll_result.skin.php @@ -58,23 +58,26 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

- - - - - - - - - - - - - - - - -
+ +
+ + + + + + + + + + + + + + + + +
+
@@ -94,7 +97,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 -
+
diff --git a/mobile/skin/poll/basic/style.css b/mobile/skin/poll/basic/style.css index 52b655306..4b1eadf5a 100644 --- a/mobile/skin/poll/basic/style.css +++ b/mobile/skin/poll/basic/style.css @@ -1,6 +1,43 @@ @charset "utf-8"; /* SIR 지운아빠 */ +/* ### 기본 스타일 커스터마이징 끝 ### */ + +#poll a.btn_admin {} /* 관리자 전용 버튼 */ +#poll a.btn_admin:focus, #poll a.btn_admin:hover {} + +/* 폼 테이블 */ +#poll .tbl_frm table {} +#poll .tbl_frm .frm_address {} +#poll .tbl_frm .frm_file {} +#poll .tbl_frm .frm_info {} + +#poll .tbl_frm01 {} +#poll .tbl_frm01 caption {} +#poll .tbl_frm01 th {} +#poll .tbl_frm01 td {} +#poll .tbl_frm01 textarea, #poll .frm_input {} +#poll .tbl_frm01 textarea {} +/* +#poll .tbl_frm01 #captcha {} +#poll .tbl_frm01 #captcha input {} +*/ +#poll .tbl_frm01 a {} + +#poll .required {} /* 필수입력 */ +#poll textarea.required {} + +#poll .btn_confirm {} /* 서식단계 진행 */ +#poll .btn_submit {} +#poll .btn_cancel {} +#poll .btn_frmline {} /* 우편번호검색버튼 등 */ +#poll .win_btn {} /* 새창용 */ +#poll .win_btn a {} +#poll .win_btn button {} +#poll .win_btn input {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + /* 설문조사 스킨 */ #poll {margin:1em 0 0;padding:0 0 1em} #poll header {position:relative;padding:0 0.5em} @@ -15,9 +52,6 @@ #poll footer a:focus, #poll footer a:hover {text-decoration:none !important} -#poll a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */ -#poll a.btn_admin:focus, #poll a.btn_admin:hover {text-decoration:none} - /* 설문조사 결과 (새창) */ #poll_result section {padding:1em;border-bottom:1px solid #eee} #poll_result h2 {margin:0;padding:0} @@ -54,30 +88,4 @@ #poll_result_oth {margin:0 auto 1.5em} #poll_result_oth h2 {padding:1em} #poll_result_oth ul {margin:0;padding:0 1em;list-style:none} -#poll_result_oth a {display:block;padding:1em 0;border-bottom:1px solid #eee;color:#000;text-decoration:none} - -/* 폼 테이블 */ -#poll .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} -#poll .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} -#poll .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} -#poll .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} -#poll .frm_tbl textarea, #poll .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} -#poll .frm_tbl textarea {width:90%;height:150px} -#poll .frm_address {display:block;margin-top:0.3em} -#poll .frm_file {display:block;margin-bottom:0.3em} -#poll .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} -#poll .frm_tbl #captcha input {margin-left:0.3em;text-align:center} -#poll .frm_tbl a {text-decoration:none} - -#poll .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} - -#poll .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */ - -#poll .btn_confirm {text-align:center} /* 서식단계 진행 */ -#poll .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} -#poll .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em} -#poll .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */ -#poll .btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */ -#poll .btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em} -#poll .btn_win button {display:inline-block;padding:0 1em;height:2.65em;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.65em} -#poll .btn_win input {height:2.65em;line-height:2.65em} \ No newline at end of file +#poll_result_oth a {display:block;padding:1em 0;border-bottom:1px solid #eee;color:#000;text-decoration:none} \ No newline at end of file diff --git a/mobile/tail.php b/mobile/tail.php index 74f87425b..b5d830adf 100644 --- a/mobile/tail.php +++ b/mobile/tail.php @@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
var g5_captcha_url = "'.G5_CAPTCHA_URL.'";'; $html .= "\n".''; $html .= "\n".''; - $html .= "\n".'
'; + $html .= "\n".'
'; $html .= "\n".'자동등록방지'; + if (G5_IS_MOBILE) $html .= ''; $html .= "\n".''; - $html .= "\n".''; + if (!G5_IS_MOBILE) $html .= "\n".''; $html .= "\n".''; - $html .= ''; + $html .= ''; + $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; $html .= "\n".'
'; - $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; return $html; } diff --git a/plugin/kcaptcha/kcaptcha_session.php b/plugin/kcaptcha/kcaptcha_session.php index 0ee0d35e5..77b1eb036 100644 --- a/plugin/kcaptcha/kcaptcha_session.php +++ b/plugin/kcaptcha/kcaptcha_session.php @@ -1,4 +1,4 @@ -/style.css"> -

목록

+

목록

@@ -55,81 +55,83 @@ if ($is_nogood) $colspan++; - - - - - - - - - - - - - - - - - - - "> - - - - - + + + + + + + + + + + + '; } ?> + +
목록
번호 - - - 제목글쓴이날짜조회추천비추천
- 공지'; - else if ($wr_id == $list[$i]['wr_id']) - echo "열람중"; - else - echo $list[$i]['num']; - ?> - - - - - - +
+ + + + + + + - - - - 댓글 - - + + + + + + + + + + + "> + - - - - - - - - '; } ?> - -
목록
번호 + + + 제목글쓴이날짜조회추천비추천
'; } - - if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new']; - if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot']; - if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file']; - if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link']; - if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret']; - + if ($list[$i]['is_notice']) // 공지사항 + echo '공지'; + else if ($wr_id == $list[$i]['wr_id']) + echo "열람중"; + else + echo $list[$i]['num']; ?> -
게시물이 없습니다.
+
+ + + + + + + + + + 댓글 + + + '; } + + if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot']; + if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file']; + if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link']; + if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret']; + + ?> +
게시물이 없습니다.
+
diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 2b9363fc5..3d4e35619 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -1,85 +1,97 @@ @charset "utf-8"; /* SIR 지운아빠 */ +/* ### 기본 스타일 커스터마이징 시작 ### */ + /* 게시판 버튼 */ /* 목록 버튼 */ -#bo_list a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {text-decoration:none} -#bo_list a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {text-decoration:none} -#bo_list a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ -#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {text-decoration:none} +#bo_list a.btn_b01 {} +#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {} +#bo_list a.btn_b02 {} +#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {} +#bo_list a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {} /* 읽기 버튼 */ -#bo_v a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {text-decoration:none} -#bo_v a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {text-decoration:none} -#bo_v a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ -#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none} +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} /* 쓰기 버튼 */ -#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */ -#bo_w .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} -#bo_w button.btn_submit {height:22px;font-size:1em} -#bo_w fieldset .btn_submit {height:22px;font-size:1em} -#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 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} +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w button.btn_submit {} +#bo_w fieldset .btn_submit {} +#bo_w .btn_cancel {} +#bo_w button.btn_cancel {} +#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {} +#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */ +#bo_w button.btn_frmline {} /* 기본 테이블 */ /* 목록 테이블 */ -#bo_list .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} -#bo_list .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden} -#bo_list .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff} -#bo_list .basic_tbl thead a {color:#fff} -#bo_list .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_list .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} -#bo_list .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} -#bo_list .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} -#bo_list .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} -#bo_list .basic_tbl a {} -#bo_list .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -#bo_list td.empty_table {padding:85px 0;text-align:center} -#bo_list li.empty_list {padding:85px 0;text-align:center} +#bo_list .tbl_head01 {} +#bo_list .tbl_head01 caption {} +#bo_list .tbl_head01 thead th {} +#bo_list .tbl_head01 thead a {} +#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_list .tbl_head01 tfoot th {} +#bo_list .tbl_head01 tfoot td {} +#bo_list .tbl_head01 tbody th {} +#bo_list .tbl_head01 td {} +#bo_list .tbl_head01 a {} +#bo_list td.empty_table {} /* 읽기 내 테이블 */ -#bo_v .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} -#bo_v .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden} -#bo_v .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff} -#bo_v .basic_tbl thead a {color:#fff} -#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} -#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} -#bo_v .basic_tbl tbody th {} -#bo_v .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} -#bo_v .basic_tbl a {} -#bo_v .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -#bo_v td.empty_table {padding:85px 0;text-align:center} -#bo_v li.empty_list {padding:85px 0;text-align:center} +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} /* 쓰기 테이블 */ -#bo_w .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0} -#bo_w .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left} -#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: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} -#bo_w .frm_tbl #captcha input {margin-left:5px;text-align:center} -#bo_w .frm_tbl a {text-decoration:none} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} -#bo_w .frm_info {display:block;padding:0 0 5px;line-height:1.4em} +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} -#bo_w .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */ +/* 필수입력 */ +#bo_w .required {} +#bo_w textarea.required {} + +#bo_w .cke_sc {} +#bo_w button.btn_cke_sc{} +#bo_w .cke_sc_def {} +#bo_w .cke_sc_def dl {} +#bo_w .cke_sc_def dl:after {} +#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {} +#bo_w .cke_sc_def dt {} +#bo_w .cke_sc_def dd {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ /* 게시판 목록 */ -#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em} - #bo_list .td_board {width:120px;text-align:center} #bo_list .td_chk {width:30px;text-align:center} #bo_list .td_date {width:60px;text-align:center} @@ -194,7 +206,7 @@ html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !importa #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} -#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden:zoom:1} +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index 6d8280ebe..af113cc30 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -101,52 +101,54 @@ var char_max = parseInt(); // 최대 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
">
자동등록방지
내용 - 글자 - - - -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
">
자동등록방지
내용 + 글자 + + + +
+
diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index acf89b32a..f3c7af5ba 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

+

@@ -53,122 +53,124 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo $option_hidden; ?> - - - - - - - - +
+
+ + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + + + + + - + + + +
글자
+ + + - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - -
class="frm_input " maxlength="20">
class="frm_input " maxlength="20">
옵션
옵션
- -
+ +
-
- - - - -
- 임시 저장된 글 목록 -
-
    -
    +
    +
    + + + + +
    + 임시 저장된 글 목록 +
    +
      +
      +
      +
      +
      + + +

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

      - -
      - - -

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

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

      diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 51500f48f..fc27714ae 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -5,7 +5,7 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php'); -

      목록

      +

      목록

      @@ -44,6 +44,9 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php'); + + +
        0 && ($i % $bo_gallery_cols == 0)) diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index d1b4e3018..d7988684f 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -1,69 +1,84 @@ @charset "utf-8"; /* SIR 지운아빠 */ +/* ### 기본 스타일 커스터마이징 시작 ### */ + /* 게시판 버튼 */ /* 목록 버튼 */ -#bo_gall a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {text-decoration:none} -#bo_gall a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {text-decoration:none} -#bo_gall a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ -#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {text-decoration:none} +#bo_gall a.btn_b01 {} +#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {} +#bo_gall a.btn_b02 {} +#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {} +#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {} /* 읽기 버튼 */ -#bo_v a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {text-decoration:none} -#bo_v a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} -#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {text-decoration:none} -#bo_v a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ -#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none} +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} /* 쓰기 버튼 */ -#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */ -#bo_w .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} -#bo_w button.btn_submit {height:22px;font-size:1em} -#bo_w fieldset .btn_submit {height:22px;font-size:1em} -#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 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} +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w button.btn_submit {} +#bo_w fieldset .btn_submit {} +#bo_w .btn_cancel {} +#bo_w button.btn_cancel {} +#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {} +#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */ +#bo_w button.btn_frmline {} /* 기본 테이블 */ /* 읽기 내 테이블 */ -#bo_v .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} -#bo_v .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden} -#bo_v .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff} -#bo_v .basic_tbl thead a {color:#fff} -#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} -#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} -#bo_v .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} -#bo_v .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} -#bo_v .basic_tbl a {} -#bo_v .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -#bo_v td.empty_table {padding:85px 0;text-align:center} +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} /* 쓰기 테이블 */ -#bo_w .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0} -#bo_w .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left} -#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: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} -#bo_w .frm_tbl #captcha input {margin-left:5px;text-align:center} -#bo_w .frm_tbl a {text-decoration:none} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} -#bo_w .frm_info {display:block;padding:0 0 5px;line-height:1.4em} +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} -#bo_w .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */ +/* 필수입력 */ +#bo_w .required {} +#bo_w textarea.required {} + +#bo_w .cke_sc {} +#bo_w button.btn_cke_sc{} +#bo_w .cke_sc_def {} +#bo_w .cke_sc_def dl {} +#bo_w .cke_sc_def dl:after {} +#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {} +#bo_w .cke_sc_def dt {} +#bo_w .cke_sc_def dd {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ /* 게시판 목록 */ -#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em} - #bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} #bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1} #bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} @@ -184,7 +199,7 @@ html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !importa #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} -#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden:zoom:1} +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index 6d8280ebe..af113cc30 100644 --- a/skin/board/gallery/view_comment.skin.php +++ b/skin/board/gallery/view_comment.skin.php @@ -101,52 +101,54 @@ var char_max = parseInt(); // 최대 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ">
        자동등록방지
        내용 - 글자 - - - -
        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        ">
        자동등록방지
        내용 + 글자 + + + +
        +
        diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index acf89b32a..f3c7af5ba 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
        -

        +

        @@ -53,122 +53,124 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo $option_hidden; ?> - - - - - - - - +
        +
        + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + + + + + - + + + +
        글자
        + + + - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - -
        class="frm_input " maxlength="20">
        class="frm_input " maxlength="20">
        옵션
        옵션
        - -
        + +
        -
        - - - - -
        - 임시 저장된 글 목록 -
        -
          -
          +
          +
          + + + + +
          + 임시 저장된 글 목록 +
          +
            +
            +
            +
            +
            + + +

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

            - -
            - - -

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

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

            diff --git a/skin/connect/basic/current_connect.skin.php b/skin/connect/basic/current_connect.skin.php index db1159605..0e187429c 100644 --- a/skin/connect/basic/current_connect.skin.php +++ b/skin/connect/basic/current_connect.skin.php @@ -5,34 +5,36 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - - - - - - - - - -".$location.""; - else $display_location = $location; -?> +
            +
            번호이름위치
            + - - - + + + -"; -?> - -
            번호이름위치
            현재 접속자가 없습니다.
            + + + ".$location.""; + else $display_location = $location; + ?> + + + + + + 현재 접속자가 없습니다."; + ?> + + +

            \ No newline at end of file diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index 38727ef81..dbac90d2e 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
            -

            님께 메일보내기

            +

            님께 메일보내기

            @@ -17,54 +17,56 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            메일쓰기
            형식 - - - -
            - - 첨부 파일은 누락될 수 있으므로 메일을 보낸 후 파일이 첨부 되었는지 반드시 확인해 주시기 바랍니다. -
            자동등록방지
            +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            메일쓰기
            형식 + + + +
            + + 첨부 파일은 누락될 수 있으므로 메일을 보낸 후 파일이 첨부 되었는지 반드시 확인해 주시기 바랍니다. +
            자동등록방지
            +
            -
            +

            작성하신 메일을 발송하시려면 메일발송 버튼을,
            작성을 취소하고 창을 닫으시려면 창닫기 버튼을 누르세요. diff --git a/skin/member/basic/img/reg_result_logo.jpg b/skin/member/basic/img/reg_result_logo.jpg index 9bdf4f72d..4f3dbb9c3 100644 Binary files a/skin/member/basic/img/reg_result_logo.jpg and b/skin/member/basic/img/reg_result_logo.jpg differ diff --git a/skin/member/basic/login.skin.php b/skin/member/basic/login.skin.php index d793b0987..1c4fe6049 100644 --- a/skin/member/basic/login.skin.php +++ b/skin/member/basic/login.skin.php @@ -11,7 +11,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

            +
            회원로그인 @@ -22,7 +22,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
            -