From 224dc0679ab807e6a28f70060dbdcd36f134ecfc Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 10 Oct 2013 13:45:52 +0900 Subject: [PATCH 01/17] =?UTF-8?q?canonical=20=EB=B0=8F=20meta=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/head.sub.php b/head.sub.php index 7609d275b..2b6b47d24 100644 --- a/head.sub.php +++ b/head.sub.php @@ -37,6 +37,9 @@ if (G5_IS_MOBILE) { echo ''.PHP_EOL; echo ''.PHP_EOL; echo ''.PHP_EOL; +} else { + echo ''.PHP_EOL; + echo ''.PHP_EOL; } ?> <?php echo $g5_head_title; ?> @@ -44,16 +47,13 @@ if (G5_IS_MOBILE) { if (defined('G5_IS_ADMIN')) { echo ''.PHP_EOL; } else { + echo ''.PHP_EOL; // 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; + 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 ''.PHP_EOL; } -echo ''; -echo ''; ?>
+ + + +
From 1192b139bdcc909bc47d5fc4baecfab7d3aafd7b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 11:34:13 +0900 Subject: [PATCH 08/17] =?UTF-8?q?lnb=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 39 +++++++++++++++++---------------------- css/admin.css | 5 +++++ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 403bba5ab..be8a583ee 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -104,34 +104,29 @@ function imageview(id, w, h) echo $gnb_str; ?> -
+
+ + + +
- -
- -
    - $value) { - if($key > 0) { - echo $nl.'
  • '.$value[1].'
  • '; - $nl = PHP_EOL; - } - } - ?> -
- -
diff --git a/css/admin.css b/css/admin.css index 6101f8a45..7e2f0213f 100644 --- a/css/admin.css +++ b/css/admin.css @@ -69,6 +69,11 @@ h2 {font-size:1.2em} .gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important} .gnb_js .gnb_grp_div {border-top:1px solid #eee} +#lnb {margin:0;padding:10px 15px;list-style:none;zoom:1} +#lnb:after {display:block;visibility:hidden;clear:both;content:""} +#lnb li {float:left} +#lnb a {display:inline-block;padding:5px;font-size:0.95em;letter-spacing:-0.1em} + /* 중간 레이아웃 */ #wrapper {z-index:5;margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} From cfd8db6b9e57cbddf11ebc89bce53f2c9eee907c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 14:48:05 +0900 Subject: [PATCH 09/17] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EA=B0=80?= =?UTF-8?q?=EB=B3=80=ED=98=95=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 16 +- adm/admin.lib.php | 4 +- adm/auth_list.php | 224 ++-- adm/board_copy.php | 61 +- adm/board_form.php | 2102 +++++++++++++++++---------------- adm/board_list.php | 177 +-- adm/board_list_delete.php | 28 + adm/boardgroup_form.php | 49 +- adm/boardgroup_list.php | 131 +- adm/boardgroupmember_form.php | 91 +- adm/boardgroupmember_list.php | 69 +- adm/cache_file_delete.php | 57 +- adm/config_form.php | 1532 ++++++++++++------------ adm/gcaptcha_file_delete.php | 67 +- adm/img/logo.jpg | Bin 6597 -> 6668 bytes adm/img/ts01.gif | Bin 0 -> 177 bytes adm/img/ts02.gif | Bin 0 -> 188 bytes adm/img/ts03.gif | Bin 0 -> 196 bytes adm/index.php | 380 +++--- adm/mail_form.php | 33 +- adm/mail_list.php | 36 +- adm/mail_select_form.php | 31 +- adm/mail_select_list.php | 18 +- adm/member_delete.php | 29 + adm/member_form.php | 19 +- adm/member_list.php | 156 ++- adm/member_list_delete.php | 37 + adm/point_list.php | 162 ++- adm/poll_form.php | 34 +- adm/poll_list.php | 61 +- adm/popular_list.php | 48 +- adm/popular_rank.php | 54 +- adm/repair.php | 84 ++ adm/session_delete.php | 46 + adm/session_file_delete.php | 7 +- adm/thumbnail_file_delete.php | 97 +- adm/upgrade.php | 342 ++++++ adm/version.php | 32 + adm/visit.sub.php | 21 +- adm/visit_browser.php | 11 +- adm/visit_date.php | 13 +- adm/visit_domain.php | 11 +- adm/visit_hour.php | 11 +- adm/visit_list.php | 13 +- adm/visit_month.php | 11 +- adm/visit_os.php | 11 +- adm/visit_week.php | 11 +- adm/visit_year.php | 11 +- css/admin.css | 626 +++++++--- 49 files changed, 4033 insertions(+), 3031 deletions(-) create mode 100644 adm/board_list_delete.php create mode 100644 adm/img/ts01.gif create mode 100644 adm/img/ts02.gif create mode 100644 adm/img/ts03.gif create mode 100644 adm/member_delete.php create mode 100644 adm/member_list_delete.php create mode 100644 adm/repair.php create mode 100644 adm/session_delete.php create mode 100644 adm/upgrade.php create mode 100644 adm/version.php diff --git a/adm/admin.head.php b/adm/admin.head.php index be8a583ee..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/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/session_delete.php b/adm/session_delete.php new file mode 100644 index 000000000..35c8b8419 --- /dev/null +++ b/adm/session_delete.php @@ -0,0 +1,46 @@ +
"; +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; - - foreach($directory as $dir) { - $files = glob($dir.'/thumb-*'); - if (is_array($files)) { - foreach($files as $thumbnail) { - $cnt++; - @unlink($thumbnail); - - echo '
  • '.$thumbnail.'
  • '.PHP_EOL; - - flush(); - - if ($cnt%10==0) - echo PHP_EOL; - } - } - } - - 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 : ''; ?> +
+
+ 기간별검색 + + + ~ + + + +
+
+ -
-
- 기간별 접속자집계 검색 - 부터 - 까지 - -
-
- '; $html .= "\n".''; $html .= "\n".''; - $html .= "\n".'
'; + $html .= "\n".'
'; $html .= "\n".'자동등록방지'; $html .= "\n".''; $html .= "\n".''; $html .= "\n".''; - $html .= ''; + $html .= ''; $html .= "\n".'
'; $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; return $html; From 80643e9090d440571b36bf0be637da1ff2e4bc9c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 15:40:40 +0900 Subject: [PATCH 12/17] =?UTF-8?q?=EC=BA=A1=EC=B1=A0:=20#3=20kcaptcha=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 0d3bd36a1..c33b72d42 100644 --- a/css/default.css +++ b/css/default.css @@ -115,10 +115,10 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #captcha {display:inline-block;position:relative} #captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9} -#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:42px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em} +#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em} #captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer} -#captcha #captcha_mp3 span {position:absolute;top:1px;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')} -#captcha #captcha_reload {position:absolute;top:22px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer} +#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')} +#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer} #captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')} #mp3_embed {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden} /* 익스 8 이하에서 음성캡챠 실행 스타일 */ From 6f5803bb3c74f9c390e0a48257412199abc1c73f Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 15:49:50 +0900 Subject: [PATCH 13/17] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EA=B8=80?= =?UTF-8?q?=EC=9E=90=20=ED=81=AC=EA=B8=B0=20=EB=93=B1=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 4 ++-- mobile/skin/member/basic/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 6a75f9b90..bc254fc6c 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -3,7 +3,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;font-size:1em} +body {margin:0;padding:0;font-size:0.75em} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} @@ -40,7 +40,7 @@ pre {overflow-x:scroll;font-size:1.1em} #logo {float:left;padding:0.9em 0;margin-left:0.5em} #schall {position:absolute;top:0.7em;right:0.5em;letter-spacing:-0.3em} -#schall_stx {padding-left:0.3em;width:100px;height:1.5em;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none} +#schall_stx {padding-left:0.3em;width:100px;height:24px;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none} #schall_submit {border:1px solid #aaa;border-left:0} #mb_nb {clear:both;border-top:1px solid #e7f1ed;background:#151515;text-align:center} diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index e3fc0a79a..55eef0d7f 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -81,6 +81,7 @@ #fregister .btn_confirm {margin:1.5em 0} /* 회원가입 입력 */ +#fregisterform #reg_mb_email {width:90%} #fregisterform textarea {height:50px} /* 회원가입 완료 */ From e2f2780a51dcc24f3dff30d48b004705f5fdc017 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 16:59:22 +0900 Subject: [PATCH 14/17] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20frm=5Ftbl=20->=20tb?= =?UTF-8?q?l=5Ffrm01=20tbl=5Ffrm=20=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_email.php | 26 +- css/admin.css | 1 - css/default.css | 33 +- css/mobile.css | 43 +- head.php | 6 +- img/ts01.gif | Bin 0 -> 177 bytes img/ts02.gif | Bin 0 -> 188 bytes img/ts03.gif | Bin 0 -> 196 bytes mobile/head.php | 18 +- mobile/skin/board/basic/style.css | 28 +- mobile/skin/board/basic/view_comment.skin.php | 74 +-- mobile/skin/board/basic/write.skin.php | 283 ++++++------ mobile/skin/board/gallery/style.css | 28 +- .../skin/board/gallery/view_comment.skin.php | 85 ++-- mobile/skin/board/gallery/write.skin.php | 283 ++++++------ mobile/skin/member/basic/formmail.skin.php | 89 ++-- mobile/skin/member/basic/memo_form.skin.php | 4 +- mobile/skin/member/basic/profile.skin.php | 54 +-- .../skin/member/basic/register_form.skin.php | 422 +++++++++--------- mobile/skin/member/basic/scrap_popin.skin.php | 28 +- mobile/skin/member/basic/style.css | 28 +- mobile/skin/poll/basic/poll_result.skin.php | 37 +- mobile/skin/poll/basic/style.css | 28 +- mobile/tail.php | 7 +- skin/board/basic/style.css | 31 +- skin/board/basic/view_comment.skin.php | 94 ++-- skin/board/basic/write.skin.php | 212 ++++----- skin/board/gallery/style.css | 31 +- skin/board/gallery/view_comment.skin.php | 94 ++-- skin/board/gallery/write.skin.php | 212 ++++----- skin/member/basic/formmail.skin.php | 94 ++-- skin/member/basic/memo_form.skin.php | 4 +- skin/member/basic/register_form.skin.php | 422 +++++++++--------- skin/member/basic/scrap_popin.skin.php | 28 +- skin/member/basic/style.css | 27 +- skin/poll/basic/poll_result.skin.php | 43 +- skin/poll/basic/style.css | 31 +- 37 files changed, 1507 insertions(+), 1421 deletions(-) create mode 100644 img/ts01.gif create mode 100644 img/ts02.gif create mode 100644 img/ts03.gif diff --git a/bbs/register_email.php b/bbs/register_email.php index 9a84ed0ce..cec1e3071 100644 --- a/bbs/register_email.php +++ b/bbs/register_email.php @@ -16,17 +16,21 @@ include_once('./_head.php');
- - - - - - - - - - -
사이트 이용정보 입력
자동등록방지
+ +
+ + + + + + + + + + +
사이트 이용정보 입력
자동등록방지
+
+ 취소 diff --git a/css/admin.css b/css/admin.css index f26b49d55..146db1c4b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -85,7 +85,6 @@ h2.h2_frm {padding-top:15px} #wrapper {z-index:5;margin:20px 0;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} - #container {z-index:4;position:relative} /* 텍스트 크기 조절 */ diff --git a/css/default.css b/css/default.css index a86cffdb3..a15b14796 100644 --- a/css/default.css +++ b/css/default.css @@ -23,7 +23,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 상단 레이아웃 */ #hd {z-index:10;position:relative;border-top:3px solid #151515;background:#fff} -#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_wrapper {position:relative;margin:0 auto;width:980px} #logo {padding:26px 0} @@ -81,7 +81,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 텍스트 크기 조절 */ #text_size {position:absolute;top:-33px;left:-1px;letter-spacing:-3px} -#text_size button {margin:0;padding:0 10px;height:28px;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer} +#text_size button {margin:0;padding:0;border:0;background:transparent;vertical-align:middle;cursor:pointer} .ts_up {font-size:1.167em !important} .ts_up2 {font-size:1.3em !important} @@ -172,19 +172,22 @@ td.empty_table {padding:85px 0;text-align:center} li.empty_list {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;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;color:#000;vertical-align:middle} -.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} -.frm_tbl #captcha input {margin-left:5px;text-align:center} -.frm_tbl a {text-decoration:none} +.tbl_frm table {width:100%;border-collapse:collapse;border-spacing:0} +.tbl_frm .frm_info {display:block;padding:0 0 5px;line-height:1.4em} +.tbl_frm .frm_address {display:block;margin-top:5px} +.tbl_frm .frm_file {display:block;margin-bottom:5px} +.tbl_frm caption {padding:10px 0;font-weight:bold;text-align:left} -.frm_info {display:block;padding:0 0 5px;line-height:1.4em} +.tbl_frm01 {margin-bottom:20px} +.tbl_frm01 th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left} +.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} +.tbl_frm01 textarea, .tbl_frm01 .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} +.tbl_frm01 textarea {width:98%;height:100px} +/* +.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent} +.tbl_frm01 #captcha input {margin-left:5px;text-align:center} +*/ +.tbl_frm01 a {text-decoration:none} /* 필수입력 */ .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} @@ -211,7 +214,7 @@ textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repea .new_win #new_win_title {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} .new_win #new_win_title .sv {font-size:0.75em;line-height:1.2em} .new_win .basic_tbl {margin:0 auto 20px;width:93%;background:#fff} -.new_win .frm_tbl {margin:0 auto 20px;width:93%;background:#fff} +.new_win .tbl_frm01 {margin:0 auto 20px;width:93%;background:#fff} .new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1} .new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} .new_win_ul li {float:left;margin-left:-1px} diff --git a/css/mobile.css b/css/mobile.css index 6a75f9b90..61443612a 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -3,7 +3,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;font-size:1em} +body {margin:0;padding:0;font-size:0.75em} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} @@ -35,38 +35,38 @@ pre {overflow-x:scroll;font-size:1.1em} /* 상단 레이아웃 */ #hd {background:#fff} #hd:after {display:block;visibility:hidden;clear:both;content:""} -#hd h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #logo {float:left;padding:0.9em 0;margin-left:0.5em} #schall {position:absolute;top:0.7em;right:0.5em;letter-spacing:-0.3em} -#schall_stx {padding-left:0.3em;width:100px;height:1.5em;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none} +#schall_stx {padding-left:0.3em;width:100px;height:24px;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none} #schall_submit {border:1px solid #aaa;border-left:0} #mb_nb {clear:both;border-top:1px solid #e7f1ed;background:#151515;text-align:center} #mb_nb li {display:inline-block;border-right:1px solid #333} #mb_nb li:nth-last-of-type(1) {border-right:0 !important} -#mb_nb a {display:inline-block;padding:0.5em;color:#fff;text-decoration:none} +#mb_nb a {display:inline-block;padding:10px 7px;color:#fff;text-decoration:none} #mb_nb img {display:none} #lnb {} -#lnb ul {padding-bottom:-1px;border-bottom:1px solid #e7f1ed} +#lnb ul {margin:0;padding:0 0 -1px;border-bottom:1px solid #e7f1ed;list-style:none} #lnb ul:after {display:block;visibility:hidden;clear:both;content:""} #lnb li {float:left;margin-bottom:-1px;width:20%} -#lnb a {display:block;padding:0.5em 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none} +#lnb a {display:block;padding:10px 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none} #lnb li:nth-of-type(5n) a {border-right:0} /* 중간 레이아웃 */ #wrapper {margin:2em 0} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} -#wrapper_title {margin-bottom:1.5em;padding:0 0.7em;font-size:1.2em} #container {position:relative;min-height:300px} #container:after {display:block;visibility:hidden;clear:both;content:""} +#container_title {margin:0 10px 20px;font-size:1.2em;font-weight:bold} /* 텍스트 크기 조절 */ #text_size {margin:0 0 1em;text-align:center} -#text_size button {margin:0;padding:0 1em;height:2em;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer} +#text_size button {margin:0;padding:0;border:0;background:transparent;vertical-align:middle;cursor:pointer} .ts_up {font-size:1.167em !important} .ts_up2 {font-size:1.3em !important} @@ -139,19 +139,22 @@ td.empty_table {padding:5em 0;text-align:center} li.empty_list {padding:5em 0;text-align:center} /* 폼 테이블 */ -.frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} -.frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} -.frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} -.frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} -.frm_tbl textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} -.frm_tbl textarea {width:90%;height:150px} -.frm_address {display:block;margin-top:0.3em} -.frm_file {display:block;margin-bottom:0.3em} -.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} -.frm_tbl #captcha input {margin-left:0.3em;text-align:center} -.frm_tbl a {text-decoration:none} +.tbl_frm table {width:100%;border-collapse:collapse;border-spacing:0} +.tbl_frm .frm_address {display:block;margin-top:0.3em} +.tbl_frm .frm_file {display:block;margin-bottom:0.3em} +.tbl_frm .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} -.frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} +.tbl_frm01 {margin-bottom:1.5em} +.tbl_frm01 caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} +.tbl_frm01 th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} +.tbl_frm01 td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} +.tbl_frm01 textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} +.tbl_frm01 textarea {width:90%;height:150px} +/* +.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent} +.tbl_frm01 #captcha input {margin-left:0.3em;text-align:center} +*/ +.tbl_frm01 a {text-decoration:none} /* 필수입력 */ .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} diff --git a/head.php b/head.php index 54e2e2735..feaf79a9f 100644 --- a/head.php +++ b/head.php @@ -169,7 +169,7 @@ if ($config['cf_include_head']) {
- - - + + +
\ No newline at end of file diff --git a/img/ts01.gif b/img/ts01.gif new file mode 100644 index 0000000000000000000000000000000000000000..1626ac4109ac2b117869693d7e37f618f2ad0157 GIT binary patch literal 177 zcmZ?wbhEHblwgox*v!E2|Ns9xckYyzm*2j9`@n$%Z{NQC_U+rGNs~G|JGX7ywq(hY zwQJYTo;~}?lP3&dp!kyoOzVJ1kQodtaRw(mS1(m~eb#zH+>6GfnG=_FEK5GHD$h$~ ztviPWGl%nC(dL7W8()`($+9eb@tKFkWKLo86^SX5j0X#P3Z>ec+pgcy5xVnc$}8Q8 byVpeiJi6@s+xcd8``3T>7jJA5WUvMR)k{(I literal 0 HcmV?d00001 diff --git a/img/ts02.gif b/img/ts02.gif new file mode 100644 index 0000000000000000000000000000000000000000..0a48974a39cdb2d2fc2093bd200065e8b36bc87d GIT binary patch literal 188 zcmV;t07L&rNk%w1VHf}y0J8u9|NsBo+}xX+n|F72+uPfKfPlcj!0qkrcifAb=pWoiXggZR4Urqju}8IER6O2=wRZJ;=&stB2d(oIQbK
-

+

@@ -80,7 +80,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
- +

- +
-

+
- - - + + +
\ No newline at end of file diff --git a/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css index 26ad7a7c1..01585815d 100644 --- a/mobile/skin/board/basic/style.css +++ b/mobile/skin/board/basic/style.css @@ -56,21 +56,25 @@ #bo_v td.empty_table {} /* 쓰기 테이블 */ -#bo_w .frm_tbl {} -#bo_w .frm_tbl caption {} -#bo_w .frm_tbl th {} -#bo_w .frm_tbl td {} -#bo_w .frm_tbl textarea, #bo_w .frm_input {} -#bo_w .frm_tbl textarea {} -#bo_w .frm_address {} -#bo_w .frm_file {} -#bo_w .frm_tbl #captcha {} -#bo_w .frm_tbl #captcha input {} -#bo_w .frm_tbl a {} +#bo_w .tbl_frm table {} +#bo_w .tbl_frm .frm_address {} +#bo_w .tbl_frm .frm_file {} +#bo_w .tbl_frm .frm_info {} -#bo_w .frm_info {} +#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 {} /* 필수입력 */ +#bo_w textarea.required {} /* ### 기본 스타일 커스터마이징 끝 ### */ diff --git a/mobile/skin/board/basic/view_comment.skin.php b/mobile/skin/board/basic/view_comment.skin.php index 1c341b830..c7308fb23 100644 --- a/mobile/skin/board/basic/view_comment.skin.php +++ b/mobile/skin/board/basic/view_comment.skin.php @@ -93,42 +93,44 @@ var char_max = parseInt(); // 최대 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
자동등록방지
내용 - 글자 - - -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자동등록방지
내용 + 글자 + + +
+
diff --git a/mobile/skin/board/basic/write.skin.php b/mobile/skin/board/basic/write.skin.php index d0eb11025..fd2f4d660 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/write.skin.php b/mobile/skin/board/gallery/write.skin.php index d0eb11025..fd2f4d660 100644 --- a/mobile/skin/board/gallery/write.skin.php +++ b/mobile/skin/board/gallery/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">
자동등록방지 + +
파일 # - - - - - - - -
+
- - - 자동등록방지 - - - - - - - - -
- -
-

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

- - 취소 -
- +
+

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

+ + 취소 +
+ + - - - - + + + + 주소 + 필수 + + + + 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/scrap_popin.skin.php b/mobile/skin/member/basic/scrap_popin.skin.php index c9993d67a..15700731a 100644 --- a/mobile/skin/member/basic/scrap_popin.skin.php +++ b/mobile/skin/member/basic/scrap_popin.skin.php @@ -11,19 +11,21 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - - - - - - - - - - - - -
제목 확인 및 댓글 쓰기
제목
+

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

스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index e3fc0a79a..89bb2cb74 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -39,21 +39,25 @@ .mbskin td.empty_table {} /* 폼 테이블 */ -.mbskin .frm_tbl {} -.mbskin .frm_tbl caption {} -.mbskin .frm_tbl th {} -.mbskin .frm_tbl td {} -.mbskin .frm_tbl textarea, .mbskin .frm_input {} -.mbskin .frm_tbl textarea {} -.mbskin .frm_address {} -.mbskin .frm_file {} -.mbskin .frm_tbl #captcha {} -.mbskin .frm_tbl #captcha input {} -.mbskin .frm_tbl a {} +.mbskin .tbl_frm table {} +.mbskin .tbl_frm .frm_address {} +.mbskin .tbl_frm .frm_file {} +.mbskin .tbl_frm .frm_info {} -.mbskin .frm_info {} +.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 {} /* 필수입력 */ +.mbskin textarea.required {} /* 테이블 항목별 정의 */ .mbskin .td_board {} diff --git a/mobile/skin/poll/basic/poll_result.skin.php b/mobile/skin/poll/basic/poll_result.skin.php index 307dc87cf..baa508540 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; // 개별 페이지 접근 불가

- - - - - - - - - - - - - - - - -
+ +
+ + + + + + + + + + + + + + + + +
+
diff --git a/mobile/skin/poll/basic/style.css b/mobile/skin/poll/basic/style.css index c71cafd55..a3273d810 100644 --- a/mobile/skin/poll/basic/style.css +++ b/mobile/skin/poll/basic/style.css @@ -7,21 +7,25 @@ #poll a.btn_admin:focus, #poll a.btn_admin:hover {} /* 폼 테이블 */ -#poll .frm_tbl {} -#poll .frm_tbl caption {} -#poll .frm_tbl th {} -#poll .frm_tbl td {} -#poll .frm_tbl textarea, #poll .frm_input {} -#poll .frm_tbl textarea {} -#poll .frm_address {} -#poll .frm_file {} -#poll .frm_tbl #captcha {} -#poll .frm_tbl #captcha input {} -#poll .frm_tbl a {} +#poll .tbl_frm table {} +#poll .tbl_frm .frm_address {} +#poll .tbl_frm .frm_file {} +#poll .tbl_frm .frm_info {} -#poll .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 {} 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; // 개별 페이지 접근 불가
); // 최대 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
">
자동등록방지
내용 - 글자 - - - -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
">
자동등록방지
내용 + 글자 + + + +
+
diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index acf89b32a..05c7cff05 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/style.css b/skin/board/gallery/style.css index 314770e78..65662f07b 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -47,21 +47,26 @@ #bo_v td.empty_table {} /* 쓰기 테이블 */ -#bo_w .frm_tbl {} -#bo_w .frm_tbl caption {} -#bo_w .frm_tbl th {} -#bo_w .frm_tbl td {} -#bo_w .frm_tbl textarea, #bo_w .frm_input {} -#bo_w .frm_tbl textarea {} -#bo_w .frm_address {} -#bo_w .frm_file {} -#bo_w .frm_tbl #captcha {} -#bo_w .frm_tbl #captcha input {} -#bo_w .frm_tbl a {} +#bo_w .tbl_frm table {} +#bo_w .tbl_frm .frm_info {} +#bo_w .tbl_frm .frm_address {} +#bo_w .tbl_frm .frm_file {} +#bo_w .tbl_frm caption {} -#bo_w .frm_info {} +#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 {} /* 필수입력 */ +/* 필수입력 */ +#bo_w .required {} +#bo_w textarea.required {} #bo_w .cke_sc {} #bo_w button.btn_cke_sc{} diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index 6d8280ebe..b7dd26271 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..05c7cff05 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/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index 38727ef81..baea6ec90 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -17,52 +17,54 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          메일쓰기
          형식 - - - -
          - - 첨부 파일은 누락될 수 있으므로 메일을 보낸 후 파일이 첨부 되었는지 반드시 확인해 주시기 바랍니다. -
          자동등록방지
          +

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          메일쓰기
          형식 + + + +
          + + 첨부 파일은 누락될 수 있으므로 메일을 보낸 후 파일이 첨부 되었는지 반드시 확인해 주시기 바랍니다. +
          자동등록방지
          +

          diff --git a/skin/member/basic/memo_form.skin.php b/skin/member/basic/memo_form.skin.php index c19823ac3..949e7bc33 100644 --- a/skin/member/basic/memo_form.skin.php +++ b/skin/member/basic/memo_form.skin.php @@ -15,8 +15,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

          - +
          +
          diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index 8cd5dd223..c59056669 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -24,229 +24,235 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          쪽지쓰기
          - - - - - - - - - - - - - -
          사이트 이용정보 입력
          - 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. - class="frm_input minlength_3 "maxlength="20"> - -
          class="frm_input minlength_3 " maxlength="20">
          class="frm_input minlength_3 " maxlength="20">
          +
          + + + + + + + + + + + + + + +
          사이트 이용정보 입력
          + 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. + class="frm_input minlength_3 "maxlength="20"> + +
          class="frm_input minlength_3 " maxlength="20">
          class="frm_input minlength_3 " maxlength="20">
          +
          - - - - - + + + + +
          개인정보 입력
          - - 아이핀 본인확인 후에는 이름이 자동 입력되고 휴대폰 본인확인 후에는 이름과 휴대폰번호가 자동 입력되어 수동으로 입력할수 없게 됩니다. - - 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자 이상)
          + 별명을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다. +
          + + + +
          - - - - - - - - -
          + + + + + + + + +
          class="frm_input " size="50" maxlength="255">
          class="frm_input " size="50" maxlength="255">
          class="frm_input " maxlength="20">
          class="frm_input " maxlength="20">
          - class="frm_input " maxlength="20"> - - - -
          + class="frm_input " maxlength="20"> + + + +
          - 주소 - 필수 - - - class="frm_input " size="2" maxlength="3"> - - - - class="frm_input " size="2" maxlength="3"> - - - class="frm_input frm_address " size="50"> - - class="frm_input frm_address " size="50"> - -
          + +
          + 주소 + 필수 + + + class="frm_input " size="2" maxlength="3"> + - + + class="frm_input " size="2" 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만 가능하며 용량 바이트 이하만 등록됩니다. +
          + + + + + +
          - > - 정보 메일을 받겠습니다. -
          + > + 정보 메일을 받겠습니다. +
          - > - 휴대폰 문자메세지를 받겠습니다. -
          + > + 휴대폰 문자메세지를 받겠습니다. +
          - - 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. - - - id="reg_mb_open"> - 다른분들이 나의 정보를 볼 수 있도록 합니다. -
          정보공개 - - 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
          - 이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다. -
          - -
          + + 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. + + + id="reg_mb_open"> + 다른분들이 나의 정보를 볼 수 있도록 합니다. +
          정보공개 + + 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
          + 이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다. +
          + +
          자동등록방지
          + + 자동등록방지 + + + +

          diff --git a/skin/member/basic/scrap_popin.skin.php b/skin/member/basic/scrap_popin.skin.php index ee66c3366..36d4caffb 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -12,19 +12,21 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - - - - - - - - - - - - -
          제목 확인 및 댓글 쓰기
          제목
          +

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

          스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index fd870196a..4323dbe88 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -45,19 +45,22 @@ .mbskin td.empty_table {} /* 폼 테이블 */ -.mbskin .frm_tbl {} -.mbskin .frm_tbl caption {} -.mbskin .frm_tbl th {} -.mbskin .frm_tbl td {} -.mbskin .frm_tbl textarea, .mbskin .frm_input {} -.mbskin .frm_tbl textarea {} -.mbskin .frm_address {} -.mbskin .frm_file {} -.mbskin .frm_tbl #captcha {} -.mbskin .frm_tbl #captcha input {} -.mbskin .frm_tbl a {} +.mb_skin .tbl_frm table {} +.mb_skin .tbl_frm .frm_info {} +.mb_skin .tbl_frm .frm_address {} +.mb_skin .tbl_frm .frm_file {} +.mb_skin .tbl_frm caption {} -.mbskin .frm_info {} +.mb_skin .tbl_frm01 {} +.mb_skin .tbl_frm01 th {} +.mb_skin .tbl_frm01 td {} +.mb_skin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {} +.mb_skin .tbl_frm01 textarea {} +/* +.mb_skin .tbl_frm01 #captcha {} +.mb_skin .tbl_frm01 #captcha input {} +*/ +.mb_skin .tbl_frm01 a {} /* 필수입력 */ .mbskin .required {} diff --git a/skin/poll/basic/poll_result.skin.php b/skin/poll/basic/poll_result.skin.php index c2d310191..e5bc4dc02 100644 --- a/skin/poll/basic/poll_result.skin.php +++ b/skin/poll/basic/poll_result.skin.php @@ -62,26 +62,29 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

          - - - - - - - - - - - - - - - - - - - -
          자동등록방지
          + +
          + + + + + + + + + + + + + + + + + + + +
          자동등록방지
          +
          diff --git a/skin/poll/basic/style.css b/skin/poll/basic/style.css index 3f7dfbe80..35817c8ee 100644 --- a/skin/poll/basic/style.css +++ b/skin/poll/basic/style.css @@ -6,21 +6,26 @@ #poll a.btn_admin {} /* 관리자 전용 버튼 */ #poll a.btn_admin:focus, #poll a.btn_admin:hover {} -#poll_result .frm_tbl {} -#poll_result .frm_tbl caption {} -#poll_result .frm_tbl th {} -#poll_result .frm_tbl td {} -#poll_result .frm_tbl textarea, #poll_result .frm_input {} -#poll_result .frm_tbl textarea {} -#poll_result .frm_address {} -#poll_result .frm_file {} -#poll_result .frm_tbl #captcha {} -#poll_result .frm_tbl #captcha input {} -#poll_result .frm_tbl a {} +#poll_result .tbl_frm table {} +#poll_result .tbl_frm .frm_info {} +#poll_result .tbl_frm .frm_address {} +#poll_result .tbl_frm .frm_file {} +#poll_result .tbl_frm caption {} -#poll_result .frm_info {} +#poll_result .tbl_frm01 {} +#poll_result .tbl_frm01 th {} +#poll_result .tbl_frm01 td {} +#poll_result .tbl_frm01 textarea, #poll_result tbl_frm01 .frm_input {} +#poll_result .tbl_frm01 textarea {} +/* +#poll_result .tbl_frm01 #captcha {} +#poll_result .tbl_frm01 #captcha input {} +*/ +#poll_result .tbl_frm01 a {} -#poll_result .required {} /* 필수입력 */ +/* 필수입력 */ +#poll_result .required {} +#poll_result textarea.required {} #poll_result .btn_confirm {} /* 서식단계 진행 */ #poll_result .btn_submit {} From f2a5866c52b390e006820af9e7bb969d7841254c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 17:25:47 +0900 Subject: [PATCH 15/17] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 12 ++++++------ mobile/skin/board/basic/style.css | 2 ++ mobile/skin/member/basic/register_form.skin.php | 2 ++ mobile/skin/member/basic/style.css | 4 ++-- skin/member/basic/style.css | 2 -- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 61443612a..822e7a5e8 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -66,7 +66,7 @@ pre {overflow-x:scroll;font-size:1.1em} /* 텍스트 크기 조절 */ #text_size {margin:0 0 1em;text-align:center} -#text_size button {margin:0;padding:0;border:0;background:transparent;vertical-align:middle;cursor:pointer} +#text_size button {margin:0;padding:0;border:0;background:transparent;vertical-align:middle} .ts_up {font-size:1.167em !important} .ts_up2 {font-size:1.3em !important} @@ -144,12 +144,12 @@ li.empty_list {padding:5em 0;text-align:center} .tbl_frm .frm_file {display:block;margin-bottom:0.3em} .tbl_frm .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} -.tbl_frm01 {margin-bottom:1.5em} -.tbl_frm01 caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} -.tbl_frm01 th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} -.tbl_frm01 td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} +.tbl_frm01 {margin:0 10px} +.tbl_frm01 caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left} +.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left} +.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} .tbl_frm01 textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} -.tbl_frm01 textarea {width:90%;height:150px} +.tbl_frm01 textarea {width:100%;height:150px} /* .tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent} .tbl_frm01 #captcha input {margin-left:0.3em;text-align:center} diff --git a/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css index 01585815d..57afe41db 100644 --- a/mobile/skin/board/basic/style.css +++ b/mobile/skin/board/basic/style.css @@ -138,6 +138,8 @@ #bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center} /* 게시판 쓰기 */ +#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%} + #char_count_desc {display:block;margin:0 0 0.3em;padding:0} #char_count_wrp {margin:0.3em 0 0;text-align:right} #char_count {font-weight:bold} diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index 4dcdf0ae0..944e2d3ab 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -2,6 +2,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> + +
          diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 89bb2cb74..0db0de419 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -78,14 +78,14 @@ #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} diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 4323dbe88..8e33c7664 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -94,7 +94,6 @@ #fregister .btn_confirm {margin-bottom:20px} /* 회원가입 입력 */ -#fregisterform .cbg {margin-bottom:15px;padding:20px} #fregisterform textarea {height:50px} #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center} @@ -144,7 +143,6 @@ #memo_write textarea {height:100px} /* 스크랩 */ -#scrap_do .cbg {margin:0 auto 20px;padding:20px;width:87%} #scrap_do table {margin:0 0 10px;width:100%} #scrap_do textarea {height:100px} From 65f52624767b74f6489b71994aad88bdd2acf801 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 18:14:26 +0900 Subject: [PATCH 16/17] =?UTF-8?q?=EA=B3=B5=ED=86=B5;=20=EB=A6=AC=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move.php | 81 +++++----- bbs/point.php | 139 ++++++++--------- css/default.css | 41 +++-- css/mobile.css | 42 ++--- mobile/skin/board/basic/list.skin.php | 102 ++++++------ mobile/skin/board/basic/style.css | 51 +++--- mobile/skin/board/basic/view_comment.skin.php | 2 +- mobile/skin/board/basic/write.skin.php | 2 +- mobile/skin/board/gallery/style.css | 30 ++-- .../skin/board/gallery/view_comment.skin.php | 2 +- mobile/skin/board/gallery/write.skin.php | 2 +- .../connect/basic/current_connect.skin.php | 56 +++---- mobile/skin/member/basic/formmail.skin.php | 2 +- mobile/skin/member/basic/memo.skin.php | 50 +++--- mobile/skin/member/basic/memo_form.skin.php | 2 +- mobile/skin/member/basic/profile.skin.php | 2 +- .../skin/member/basic/register_form.skin.php | 8 +- mobile/skin/member/basic/scrap.skin.php | 42 ++--- mobile/skin/member/basic/scrap_popin.skin.php | 2 +- mobile/skin/member/basic/style.css | 30 ++-- mobile/skin/new/basic/new.skin.php | 56 +++---- mobile/skin/poll/basic/poll_result.skin.php | 2 +- skin/board/basic/list.skin.php | 146 +++++++++--------- skin/board/basic/style.css | 54 +++---- skin/board/basic/view_comment.skin.php | 2 +- skin/board/basic/write.skin.php | 2 +- skin/board/gallery/style.css | 31 ++-- skin/board/gallery/view_comment.skin.php | 2 +- skin/board/gallery/write.skin.php | 2 +- skin/connect/basic/current_connect.skin.php | 58 +++---- skin/member/basic/memo.skin.php | 50 +++--- skin/member/basic/memo_form.skin.php | 2 +- skin/member/basic/profile.skin.php | 54 +++---- skin/member/basic/register_form.skin.php | 6 +- skin/member/basic/scrap.skin.php | 50 +++--- skin/member/basic/scrap_popin.skin.php | 2 +- skin/member/basic/style.css | 31 ++-- skin/new/basic/new.skin.php | 66 ++++---- skin/poll/basic/poll_result.skin.php | 2 +- 39 files changed, 662 insertions(+), 644 deletions(-) diff --git a/bbs/move.php b/bbs/move.php index fd0b9b11b..c39cd56fa 100644 --- a/bbs/move.php +++ b/bbs/move.php @@ -54,45 +54,48 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - - - - - - - - - - 현재게시판'; - $atc_bg = 'copymove_currentbg'; - } - ?> - - - - - - -
          할 게시판을 한개 이상 선택하여 주십시오.
          - - - 게시판
          - - - - -
          + +
          + + + + + + + + + + 현재게시판'; + $atc_bg = 'copymove_currentbg'; + } + ?> + + + + + + +
          할 게시판을 한개 이상 선택하여 주십시오.
          + + + 게시판
          + + + + +
          +
          diff --git a/bbs/point.php b/bbs/point.php index 2ab7bad92..c9a1c7879 100644 --- a/bbs/point.php +++ b/bbs/point.php @@ -25,78 +25,79 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함

          - - - - - - - - - - - - - +
          포인트 사용내역 목록
          일시내용만료일지급포인트사용포인트
          + + + + + + + + + + + + 0) { - $point1 = '+' .number_format($row['po_point']); - $sum_point1 += $row['po_point']; - } else { - $point2 = number_format($row['po_point']); - $sum_point2 += $row['po_point']; + $sql = " select * + {$sql_common} + {$sql_order} + limit {$from_record}, {$rows} "; + $result = sql_query($sql); + for ($i=0; $row=sql_fetch_array($result); $i++) { + $point1 = $point2 = 0; + if ($row['po_point'] > 0) { + $point1 = '+' .number_format($row['po_point']); + $sum_point1 += $row['po_point']; + } else { + $point2 = number_format($row['po_point']); + $sum_point2 += $row['po_point']; + } + + $po_content = $row['po_content']; + + $expr = ''; + if($row['po_expired'] == 1) + $expr = ' txt_expired'; + ?> + + + + + + + + - - - - - - - - '; - else { - if ($sum_point1 > 0) - $sum_point1 = "+" . number_format($sum_point1); - $sum_point2 = number_format($sum_point2); - } - ?> - - - - - - - - - - - - -
          포인트 사용내역 목록
          일시내용만료일지급포인트사용포인트
          + + 만료 + +
          - - 만료 - -
          자료가 없습니다.
          소계
          보유포인트
          - + if ($i == 0) + echo '자료가 없습니다.'; + else { + if ($sum_point1 > 0) + $sum_point1 = "+" . number_format($sum_point1); + $sum_point2 = number_format($sum_point2); + } + ?> + + + + 소계 + + + + + 보유포인트 + + + + +
          diff --git a/css/default.css b/css/default.css index a8841ce40..bfda072c1 100644 --- a/css/default.css +++ b/css/default.css @@ -163,28 +163,24 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} /* 기본테이블 */ -.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} -.basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden} -.basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff} -.basic_tbl thead a {color:#fff} -.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 {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} -.basic_tbl td {padding:8px 5px;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} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -td.empty_table {padding:85px 0;text-align:center} -li.empty_list {padding:85px 0;text-align:center} +.tbl_wrp table {width:100%;border-collapse:collapse;border-spacing:0} +.tbl_wrp caption {padding:10px 0;font-weight:bold;text-align:left} + +.tbl_head01 {margin:0 0 10px} +.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden} +.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;letter-spacing:-0.1em} +.tbl_head01 thead a {color:#383838} +.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} +.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} +.tbl_head01 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} +.tbl_head01 a {} +.tbl_head01 .empty_table {padding:50px 0;text-align:center} /* 폼 테이블 */ -.tbl_frm table {width:100%;border-collapse:collapse;border-spacing:0} -.tbl_frm .frm_info {display:block;padding:0 0 5px;line-height:1.4em} -.tbl_frm .frm_address {display:block;margin-top:5px} -.tbl_frm .frm_file {display:block;margin-bottom:5px} -.tbl_frm caption {padding:10px 0;font-weight:bold;text-align:left} - -.tbl_frm01 {margin-bottom:20px} +.tbl_frm01 {margin:0 0 20px} +.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0} .tbl_frm01 th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left} .tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} .tbl_frm01 textarea, .tbl_frm01 .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} @@ -194,6 +190,9 @@ li.empty_list {padding:85px 0;text-align:center} .tbl_frm01 #captcha input {margin-left:5px;text-align:center} */ .tbl_frm01 a {text-decoration:none} +.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em} +.tbl_frm01 .frm_address {display:block;margin-top:5px} +.tbl_frm01 .frm_file {display:block;margin-bottom:5px} /* 필수입력 */ .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} @@ -219,7 +218,7 @@ textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repea .new_win {} .new_win #new_win_title {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} .new_win #new_win_title .sv {font-size:0.75em;line-height:1.2em} -.new_win .basic_tbl {margin:0 auto 20px;width:93%;background:#fff} +.new_win .tbl_head01 {margin:0 auto 20px;width:93%;background:#fff} .new_win .tbl_frm01 {margin:0 auto 20px;width:93%;background:#fff} .new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1} .new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/css/mobile.css b/css/mobile.css index 822e7a5e8..41c10351a 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -17,6 +17,8 @@ textarea {border-radius:0;-webkit-appearance:none} p {margin:0;padding:1em 0;line-height:1.7em;word-break:break-all} hr {display:none} pre {overflow-x:scroll;font-size:1.1em} +a:link, a:visited {color:#000;text-decoration:none} +a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden} @@ -107,7 +109,7 @@ a.btn02:focus, .btn02:hover {text-decoration:none} .btn_confirm {text-align:center} /* 서식단계 진행 */ .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} .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} -.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} /* 우편번호검색버튼 등 */ +a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */ .btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */ .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} .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} @@ -124,28 +126,22 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} /* 기본테이블 */ -.basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0} -.basic_tbl caption {padding:0 0 1em;color:#777;text-align:left} -.basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff} -.basic_tbl thead a {color:#fff} -.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 {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} -.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 {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ -td.empty_table {padding:5em 0;text-align:center} -li.empty_list {padding:5em 0;text-align:center} +.tbl_wrp table {width:100%;border-collapse:collapse;border-spacing:0} +.tbl_wrp caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left} + +.tbl_head01 {margin:0 10px 10px} +.tbl_head01 caption {padding:0 0 1em;color:#777;text-align:left} +.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;letter-spacing:-0.1em} +.tbl_head01 thead a {color:#383838} +.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} +.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} +.tbl_head01 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +.tbl_head01 td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} +.tbl_head01 .empty_table {padding:10px 0;text-align:center} /* 폼 테이블 */ -.tbl_frm table {width:100%;border-collapse:collapse;border-spacing:0} -.tbl_frm .frm_address {display:block;margin-top:0.3em} -.tbl_frm .frm_file {display:block;margin-bottom:0.3em} -.tbl_frm .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} - .tbl_frm01 {margin:0 10px} -.tbl_frm01 caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left} .tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left} .tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} .tbl_frm01 textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} @@ -155,9 +151,13 @@ li.empty_list {padding:5em 0;text-align:center} .tbl_frm01 #captcha input {margin-left:0.3em;text-align:center} */ .tbl_frm01 a {text-decoration:none} +.tbl_frm01 .frm_address {display:block;margin-top:0.3em} +.tbl_frm01 .frm_file {display:block;margin-bottom:0.3em} +.tbl_frm01 .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} /* 필수입력 */ .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} +textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} /* 테이블 항목별 정의 */ .td_board {width:120px;text-align:center} @@ -179,7 +179,7 @@ li.empty_list {padding:5em 0;text-align:center} /* 새창 기본 스타일 */ .new_win {} #new_win_title {margin-bottom:1.5em;padding:0 1.5em;height:3em;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em;line-height:3.5em} -.new_win .basic_tbl {margin:0 auto 1.5em;width:90%} +.new_win .tbl_head01 {margin:0 auto 1.5em;width:90%} .new_win caption {padding:1em} .new_win_ul {margin:-1.8em 0 1.5em 0;padding:0 0 0 1.5em;border-bottom:1px solid #455255;background:#484848;list-style:none} .new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/mobile/skin/board/basic/list.skin.php b/mobile/skin/board/basic/list.skin.php index ebdef3e6f..19738dc1a 100644 --- a/mobile/skin/board/basic/list.skin.php +++ b/mobile/skin/board/basic/list.skin.php @@ -50,60 +50,62 @@ if ($is_nogood) $colspan++; - - - - - - - - - - - - - "> - - - + + + + '; } ?> + +
          - - - 제목날짜
          - - - - - +
          + + + + + - - - - 댓글 + + + + + + + "> + + + - - - - '; } ?> - -
          + + + 제목날짜
          + + + '; } - - 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']; - + echo $list[$i]['icon_reply']; + if ($is_category && $list[$i]['ca_name']) { ?> - + + -
          게시물이 없습니다.
          + + + 댓글 + '; } + + 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/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css index 57afe41db..1937c80d2 100644 --- a/mobile/skin/board/basic/style.css +++ b/mobile/skin/board/basic/style.css @@ -28,38 +28,37 @@ /* 기본테이블 */ /* 목록 테이블 */ -#bo_list .basic_tbl {} -#bo_list .basic_tbl caption {} -#bo_list .basic_tbl thead th {} -#bo_list .basic_tbl thead a {} -#bo_list .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_list .basic_tbl tfoot th {} -#bo_list .basic_tbl tfoot td {} -#bo_list .basic_tbl tbody th {} -#bo_list .basic_tbl td {} -#bo_list .basic_tbl a {} -#bo_list .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +#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 {} -#bo_v .basic_tbl caption {} -#bo_v .basic_tbl thead th {} -#bo_v .basic_tbl thead a {} -#bo_v .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {} -#bo_v .basic_tbl tfoot td {} -#bo_v .basic_tbl tbody th {} -#bo_v .basic_tbl td {} -#bo_v .basic_tbl a {} -#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +#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 .tbl_frm table {} -#bo_w .tbl_frm .frm_address {} -#bo_w .tbl_frm .frm_file {} -#bo_w .tbl_frm .frm_info {} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_address {} +#bo_w .frm_file {} +#bo_w .frm_info {} #bo_w .tbl_frm01 {} #bo_w .tbl_frm01 caption {} diff --git a/mobile/skin/board/basic/view_comment.skin.php b/mobile/skin/board/basic/view_comment.skin.php index c7308fb23..72fa59d90 100644 --- a/mobile/skin/board/basic/view_comment.skin.php +++ b/mobile/skin/board/basic/view_comment.skin.php @@ -93,7 +93,7 @@ var char_max = parseInt(); // 최대 -
          +
          diff --git a/mobile/skin/board/basic/write.skin.php b/mobile/skin/board/basic/write.skin.php index fd2f4d660..096f14133 100644 --- a/mobile/skin/board/basic/write.skin.php +++ b/mobile/skin/board/basic/write.skin.php @@ -50,7 +50,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo $option_hidden; ?> -
          +
          diff --git a/mobile/skin/board/gallery/style.css b/mobile/skin/board/gallery/style.css index 2d9351d0c..45327a903 100644 --- a/mobile/skin/board/gallery/style.css +++ b/mobile/skin/board/gallery/style.css @@ -28,24 +28,24 @@ /* 기본테이블 */ /* 읽기 내 테이블 */ -#bo_v .basic_tbl {} -#bo_v .basic_tbl caption {} -#bo_v .basic_tbl thead th {} -#bo_v .basic_tbl thead a {} -#bo_v .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {} -#bo_v .basic_tbl tfoot td {} -#bo_v .basic_tbl tbody th {} -#bo_v .basic_tbl td {} -#bo_v .basic_tbl a {} -#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +#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 .tbl_frm table {} -#bo_w .tbl_frm .frm_address {} -#bo_w .tbl_frm .frm_file {} -#bo_w .tbl_frm .frm_info {} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_address {} +#bo_w .frm_file {} +#bo_w .frm_info {} #bo_w .tbl_frm01 {} #bo_w .tbl_frm01 caption {} diff --git a/mobile/skin/board/gallery/view_comment.skin.php b/mobile/skin/board/gallery/view_comment.skin.php index c7308fb23..72fa59d90 100644 --- a/mobile/skin/board/gallery/view_comment.skin.php +++ b/mobile/skin/board/gallery/view_comment.skin.php @@ -93,7 +93,7 @@ var char_max = parseInt(); // 최대 -
          +
          diff --git a/mobile/skin/board/gallery/write.skin.php b/mobile/skin/board/gallery/write.skin.php index fd2f4d660..096f14133 100644 --- a/mobile/skin/board/gallery/write.skin.php +++ b/mobile/skin/board/gallery/write.skin.php @@ -50,7 +50,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo $option_hidden; ?> -
          +
          diff --git a/mobile/skin/connect/basic/current_connect.skin.php b/mobile/skin/connect/basic/current_connect.skin.php index ea99edeb0..351b1bd89 100644 --- a/mobile/skin/connect/basic/current_connect.skin.php +++ b/mobile/skin/connect/basic/current_connect.skin.php @@ -4,32 +4,34 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          - - - - - - - - -".$location.""; - else $display_location = $location; -?> +
          +
          번호이름위치
          + - - - + + + -"; -?> - -
          번호이름위치
          현재 접속자가 없습니다.
          + + + ".$location.""; + else $display_location = $location; + ?> + + + + + + 현재 접속자가 없습니다."; + ?> + + +
          \ No newline at end of file diff --git a/mobile/skin/member/basic/formmail.skin.php b/mobile/skin/member/basic/formmail.skin.php index 49ee63237..6fbe93064 100644 --- a/mobile/skin/member/basic/formmail.skin.php +++ b/mobile/skin/member/basic/formmail.skin.php @@ -16,7 +16,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          +
          diff --git a/mobile/skin/member/basic/memo.skin.php b/mobile/skin/member/basic/memo.skin.php index 595d21c4e..92f28ac18 100644 --- a/mobile/skin/member/basic/memo.skin.php +++ b/mobile/skin/member/basic/memo.skin.php @@ -13,30 +13,32 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
        • 쪽지쓰기
        • -
          메일쓰기
          - - - - - - - - - - - - - - - - - - - "; } ?> - -
          - 전체 쪽지
          -
          보낸시간읽은시간관리
          삭제
          자료가 없습니다.
          +
          + + + + + + + + + + + + + + + + + + + + "; } ?> + +
          + 전체 쪽지
          +
          보낸시간읽은시간관리
          삭제
          자료가 없습니다.
          +

          쪽지 보관일수는 최장 일 입니다. diff --git a/mobile/skin/member/basic/memo_form.skin.php b/mobile/skin/member/basic/memo_form.skin.php index c5e223f99..ceb105e70 100644 --- a/mobile/skin/member/basic/memo_form.skin.php +++ b/mobile/skin/member/basic/memo_form.skin.php @@ -14,7 +14,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

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

          님의 프로필

          -
          +
          쪽지쓰기
          diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index 944e2d3ab..ba31212ae 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -22,7 +22,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          +
          @@ -44,7 +44,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          사이트 이용정보 입력
          -
          +
          @@ -161,7 +161,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          개인정보 입력
          -
          +
          @@ -247,7 +247,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..95a32cdb4 100644 --- a/mobile/skin/member/basic/scrap.skin.php +++ b/mobile/skin/member/basic/scrap.skin.php @@ -7,27 +7,29 @@ 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 15700731a..3562aa1f9 100644 --- a/mobile/skin/member/basic/scrap_popin.skin.php +++ b/mobile/skin/member/basic/scrap_popin.skin.php @@ -11,7 +11,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          +
          diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 3b4664444..0bc011f79 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -25,24 +25,24 @@ .mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {} /* 기본테이블 */ -.mbskin .basic_tbl {} -.mbskin .basic_tbl caption {} -.mbskin .basic_tbl thead th {} -.mbskin .basic_tbl thead a {} -.mbskin .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -.mbskin .basic_tbl tfoot th {} -.mbskin .basic_tbl tfoot td {} -.mbskin .basic_tbl tbody th {} -.mbskin .basic_tbl td {} -.mbskin .basic_tbl a {} -.mbskin .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +.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 .tbl_frm table {} -.mbskin .tbl_frm .frm_address {} -.mbskin .tbl_frm .frm_file {} -.mbskin .tbl_frm .frm_info {} +.mb_skin table {} +.mb_skin caption {} +.mb_skin .frm_info {} +.mb_skin .frm_address {} +.mb_skin .frm_file {} .mbskin .tbl_frm01 {} .mbskin .tbl_frm01 caption {} 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 baa508540..139e9812a 100644 --- a/mobile/skin/poll/basic/poll_result.skin.php +++ b/mobile/skin/poll/basic/poll_result.skin.php @@ -59,7 +59,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

          -
          +
          diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 77dd36a34..7b311c51c 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -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 6c344f3ea..7790cd435 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -33,41 +33,37 @@ /* 기본 테이블 */ /* 목록 테이블 */ -#bo_list .basic_tbl {} -#bo_list .basic_tbl caption {} -#bo_list .basic_tbl thead th {} -#bo_list .basic_tbl thead a {} -#bo_list .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_list .basic_tbl tfoot th {} -#bo_list .basic_tbl tfoot td {} -#bo_list .basic_tbl tbody th {} -#bo_list .basic_tbl td {} -#bo_list .basic_tbl a {} -#bo_list .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +#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_list li.empty_list {} /* 읽기 내 테이블 */ -#bo_v .basic_tbl {} -#bo_v .basic_tbl caption {} -#bo_v .basic_tbl thead th {} -#bo_v .basic_tbl thead a {} -#bo_v .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {} -#bo_v .basic_tbl tfoot td {} -#bo_v .basic_tbl tbody th {} -#bo_v .basic_tbl td {} -#bo_v .basic_tbl a {} -#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +#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_v li.empty_list {} /* 쓰기 테이블 */ -#bo_w .tbl_frm table {} -#bo_w .tbl_frm .frm_info {} -#bo_w .tbl_frm .frm_address {} -#bo_w .tbl_frm .frm_file {} -#bo_w .tbl_frm caption {} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} #bo_w .tbl_frm01 {} #bo_w .tbl_frm01 th {} diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index b7dd26271..af113cc30 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -101,7 +101,7 @@ var char_max = parseInt(); // 최대 -
          +
          diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index 05c7cff05..f3c7af5ba 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -53,7 +53,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo $option_hidden; ?> -
          +
          diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index 65662f07b..c26dc8f5d 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -33,25 +33,24 @@ /* 기본 테이블 */ /* 읽기 내 테이블 */ -#bo_v .basic_tbl {} -#bo_v .basic_tbl caption {} -#bo_v .basic_tbl thead th {} -#bo_v .basic_tbl thead a {} -#bo_v .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -#bo_v .basic_tbl tfoot th {} -#bo_v .basic_tbl tfoot td {} -#bo_v .basic_tbl tbody th {} -#bo_v .basic_tbl td {} -#bo_v .basic_tbl a {} -#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +#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 .tbl_frm table {} -#bo_w .tbl_frm .frm_info {} -#bo_w .tbl_frm .frm_address {} -#bo_w .tbl_frm .frm_file {} -#bo_w .tbl_frm caption {} +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} #bo_w .tbl_frm01 {} #bo_w .tbl_frm01 th {} diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index b7dd26271..af113cc30 100644 --- a/skin/board/gallery/view_comment.skin.php +++ b/skin/board/gallery/view_comment.skin.php @@ -101,7 +101,7 @@ var char_max = parseInt(); // 최대 -
          +
          diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index 05c7cff05..f3c7af5ba 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -53,7 +53,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo $option_hidden; ?> -
          +
          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/memo.skin.php b/skin/member/basic/memo.skin.php index 6b2c22cbf..731a418b9 100644 --- a/skin/member/basic/memo.skin.php +++ b/skin/member/basic/memo.skin.php @@ -14,30 +14,32 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
        • 쪽지쓰기
        • - - - - - - - - - - - - - - - - - - - - '; } ?> - -
          - 전체 쪽지
          -
          보낸시간읽은시간관리
          삭제
          자료가 없습니다.
          +
          + + + + + + + + + + + + + + + + + + + + '; } ?> + +
          + 전체 쪽지
          +
          보낸시간읽은시간관리
          삭제
          자료가 없습니다.
          +

          쪽지 보관일수는 최장 일 입니다. diff --git a/skin/member/basic/memo_form.skin.php b/skin/member/basic/memo_form.skin.php index 949e7bc33..a24d11139 100644 --- a/skin/member/basic/memo_form.skin.php +++ b/skin/member/basic/memo_form.skin.php @@ -15,7 +15,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

          +
          diff --git a/skin/member/basic/profile.skin.php b/skin/member/basic/profile.skin.php index 0c0f68c3d..879b87bf0 100644 --- a/skin/member/basic/profile.skin.php +++ b/skin/member/basic/profile.skin.php @@ -8,32 +8,34 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

          님의 프로필

          -
          쪽지쓰기
          - - - - - - - - - - - - - - - - - - - - - - - - -
          회원권한
          포인트
          홈페이지
          회원가입일= $mb['mb_level']) ? substr($mb['mb_datetime'],0,10) ." (".number_format($mb_reg_after)." 일)" : "알 수 없음"; ?>
          최종접속일= $mb['mb_level']) ? $mb['mb_today_login'] : "알 수 없음"; ?>
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + +
          회원권한
          포인트
          홈페이지
          회원가입일= $mb['mb_level']) ? substr($mb['mb_datetime'],0,10) ." (".number_format($mb_reg_after)." 일)" : "알 수 없음"; ?>
          최종접속일= $mb['mb_level']) ? $mb['mb_today_login'] : "알 수 없음"; ?>
          +

          인사말

          diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index 66f1fc9b4..ae4beb61b 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -24,7 +24,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          +
          @@ -48,7 +48,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          사이트 이용정보 입력
          -
          +
          @@ -167,7 +167,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          개인정보 입력
          -
          +
          diff --git a/skin/member/basic/scrap.skin.php b/skin/member/basic/scrap.skin.php index 67d119c59..44ae6dd34 100644 --- a/skin/member/basic/scrap.skin.php +++ b/skin/member/basic/scrap.skin.php @@ -8,31 +8,33 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

          -
          기타 개인설정
          - - - - - - - - - - - - - - - - - - - - +
          +
          스크랩 목록
          번호게시판제목보관일시삭제
          삭제
          + + + + + + + + + + + + + + + + + + + + - "; ?> - -
          스크랩 목록
          번호게시판제목보관일시삭제
          삭제
          자료가 없습니다.
          + 자료가 없습니다."; ?> + + +
          diff --git a/skin/member/basic/scrap_popin.skin.php b/skin/member/basic/scrap_popin.skin.php index 36d4caffb..e8735c938 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -12,7 +12,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -
          +
          diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 8e33c7664..b5840886b 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -31,25 +31,24 @@ .mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {} /* 기본테이블 */ -.mbskin .basic_tbl {} -.mbskin .basic_tbl caption {} -.mbskin .basic_tbl thead th {} -.mbskin .basic_tbl thead a {} -.mbskin .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -.mbskin .basic_tbl tfoot th {} -.mbskin .basic_tbl tfoot td {} -.mbskin .basic_tbl tbody th {} -.mbskin .basic_tbl td {} -.mbskin .basic_tbl a {} -.mbskin .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ +.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 {} /* 폼 테이블 */ -.mb_skin .tbl_frm table {} -.mb_skin .tbl_frm .frm_info {} -.mb_skin .tbl_frm .frm_address {} -.mb_skin .tbl_frm .frm_file {} -.mb_skin .tbl_frm caption {} +.mb_skin table {} +.mb_skin caption {} +.mb_skin .frm_info {} +.mb_skin .frm_address {} +.mb_skin .frm_file {} .mb_skin .tbl_frm01 {} .mb_skin .tbl_frm01 th {} diff --git a/skin/new/basic/new.skin.php b/skin/new/basic/new.skin.php index 2cc72cc0b..629ee8653 100644 --- a/skin/new/basic/new.skin.php +++ b/skin/new/basic/new.skin.php @@ -33,38 +33,40 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 -
          제목 확인 및 댓글 쓰기
          - - - - - - - - - - - - - - - - - - - +
          +
          그룹게시판제목이름일시
          + + + + + + + + + + + + + + + + + + + -"; -?> - -
          그룹게시판제목이름일시
          게시물이 없습니다.
          - + 게시물이 없습니다."; + ?> + + +
          + \ No newline at end of file diff --git a/skin/poll/basic/poll_result.skin.php b/skin/poll/basic/poll_result.skin.php index e5bc4dc02..46d69e975 100644 --- a/skin/poll/basic/poll_result.skin.php +++ b/skin/poll/basic/poll_result.skin.php @@ -63,7 +63,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

          -
          +
          From 8252129dd0c527096eafae04cdcc9f2cd431399a Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 15 Oct 2013 11:25:07 +0900 Subject: [PATCH 17/17] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=EB=A6=AC=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move.php | 8 +-- bbs/point.php | 4 +- bbs/register_email.php | 7 ++- css/default.css | 42 ++++++++------- css/mobile.css | 54 +++++++++---------- mobile/skin/board/basic/list.skin.php | 6 +-- mobile/skin/board/basic/style.css | 2 - mobile/skin/board/gallery/list.skin.php | 2 +- mobile/skin/board/gallery/style.css | 2 - mobile/skin/member/basic/formmail.skin.php | 4 +- mobile/skin/member/basic/memo.skin.php | 8 +-- mobile/skin/member/basic/memo_form.skin.php | 6 +-- mobile/skin/member/basic/memo_view.skin.php | 6 +-- .../skin/member/basic/password_lost.skin.php | 8 +-- mobile/skin/member/basic/profile.skin.php | 4 +- .../member/basic/register_result.skin.php | 4 +- mobile/skin/member/basic/scrap.skin.php | 4 +- mobile/skin/member/basic/scrap_popin.skin.php | 6 +-- mobile/skin/member/basic/style.css | 21 ++++---- mobile/skin/member/basic/zip.skin.php | 4 +- mobile/skin/poll/basic/poll_result.skin.php | 2 +- mobile/skin/poll/basic/style.css | 8 +-- plugin/kcaptcha/kcaptcha.lib.php | 2 +- skin/board/basic/list.skin.php | 2 +- skin/board/basic/style.css | 2 - skin/board/gallery/list.skin.php | 2 +- skin/board/gallery/style.css | 2 - skin/member/basic/formmail.skin.php | 4 +- skin/member/basic/login.skin.php | 4 +- skin/member/basic/memo.skin.php | 8 +-- skin/member/basic/memo_form.skin.php | 6 +-- skin/member/basic/memo_view.skin.php | 6 +-- skin/member/basic/password_lost.skin.php | 6 +-- skin/member/basic/profile.skin.php | 4 +- skin/member/basic/register_result.skin.php | 4 +- skin/member/basic/scrap.skin.php | 4 +- skin/member/basic/scrap_popin.skin.php | 6 +-- skin/member/basic/style.css | 50 ++++++++--------- skin/member/basic/zip.skin.php | 4 +- skin/poll/basic/poll_result.skin.php | 4 +- skin/poll/basic/style.css | 10 ++-- 41 files changed, 169 insertions(+), 173 deletions(-) diff --git a/bbs/move.php b/bbs/move.php index c39cd56fa..5269d7cb3 100644 --- a/bbs/move.php +++ b/bbs/move.php @@ -42,7 +42,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) ?>
          -

          +

          @@ -97,7 +97,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
          -
          +
          @@ -106,9 +106,9 @@ for ($i=0; $row=sql_fetch_array($result); $i++) -

          +

          목록

          diff --git a/mobile/skin/board/gallery/style.css b/mobile/skin/board/gallery/style.css index 45327a903..7720442b5 100644 --- a/mobile/skin/board/gallery/style.css +++ b/mobile/skin/board/gallery/style.css @@ -69,8 +69,6 @@ #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/member/basic/formmail.skin.php b/mobile/skin/member/basic/formmail.skin.php index 6fbe93064..03327ebb1 100644 --- a/mobile/skin/member/basic/formmail.skin.php +++ b/mobile/skin/member/basic/formmail.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          님께 메일보내기

          +

          님께 메일보내기

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

          작성하신 메일을 발송하시려면 메일발송 버튼을, 작성을 취소하고 창을 닫으시려면 창닫기 버튼을 누르세요.

          diff --git a/mobile/skin/member/basic/memo.skin.php b/mobile/skin/member/basic/memo.skin.php index 92f28ac18..e74b90a05 100644 --- a/mobile/skin/member/basic/memo.skin.php +++ b/mobile/skin/member/basic/memo.skin.php @@ -5,9 +5,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          +

          -
          -

          +

          쪽지 보관일수는 최장 일 입니다.

          -
          +
          \ No newline at end of file diff --git a/mobile/skin/member/basic/memo_form.skin.php b/mobile/skin/member/basic/memo_form.skin.php index ceb105e70..3f5b27e20 100644 --- a/mobile/skin/member/basic/memo_form.skin.php +++ b/mobile/skin/member/basic/memo_form.skin.php @@ -5,9 +5,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          쪽지보내기

          +

          쪽지보내기

          -
          -
          +

          작성하신 쪽지를 발송하시려면 보내기 버튼을, 작성을 취소하고 창을 닫으시려면 창닫기 버튼을 누르세요.

          diff --git a/mobile/skin/member/basic/memo_view.skin.php b/mobile/skin/member/basic/memo_view.skin.php index fe5d83c93..cca59b368 100644 --- a/mobile/skin/member/basic/memo_view.skin.php +++ b/mobile/skin/member/basic/memo_view.skin.php @@ -14,9 +14,9 @@ else {
          -

          +

          -
          -
          +
          이전쪽지 diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php index 0acf03398..ad6021864 100644 --- a/mobile/skin/member/basic/password_lost.skin.php +++ b/mobile/skin/member/basic/password_lost.skin.php @@ -5,18 +5,20 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          아이디/패스워드 찾기

          +

          아이디/패스워드 찾기

          -
          +

          회원가입 시 등록하신 이메일 주소를 입력해 주세요.
          해당 이메일로 아이디와 패스워드 정보를 보내드립니다.

          + -
          + +
          diff --git a/mobile/skin/member/basic/profile.skin.php b/mobile/skin/member/basic/profile.skin.php index 9301d4d3b..b3f3a35cb 100644 --- a/mobile/skin/member/basic/profile.skin.php +++ b/mobile/skin/member/basic/profile.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          님의 프로필

          +

          님의 프로필

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

          -
          +
          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 95a32cdb4..20558eb1e 100644 --- a/mobile/skin/member/basic/scrap.skin.php +++ b/mobile/skin/member/basic/scrap.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          +

          @@ -33,7 +33,7 @@ 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 3562aa1f9..1f9d08097 100644 --- a/mobile/skin/member/basic/scrap_popin.skin.php +++ b/mobile/skin/member/basic/scrap_popin.skin.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          스크랩하기

          +

          스크랩하기

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

          +

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

          -
          +
          diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 0bc011f79..c04baeb9f 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -12,10 +12,10 @@ .mbskin .btn_submit {} .mbskin .btn_cancel {} .mbskin .btn_frmline {} /* 우편번호검색버튼 등 */ -.mbskin .btn_win {} /* 새창용 */ -.mbskin .btn_win a {} -.mbskin .btn_win button {} -.mbskin .btn_win input {} +.mbskin .win_btn {} /* 새창용 */ +.mbskin .win_btn a {} +.mbskin .win_btn button {} +.mbskin .win_btn input {} /* 게시판용 버튼 */ .mbskin a.btn_b01 {} .mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {} @@ -86,17 +86,18 @@ /* 회원가입 입력 */ #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/poll/basic/poll_result.skin.php b/mobile/skin/poll/basic/poll_result.skin.php index 139e9812a..e1120c3c1 100644 --- a/mobile/skin/poll/basic/poll_result.skin.php +++ b/mobile/skin/poll/basic/poll_result.skin.php @@ -97,7 +97,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 -
          +
          diff --git a/mobile/skin/poll/basic/style.css b/mobile/skin/poll/basic/style.css index a3273d810..4b1eadf5a 100644 --- a/mobile/skin/poll/basic/style.css +++ b/mobile/skin/poll/basic/style.css @@ -31,10 +31,10 @@ #poll .btn_submit {} #poll .btn_cancel {} #poll .btn_frmline {} /* 우편번호검색버튼 등 */ -#poll .btn_win {} /* 새창용 */ -#poll .btn_win a {} -#poll .btn_win button {} -#poll .btn_win input {} +#poll .win_btn {} /* 새창용 */ +#poll .win_btn a {} +#poll .win_btn button {} +#poll .win_btn input {} /* ### 기본 스타일 커스터마이징 끝 ### */ diff --git a/plugin/kcaptcha/kcaptcha.lib.php b/plugin/kcaptcha/kcaptcha.lib.php index 320bd40fe..2926092cc 100644 --- a/plugin/kcaptcha/kcaptcha.lib.php +++ b/plugin/kcaptcha/kcaptcha.lib.php @@ -244,8 +244,8 @@ function captcha_html($class="captcha") $html .= "\n".''; $html .= "\n".''; $html .= ''; + $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; $html .= "\n".'
          '; - $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; return $html; } diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 7b311c51c..79533d75c 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -11,7 +11,7 @@ if ($is_nogood) $colspan++; -

          목록

          +

          목록

          diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 7790cd435..3d4e35619 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -92,8 +92,6 @@ /* ### 기본 스타일 커스터마이징 끝 ### */ /* 게시판 목록 */ -#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} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index da64473f2..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'); -

          목록

          +

          목록

          diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index c26dc8f5d..d7988684f 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -79,8 +79,6 @@ /* ### 기본 스타일 커스터마이징 끝 ### */ /* 게시판 목록 */ -#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:""} diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index baea6ec90..dbac90d2e 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
          -

          님께 메일보내기

          +

          님께 메일보내기

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

          작성하신 메일을 발송하시려면 메일발송 버튼을,
          작성을 취소하고 창을 닫으시려면 창닫기 버튼을 누르세요. 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; // 개별 페이지 접근 불가
          -