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 000000000..1626ac410 Binary files /dev/null and b/img/ts01.gif differ diff --git a/img/ts02.gif b/img/ts02.gif new file mode 100644 index 000000000..0a48974a3 Binary files /dev/null and b/img/ts02.gif differ diff --git a/img/ts03.gif b/img/ts03.gif new file mode 100644 index 000000000..7d13a808b Binary files /dev/null and b/img/ts03.gif differ diff --git a/mobile/head.php b/mobile/head.php index 0f4481fb3..f6315d51e 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -11,7 +11,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php'); ?>
-

+

@@ -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 {}