From f2d63ee9be9ddb085f043e907543e8807c856f18 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 10 Oct 2013 15:48:07 +0900 Subject: [PATCH 01/12] =?UTF-8?q?KCAPTCHA=20=EC=BA=A1=EC=B1=A0=20=ED=94=8C?= =?UTF-8?q?=EB=9F=AC=EA=B7=B8=EC=9D=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form.php | 19 +- adm/config_form_update.php | 2 +- bbs/formmail.php | 2 +- bbs/formmail_send.php | 2 +- bbs/memo_form.php | 2 +- bbs/memo_form_update.php | 2 +- bbs/password_lost.php | 2 +- bbs/password_lost2.php | 2 +- bbs/poll_result.php | 2 +- bbs/register_email.php | 2 +- bbs/register_email_update.php | 2 +- bbs/register_form.php | 4 +- bbs/register_form_update.php | 2 +- bbs/view_comment.php | 2 +- bbs/write.php | 2 +- bbs/write_comment_update.php | 2 +- bbs/write_update.php | 2 +- config.php | 6 +- plugin/gcaptcha/captcha.lib.php | 3 + plugin/gcaptcha/gcaptcha.js | 5 +- plugin/gcaptcha/gcaptcha.lib.php | 10 +- plugin/gcaptcha/get.php | 2 +- plugin/kcaptcha/_common.php | 3 + plugin/kcaptcha/captcha.lib.php | 3 + plugin/kcaptcha/fonts/antiqua.png | Bin 0 -> 6469 bytes plugin/kcaptcha/fonts/baskerville.png | Bin 0 -> 6439 bytes plugin/kcaptcha/fonts/batang.png | Bin 0 -> 7235 bytes plugin/kcaptcha/fonts/bookman.png | Bin 0 -> 6815 bytes plugin/kcaptcha/fonts/calisto.png | Bin 0 -> 8140 bytes plugin/kcaptcha/fonts/cambria.png | Bin 0 -> 6492 bytes plugin/kcaptcha/fonts/centaur.png | Bin 0 -> 7441 bytes plugin/kcaptcha/fonts/century.png | Bin 0 -> 6964 bytes plugin/kcaptcha/fonts/chaparral.png | Bin 0 -> 7598 bytes plugin/kcaptcha/fonts/constantia.png | Bin 0 -> 6265 bytes plugin/kcaptcha/fonts/footlight.png | Bin 0 -> 6862 bytes plugin/kcaptcha/fonts/garamond.png | Bin 0 -> 7085 bytes plugin/kcaptcha/fonts/georgia.png | Bin 0 -> 7187 bytes plugin/kcaptcha/fonts/goudy_old.png | Bin 0 -> 7077 bytes plugin/kcaptcha/fonts/kozuka.png | Bin 0 -> 7253 bytes plugin/kcaptcha/fonts/lucida.png | Bin 0 -> 6406 bytes plugin/kcaptcha/fonts/minion.png | Bin 0 -> 6996 bytes plugin/kcaptcha/fonts/palatino.png | Bin 0 -> 7136 bytes plugin/kcaptcha/fonts/perpetua.png | Bin 0 -> 6836 bytes plugin/kcaptcha/fonts/rockwell.png | Bin 0 -> 5822 bytes plugin/kcaptcha/fonts/times.png | Bin 0 -> 6848 bytes plugin/kcaptcha/fonts/warnock.png | Bin 0 -> 7655 bytes plugin/kcaptcha/img/dot.gif | Bin 0 -> 43 bytes plugin/kcaptcha/img/reload.gif | Bin 0 -> 616 bytes plugin/kcaptcha/img/sound.gif | Bin 0 -> 144 bytes plugin/kcaptcha/kcaptcha.js | 91 ++++++++ plugin/kcaptcha/kcaptcha.lib.php | 278 +++++++++++++++++++++++ plugin/kcaptcha/kcaptcha_config.php | 42 ++++ plugin/kcaptcha/kcaptcha_image.php | 11 + plugin/kcaptcha/kcaptcha_mp3.php | 44 ++++ plugin/kcaptcha/kcaptcha_result.php | 13 ++ plugin/kcaptcha/kcaptcha_session.php | 19 ++ plugin/kcaptcha/mp3/basic/0.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/1.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/2.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/3.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/4.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/5.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/6.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/7.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/8.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/basic/9.mp3 | Bin 0 -> 13259 bytes plugin/kcaptcha/mp3/jmoon/0.mp3 | Bin 0 -> 10008 bytes plugin/kcaptcha/mp3/jmoon/1.mp3 | Bin 0 -> 8340 bytes plugin/kcaptcha/mp3/jmoon/2.mp3 | Bin 0 -> 8340 bytes plugin/kcaptcha/mp3/jmoon/3.mp3 | Bin 0 -> 9174 bytes plugin/kcaptcha/mp3/jmoon/4.mp3 | Bin 0 -> 10425 bytes plugin/kcaptcha/mp3/jmoon/5.mp3 | Bin 0 -> 10008 bytes plugin/kcaptcha/mp3/jmoon/6.mp3 | Bin 0 -> 10842 bytes plugin/kcaptcha/mp3/jmoon/7.mp3 | Bin 0 -> 10008 bytes plugin/kcaptcha/mp3/jmoon/8.mp3 | Bin 0 -> 10842 bytes plugin/kcaptcha/mp3/jmoon/9.mp3 | Bin 0 -> 10425 bytes skin/member/basic/register_form.skin.php | 2 +- 77 files changed, 547 insertions(+), 38 deletions(-) create mode 100644 plugin/gcaptcha/captcha.lib.php create mode 100644 plugin/kcaptcha/_common.php create mode 100644 plugin/kcaptcha/captcha.lib.php create mode 100644 plugin/kcaptcha/fonts/antiqua.png create mode 100644 plugin/kcaptcha/fonts/baskerville.png create mode 100644 plugin/kcaptcha/fonts/batang.png create mode 100644 plugin/kcaptcha/fonts/bookman.png create mode 100644 plugin/kcaptcha/fonts/calisto.png create mode 100644 plugin/kcaptcha/fonts/cambria.png create mode 100644 plugin/kcaptcha/fonts/centaur.png create mode 100644 plugin/kcaptcha/fonts/century.png create mode 100644 plugin/kcaptcha/fonts/chaparral.png create mode 100644 plugin/kcaptcha/fonts/constantia.png create mode 100644 plugin/kcaptcha/fonts/footlight.png create mode 100644 plugin/kcaptcha/fonts/garamond.png create mode 100644 plugin/kcaptcha/fonts/georgia.png create mode 100644 plugin/kcaptcha/fonts/goudy_old.png create mode 100644 plugin/kcaptcha/fonts/kozuka.png create mode 100644 plugin/kcaptcha/fonts/lucida.png create mode 100644 plugin/kcaptcha/fonts/minion.png create mode 100644 plugin/kcaptcha/fonts/palatino.png create mode 100644 plugin/kcaptcha/fonts/perpetua.png create mode 100644 plugin/kcaptcha/fonts/rockwell.png create mode 100644 plugin/kcaptcha/fonts/times.png create mode 100644 plugin/kcaptcha/fonts/warnock.png create mode 100644 plugin/kcaptcha/img/dot.gif create mode 100644 plugin/kcaptcha/img/reload.gif create mode 100644 plugin/kcaptcha/img/sound.gif create mode 100644 plugin/kcaptcha/kcaptcha.js create mode 100644 plugin/kcaptcha/kcaptcha.lib.php create mode 100644 plugin/kcaptcha/kcaptcha_config.php create mode 100644 plugin/kcaptcha/kcaptcha_image.php create mode 100644 plugin/kcaptcha/kcaptcha_mp3.php create mode 100644 plugin/kcaptcha/kcaptcha_result.php create mode 100644 plugin/kcaptcha/kcaptcha_session.php create mode 100644 plugin/kcaptcha/mp3/basic/0.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/1.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/2.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/3.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/4.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/5.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/6.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/7.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/8.mp3 create mode 100644 plugin/kcaptcha/mp3/basic/9.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/0.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/1.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/2.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/3.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/4.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/5.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/6.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/7.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/8.mp3 create mode 100644 plugin/kcaptcha/mp3/jmoon/9.mp3 diff --git a/adm/config_form.php b/adm/config_form.php index 6b91506ed..97fd7bcf4 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -25,14 +25,17 @@ if (!isset($config['cf_mobile_new_skin'])) { ADD `cf_mobile_member_skin` VARCHAR(255) NOT NULL AFTER `cf_mobile_connect_skin` ", true); } -if(!isset($config['cf_gcaptcha_mp3'])) { +if (isset($config['cf_gcaptcha_mp3'])) { sql_query(" ALTER TABLE `{$g5['config_table']}` - ADD `cf_gcaptcha_mp3` VARCHAR(255) NOT NULL DEFAULT '' AFTER `cf_mobile_member_skin` ", true); + CHANGE `cf_gcaptcha_mp3` `cf_captcha_mp3` VARCHAR(255) NOT NULL DEFAULT '' ", true); +} else if (!isset($config['cf_captcha_mp3'])) { + sql_query(" ALTER TABLE `{$g5['config_table']}` + ADD `cf_captcha_mp3` VARCHAR(255) NOT NULL DEFAULT '' AFTER `cf_mobile_member_skin` ", true); } if(!isset($config['cf_editor'])) { sql_query(" ALTER TABLE `{$g5['config_table']}` - ADD `cf_editor` VARCHAR(255) NOT NULL DEFAULT '' AFTER `cf_gcaptcha_mp3` ", true); + ADD `cf_editor` VARCHAR(255) NOT NULL DEFAULT '' AFTER `cf_captcha_mp3` ", true); } if(!isset($config['cf_googl_shorturl_apikey'])) { @@ -338,15 +341,15 @@ $pg_anchor = ' -
- +
+
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 08/12] =?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 09/12] =?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 10/12] =?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; // 개별 페이지 접근 불가
    -
    -

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

    취소
    diff --git a/mobile/skin/board/gallery/write.skin.php b/mobile/skin/board/gallery/write.skin.php index 096f14133..9e2ccc367 100644 --- a/mobile/skin/board/gallery/write.skin.php +++ b/mobile/skin/board/gallery/write.skin.php @@ -157,9 +157,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

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

    취소
    diff --git a/mobile/skin/member/basic/formmail.skin.php b/mobile/skin/member/basic/formmail.skin.php index 03327ebb1..99d391710 100644 --- a/mobile/skin/member/basic/formmail.skin.php +++ b/mobile/skin/member/basic/formmail.skin.php @@ -63,9 +63,6 @@ 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 3f5b27e20..c228ef2a0 100644 --- a/mobile/skin/member/basic/memo_form.skin.php +++ b/mobile/skin/member/basic/memo_form.skin.php @@ -40,9 +40,6 @@ 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 ba31212ae..e70120a87 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -253,9 +253,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

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

    취소
    diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index f3c7af5ba..4d362d33b 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -173,9 +173,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

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

    취소
    diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index f3c7af5ba..4d362d33b 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -173,9 +173,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

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

    취소
    diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index dbac90d2e..bbc55eb1b 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -67,10 +67,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

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

    diff --git a/skin/member/basic/memo_form.skin.php b/skin/member/basic/memo_form.skin.php index 4bc1e289b..88fbd8952 100644 --- a/skin/member/basic/memo_form.skin.php +++ b/skin/member/basic/memo_form.skin.php @@ -41,9 +41,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

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

    diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index ae4beb61b..52b6c380f 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -261,9 +261,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
    -

    - 작성하신 내용를 발송하시려면 버튼을, 작성을 취소하고 창을 닫으시려면 취소 링크를 누르세요. -

    취소
    From 680990d6d2aa6d1c7e57434d1dfcb20e8c30560c Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 15 Oct 2013 15:48:10 +0900 Subject: [PATCH 12/12] =?UTF-8?q?define('G5=5FCAPTCHA=5FDIR',=20=20=20=20'?= =?UTF-8?q?kcaptcha');=20//=20kcaptcha,=20gcaptcha=20=EC=A4=91=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=84=A0=ED=83=9D=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=84=B8=EC=9A=94.=20=EA=B8=B0=EB=B3=B8=EC=9D=80=20kcaptcha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 4cf247a55..480a078f5 100644 --- a/config.php +++ b/config.php @@ -46,7 +46,7 @@ define('G5_JS_DIR', 'js'); define('G5_LIB_DIR', 'lib'); define('G5_PLUGIN_DIR', 'plugin'); define('G5_SKIN_DIR', 'skin'); -define('G5_CAPTCHA_DIR', 'kcaptcha'); +define('G5_CAPTCHA_DIR', 'kcaptcha'); // kcaptcha, gcaptcha 중에서 선택 사용하세요. 기본은 kcaptcha define('G5_EDITOR_DIR', 'editor'); define('G5_MOBILE_DIR', 'mobile'); define('G5_OKNAME_DIR', 'okname');