사용자: default.css 와 skin/(x)/style.css 중첩 처리
This commit is contained in:
@ -108,7 +108,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
|||||||
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
||||||
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
|
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
|
||||||
|
|
||||||
/* 이미지 등비율 리사이징 */
|
/* ie6 이미지 너비 지정 */
|
||||||
.img_fix {width:100%;height:auto}
|
.img_fix {width:100%;height:auto}
|
||||||
|
|
||||||
/* 캡챠 자동등록(입력)방지 기본 */
|
/* 캡챠 자동등록(입력)방지 기본 */
|
||||||
@ -129,18 +129,18 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
|||||||
/* 콘텐츠별 스타일 */
|
/* 콘텐츠별 스타일 */
|
||||||
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
/* 버튼 */
|
/* 버튼 */
|
||||||
.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
.btn01:focus, .btn01:hover {text-decoration:none !important}
|
a.btn01:focus, .btn01:hover {text-decoration:none}
|
||||||
.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
.btn02:focus, .btn02:hover {text-decoration:none !important}
|
a.btn02:focus, .btn02:hover {text-decoration:none}
|
||||||
.btn_confirm {text-align:center} /* 서식단계 진행 */
|
.btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
.btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
.btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||||
button.btn_submit {height:22px;font-size:1em}
|
button.btn_submit {height:22px;font-size:1em}
|
||||||
fieldset .btn_submit {height:22px;font-size:1em}
|
fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
.btn_cancel:focus, .btn_cancel:hover {text-decoration:none !important}
|
.btn_cancel:focus, .btn_cancel:hover {text-decoration:none !important}
|
||||||
.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
button.btn_frmline {font-size:1em}
|
button.btn_frmline {font-size:1em}
|
||||||
.btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
.btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
||||||
.btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
.btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
||||||
@ -148,12 +148,12 @@ button.btn_frmline {font-size:1em}
|
|||||||
.btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
.btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
||||||
.btn_win a:focus, .btn_win a:hover {text-decoration:none}
|
.btn_win a:focus, .btn_win a:hover {text-decoration:none}
|
||||||
/* 게시판용 버튼 */
|
/* 게시판용 버튼 */
|
||||||
.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
.btn_b01:focus, .btn_b01:hover {text-decoration:none !important}
|
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
|
||||||
.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
.btn_b02:focus, .btn_b02:hover {text-decoration:none !important}
|
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
|
||||||
.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
.btn_admin:focus, .btn_admin:hover {text-decoration:none !important}
|
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
/* 기본테이블 */
|
/* 기본테이블 */
|
||||||
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
@ -163,16 +163,15 @@ button.btn_frmline {font-size:1em}
|
|||||||
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
.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 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 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
.basic_tbl tbody th {}
|
.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 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 {}
|
.basic_tbl a {}
|
||||||
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
td.empty_table {padding:85px 0;text-align:center}
|
td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
li.empty_list {padding:85px 0;text-align:center}
|
||||||
.empty_list {padding:85px 0;text-align:center}
|
|
||||||
|
|
||||||
/* 필수입력 */
|
/* 필수입력 */
|
||||||
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
|
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
|||||||
@ -1,9 +1,100 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 게시판 버튼 */
|
||||||
|
/* 목록 버튼 */
|
||||||
|
#bo_list a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_list a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_list a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 읽기 버튼 */
|
||||||
|
#bo_v a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 쓰기 버튼 */
|
||||||
|
#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
#bo_w .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||||
|
#bo_w button.btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important}
|
||||||
|
#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
|
#bo_w button.btn_frmline {font-size:1em}
|
||||||
|
|
||||||
|
/* 기본 테이블 */
|
||||||
|
/* 목록 테이블 */
|
||||||
|
#bo_list .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_list .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
#bo_list .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff}
|
||||||
|
#bo_list .basic_tbl thead a {color:#fff}
|
||||||
|
#bo_list .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
#bo_list .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
#bo_list .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
#bo_list .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
#bo_list .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_list .basic_tbl a {}
|
||||||
|
#bo_list .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_list td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
#bo_list li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 읽기 내 테이블 */
|
||||||
|
#bo_v .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_v .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
#bo_v .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff}
|
||||||
|
#bo_v .basic_tbl thead a {color:#fff}
|
||||||
|
#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
#bo_v .basic_tbl tbody th {}
|
||||||
|
#bo_v .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_v .basic_tbl a {}
|
||||||
|
#bo_v .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_v td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
#bo_v li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 쓰기 테이블 */
|
||||||
|
#bo_w .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_w .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
#bo_w .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
#bo_w .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#bo_w .frm_tbl textarea, #bo_w .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
#bo_w .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
#bo_w .frm_address {display:block;margin-top:5px}
|
||||||
|
#bo_w .frm_file {display:block;margin-bottom:5px}
|
||||||
|
#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#bo_w .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
#bo_w .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#bo_w .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#bo_w .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 게시판 목록 */
|
/* 게시판 목록 */
|
||||||
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
||||||
|
|
||||||
|
#bo_list .td_chk {width:30px;text-align:center}
|
||||||
|
#bo_list .td_group {width:100px;text-align:center}
|
||||||
|
#bo_list .td_board {width:120px;text-align:center}
|
||||||
|
#bo_list .td_num {width:50px;text-align:center}
|
||||||
|
#bo_list .td_bignum {width:80px;text-align:center}
|
||||||
|
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||||
|
#bo_list .td_nick {width:100px;text-align:center}
|
||||||
|
#bo_list .td_name {width:100px;text-align:left}
|
||||||
|
#bo_list .td_date {width:60px;text-align:center}
|
||||||
|
#bo_list .td_datetime {width:110px;text-align:center}
|
||||||
|
#bo_list .td_mng {width:80px;text-align:center}
|
||||||
|
|
||||||
|
#bo_list .txt_active {color:#5d910b}
|
||||||
|
#bo_list .txt_expired {color:#ccc}
|
||||||
|
|
||||||
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||||
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
|
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
|
||||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
@ -29,7 +120,7 @@
|
|||||||
.td_num strong {color:#000}
|
.td_num strong {color:#000}
|
||||||
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
|
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
|
||||||
.bo_current {color:#e8180c}
|
.bo_current {color:#e8180c}
|
||||||
.cnt_cmt {font-weight:bold}
|
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
|
|
||||||
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
||||||
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
|
|||||||
@ -4,25 +4,26 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
|
||||||
|
|
||||||
<h2 id="wrapper_title"><?php echo $g5['title'] ?></h2>
|
<section id="bo_w">
|
||||||
|
<h2 id="wrapper_title"><?php echo $g5['title'] ?></h2>
|
||||||
|
|
||||||
<!-- 게시물 작성/수정 시작 { -->
|
<!-- 게시물 작성/수정 시작 { -->
|
||||||
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>">
|
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>">
|
||||||
<input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
|
<input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
|
||||||
<input type="hidden" name="w" value="<?php echo $w ?>">
|
<input type="hidden" name="w" value="<?php echo $w ?>">
|
||||||
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
|
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
|
||||||
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
|
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
|
||||||
<input type="hidden" name="sca" value="<?php echo $sca ?>">
|
<input type="hidden" name="sca" value="<?php echo $sca ?>">
|
||||||
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
|
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
|
||||||
<input type="hidden" name="stx" value="<?php echo $stx ?>">
|
<input type="hidden" name="stx" value="<?php echo $stx ?>">
|
||||||
<input type="hidden" name="spt" value="<?php echo $spt ?>">
|
<input type="hidden" name="spt" value="<?php echo $spt ?>">
|
||||||
<input type="hidden" name="sst" value="<?php echo $sst ?>">
|
<input type="hidden" name="sst" value="<?php echo $sst ?>">
|
||||||
<input type="hidden" name="sod" value="<?php echo $sod ?>">
|
<input type="hidden" name="sod" value="<?php echo $sod ?>">
|
||||||
<input type="hidden" name="page" value="<?php echo $page ?>">
|
<input type="hidden" name="page" value="<?php echo $page ?>">
|
||||||
<?php
|
<?php
|
||||||
$option = '';
|
$option = '';
|
||||||
$option_hidden = '';
|
$option_hidden = '';
|
||||||
if ($is_notice || $is_html || $is_secret || $is_mail) {
|
if ($is_notice || $is_html || $is_secret || $is_mail) {
|
||||||
$option = '';
|
$option = '';
|
||||||
if ($is_notice) {
|
if ($is_notice) {
|
||||||
$option .= "\n".'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'."\n".'<label for="notice">공지</label>';
|
$option .= "\n".'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'."\n".'<label for="notice">공지</label>';
|
||||||
@ -47,50 +48,50 @@ if ($is_notice || $is_html || $is_secret || $is_mail) {
|
|||||||
if ($is_mail) {
|
if ($is_mail) {
|
||||||
$option .= "\n".'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'."\n".'<label for="mail">답변메일받기</label>';
|
$option .= "\n".'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'."\n".'<label for="mail">답변메일받기</label>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $option_hidden;
|
echo $option_hidden;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table id="bo_w" class="frm_tbl">
|
<table class="frm_tbl">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if ($is_name) { ?>
|
<?php if ($is_name) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_name">이름<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="wr_name">이름<strong class="sound_only">필수</strong></label></th>
|
||||||
<td><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required class="frm_input required" size="10" maxlength="20"></td>
|
<td><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required class="frm_input required" size="10" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($is_password) { ?>
|
<?php if ($is_password) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_password">패스워드<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="wr_password">패스워드<strong class="sound_only">필수</strong></label></th>
|
||||||
<td><input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20"></td>
|
<td><input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($is_email) { ?>
|
<?php if ($is_email) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_email">이메일</label></th>
|
<th scope="row"><label for="wr_email">이메일</label></th>
|
||||||
<td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" size="50" maxlength="100"></td>
|
<td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" size="50" maxlength="100"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($is_homepage) { ?>
|
<?php if ($is_homepage) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_homepage">홈페이지</label></th>
|
<th scope="row"><label for="wr_homepage">홈페이지</label></th>
|
||||||
<td><input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input" size="50"></td>
|
<td><input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input" size="50"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($option) { ?>
|
<?php if ($option) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">옵션</th>
|
<th scope="row">옵션</th>
|
||||||
<td><?php echo $option ?></td>
|
<td><?php echo $option ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($is_category) { ?>
|
<?php if ($is_category) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="ca_name">분류<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="ca_name">분류<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<select name="ca_name" id="ca_name" required class="required" >
|
<select name="ca_name" id="ca_name" required class="required" >
|
||||||
@ -98,10 +99,10 @@ echo $option_hidden;
|
|||||||
<?php echo $category_option ?>
|
<?php echo $category_option ?>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_subject">제목<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="wr_subject">제목<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<div id="autosave_wrapper">
|
<div id="autosave_wrapper">
|
||||||
@ -118,9 +119,9 @@ echo $option_hidden;
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_content">내용<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="wr_content">내용<strong class="sound_only">필수</strong></label></th>
|
||||||
<td class="wr_content">
|
<td class="wr_content">
|
||||||
<?php if($write_min || $write_max) { ?>
|
<?php if($write_min || $write_max) { ?>
|
||||||
@ -133,17 +134,17 @@ echo $option_hidden;
|
|||||||
<div id="char_count_wrp"><span id="char_count"></span>글자</div>
|
<div id="char_count_wrp"><span id="char_count"></span>글자</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?>
|
<?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label></th>
|
<th scope="row"><label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label></th>
|
||||||
<td><input type="text" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input" size="50"></td>
|
<td><input type="text" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input" size="50"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php for ($i=0; $is_file && $i<$file_count; $i++) { ?>
|
<?php for ($i=0; $is_file && $i<$file_count; $i++) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">파일 #<?php echo $i+1 ?></th>
|
<th scope="row">파일 #<?php echo $i+1 ?></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="file" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> : 용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input">
|
<input type="file" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> : 용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input">
|
||||||
@ -154,46 +155,46 @@ echo $option_hidden;
|
|||||||
<input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i; ?>]" value="1"> <label for="bf_file_del<?php echo $i ?>"><?php echo $file[$i]['source'].'('.$file[$i]['size'].')'; ?> 파일 삭제</label>
|
<input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i; ?>]" value="1"> <label for="bf_file_del<?php echo $i ?>"><?php echo $file[$i]['source'].'('.$file[$i]['size'].')'; ?> 파일 삭제</label>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($is_guest) { //자동등록방지 ?>
|
<?php if ($is_guest) { //자동등록방지 ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">자동등록방지</th>
|
<th scope="row">자동등록방지</th>
|
||||||
<td>
|
<td>
|
||||||
<?php echo $captcha_html ?>
|
<?php echo $captcha_html ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<p>
|
<p>
|
||||||
작성하신 내용을 제출하시려면 <strong>글쓰기</strong> 버튼을, 작성을 취소하고 목록으로 돌아가시려면 <strong>취소</strong> 링크를 누르세요.
|
작성하신 내용을 제출하시려면 <strong>글쓰기</strong> 버튼을, 작성을 취소하고 목록으로 돌아가시려면 <strong>취소</strong> 링크를 누르세요.
|
||||||
</p>
|
</p>
|
||||||
<input type="submit" value="글쓰기" id="btn_submit" accesskey="s" class="btn_submit">
|
<input type="submit" value="글쓰기" id="btn_submit" accesskey="s" class="btn_submit">
|
||||||
<a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a>
|
<a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
<?php if($write_min || $write_max) { ?>
|
<?php if($write_min || $write_max) { ?>
|
||||||
// 글자수 제한
|
// 글자수 제한
|
||||||
var char_min = parseInt(<?php echo $write_min; ?>); // 최소
|
var char_min = parseInt(<?php echo $write_min; ?>); // 최소
|
||||||
var char_max = parseInt(<?php echo $write_max; ?>); // 최대
|
var char_max = parseInt(<?php echo $write_max; ?>); // 최대
|
||||||
check_byte("wr_content", "char_count");
|
check_byte("wr_content", "char_count");
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#wr_content").on("keyup", function() {
|
$("#wr_content").on("keyup", function() {
|
||||||
check_byte("wr_content", "char_count");
|
check_byte("wr_content", "char_count");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
function html_auto_br(obj)
|
function html_auto_br(obj)
|
||||||
{
|
{
|
||||||
if (obj.checked) {
|
if (obj.checked) {
|
||||||
result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
|
result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
|
||||||
if (result)
|
if (result)
|
||||||
@ -203,10 +204,10 @@ function html_auto_br(obj)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
obj.value = "";
|
obj.value = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
function fwrite_submit(f)
|
function fwrite_submit(f)
|
||||||
{
|
{
|
||||||
<?php echo $editor_js; // 에디터 사용시 자바스크립트에서 내용을 폼필드로 넣어주며 내용이 입력되었는지 검사함 ?>
|
<?php echo $editor_js; // 에디터 사용시 자바스크립트에서 내용을 폼필드로 넣어주며 내용이 입력되었는지 검사함 ?>
|
||||||
|
|
||||||
var subject = "";
|
var subject = "";
|
||||||
@ -261,6 +262,7 @@ function fwrite_submit(f)
|
|||||||
document.getElementById("btn_submit").disabled = "disabled";
|
document.getElementById("btn_submit").disabled = "disabled";
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
</section>
|
||||||
<!-- } 게시물 작성/수정 끝 -->
|
<!-- } 게시물 작성/수정 끝 -->
|
||||||
@ -1,6 +1,66 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 게시판 버튼 */
|
||||||
|
/* 목록 버튼 */
|
||||||
|
#bo_img a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_img a.btn_b01:focus, #bo_img a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_img a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_img a.btn_b02:focus, #bo_img a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_img a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_img a.btn_admin:focus, #bo_img .btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 읽기 버튼 */
|
||||||
|
#bo_v a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 쓰기 버튼 */
|
||||||
|
#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
#bo_w .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||||
|
#bo_w button.btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important}
|
||||||
|
#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
|
#bo_w button.btn_frmline {font-size:1em}
|
||||||
|
|
||||||
|
/* 기본 테이블 */
|
||||||
|
/* 읽기 내 테이블 */
|
||||||
|
#bo_v .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_v .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
#bo_v .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff}
|
||||||
|
#bo_v .basic_tbl thead a {color:#fff}
|
||||||
|
#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
#bo_v .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
#bo_v .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_v .basic_tbl a {}
|
||||||
|
#bo_v .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_v td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 쓰기 테이블 */
|
||||||
|
#bo_w .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_w .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
#bo_w .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
#bo_w .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#bo_w .frm_tbl textarea, #bo_w .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
#bo_w .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
#bo_w .frm_address {display:block;margin-top:5px}
|
||||||
|
#bo_w .frm_file {display:block;margin-bottom:5px}
|
||||||
|
#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#bo_w .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
#bo_w .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#bo_w .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#bo_w .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 게시판 목록 */
|
/* 게시판 목록 */
|
||||||
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
||||||
|
|
||||||
@ -58,6 +118,8 @@
|
|||||||
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
||||||
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
|
|
||||||
|
#bo_img li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
/* 게시판 쓰기 */
|
/* 게시판 쓰기 */
|
||||||
#char_count_desc {display:block;margin:0 0 5px;padding:0}
|
#char_count_desc {display:block;margin:0 0 5px;padding:0}
|
||||||
#char_count_wrp {margin:5px 0 0;text-align:right}
|
#char_count_wrp {margin:5px 0 0;text-align:right}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 폼메일 시작 { -->
|
<!-- 폼메일 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="formmail" class="new_win">
|
<div id="formmail" class="new_win mbskin">
|
||||||
<h1 id="new_win_title"><?php echo $name ?>님께 메일보내기</h1>
|
<h1 id="new_win_title"><?php echo $name ?>님께 메일보내기</h1>
|
||||||
|
|
||||||
<form name="fformmail" action="./formmail_send.php" onsubmit="return fformmail_submit(this);" method="post" enctype="multipart/form-data" style="margin:0px;">
|
<form name="fformmail" action="./formmail_send.php" onsubmit="return fformmail_submit(this);" method="post" enctype="multipart/form-data" style="margin:0px;">
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 로그인 시작 { -->
|
<!-- 로그인 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="mb_login">
|
<div id="mb_login" class="mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<form name="flogin" action="<?php echo $login_action_url ?>" onsubmit="return flogin_submit(this);" method="post">
|
<form name="flogin" action="<?php echo $login_action_url ?>" onsubmit="return flogin_submit(this);" method="post">
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 회원 패스워드 확인 시작 { -->
|
<!-- 회원 패스워드 확인 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="mb_confirm">
|
<div id="mb_confirm" class="mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 쪽지 목록 시작 { -->
|
<!-- 쪽지 목록 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="memo_list" class="new_win">
|
<div id="memo_list" class="new_win mbskin">
|
||||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 쪽지 보내기 시작 { -->
|
<!-- 쪽지 보내기 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="memo_write" class="new_win">
|
<div id="memo_write" class="new_win mbskin">
|
||||||
<h1 id="new_win_title">쪽지 보내기</h1>
|
<h1 id="new_win_title">쪽지 보내기</h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
|
|||||||
@ -14,7 +14,7 @@ else {
|
|||||||
<!-- 쪽지보기 시작 { -->
|
<!-- 쪽지보기 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="memo_view" class="new_win">
|
<div id="memo_view" class="new_win mbskin">
|
||||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<!-- 쪽지함 선택 시작 { -->
|
<!-- 쪽지함 선택 시작 { -->
|
||||||
|
|||||||
@ -10,7 +10,7 @@ else $g5['title'] = $g5['title'];
|
|||||||
<!-- 비밀번호 확인 시작 { -->
|
<!-- 비밀번호 확인 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="pw_confirm">
|
<div id="pw_confirm" class="mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
<p>
|
<p>
|
||||||
<?php if ($w == 'u') { ?>
|
<?php if ($w == 'u') { ?>
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 회원정보 찾기 시작 { -->
|
<!-- 회원정보 찾기 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="find_info" class="new_win">
|
<div id="find_info" class="new_win mbskin">
|
||||||
<h1 id="new_win_title">회원정보 찾기</h1>
|
<h1 id="new_win_title">회원정보 찾기</h1>
|
||||||
|
|
||||||
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||||
|
|||||||
@ -5,10 +5,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 자기소개 시작 { -->
|
<!-- 자기소개 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="profile" class="new_win">
|
<div id="profile" class="new_win mbskin">
|
||||||
<h1 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1>
|
<h1 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<table class="basic_tbl">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">회원권한</th>
|
<th scope="row">회원권한</th>
|
||||||
|
|||||||
@ -4,37 +4,39 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<!-- 회원가입약관 동의 시작 { -->
|
<!-- 회원가입약관 동의 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
|
||||||
|
|
||||||
<p>회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
<div class="mbskin">
|
||||||
|
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
||||||
|
|
||||||
<section id="fregister_term">
|
<p>회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
||||||
|
|
||||||
|
<section id="fregister_term">
|
||||||
<h2>회원가입약관</h2>
|
<h2>회원가입약관</h2>
|
||||||
<textarea readonly><?php echo get_text($config['cf_stipulation']) ?></textarea>
|
<textarea readonly><?php echo get_text($config['cf_stipulation']) ?></textarea>
|
||||||
<fieldset class="fregister_agree">
|
<fieldset class="fregister_agree">
|
||||||
<label for="agree11">회원가입약관의 내용에 동의합니다.</label>
|
<label for="agree11">회원가입약관의 내용에 동의합니다.</label>
|
||||||
<input type="checkbox" name="agree" value="1" id="agree11">
|
<input type="checkbox" name="agree" value="1" id="agree11">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="fregister_private">
|
<section id="fregister_private">
|
||||||
<h2>개인정보수집이용안내</h2>
|
<h2>개인정보수집이용안내</h2>
|
||||||
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
|
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
|
||||||
<fieldset class="fregister_agree">
|
<fieldset class="fregister_agree">
|
||||||
<label for="agree21">개인정보수집이용안내의 내용에 동의합니다.</label>
|
<label for="agree21">개인정보수집이용안내의 내용에 동의합니다.</label>
|
||||||
<input type="checkbox" name="agree2" value="1" id="agree21">
|
<input type="checkbox" name="agree2" value="1" id="agree21">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<input type="submit" class="btn_submit" value="회원가입">
|
<input type="submit" class="btn_submit" value="회원가입">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function fregister_submit(f)
|
function fregister_submit(f)
|
||||||
{
|
{
|
||||||
if (!f.agree.checked) {
|
if (!f.agree.checked) {
|
||||||
alert("회원가입약관의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
|
alert("회원가입약관의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
|
||||||
f.agree.focus();
|
f.agree.focus();
|
||||||
@ -48,6 +50,7 @@ function fregister_submit(f)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
</div>
|
||||||
<!-- } 회원가입 약관 동의 끝 -->
|
<!-- } 회원가입 약관 동의 끝 -->
|
||||||
@ -4,46 +4,49 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<!-- 회원정보 입력/수정 시작 { -->
|
<!-- 회원정보 입력/수정 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
<script src="<?php echo G5_JS_URL ?>/jquery.register_form.js"></script>
|
|
||||||
<?php if($config['cf_cert_use'] && ($config['cf_cert_ipin'] || $config['cf_cert_hp'])) { ?>
|
|
||||||
<script src="<?php echo G5_JS_URL ?>/certify.js"></script>
|
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<form id="fregisterform" name="fregisterform" action="<?php echo $register_action_url ?>" onsubmit="return fregisterform_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off">
|
<div class="mb_skin">
|
||||||
<input type="hidden" name="w" value="<?php echo $w ?>">
|
|
||||||
<input type="hidden" name="url" value="<?php echo $urlencode ?>">
|
|
||||||
<input type="hidden" name="agree" value="<?php echo $agree ?>">
|
|
||||||
<input type="hidden" name="agree2" value="<?php echo $agree2 ?>">
|
|
||||||
<input type="hidden" name="cert_type" value="<?php echo $member['mb_certify']; ?>">
|
|
||||||
<?php if (isset($member['mb_sex'])) { ?><input type="hidden" name="mb_sex" value="<?php echo $member['mb_sex'] ?>"><?php } ?>
|
|
||||||
<?php if (isset($member['mb_nick_date']) && $member['mb_nick_date'] > date("Y-m-d", G5_SERVER_TIME - ($config['cf_nick_modify'] * 86400))) { // 별명수정일이 지나지 않았다면 ?>
|
|
||||||
<input type="hidden" name="mb_nick_default" value="<?php echo $member['mb_nick'] ?>">
|
|
||||||
<input type="hidden" name="mb_nick" value="<?php echo $member['mb_nick'] ?>">
|
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<script src="<?php echo G5_JS_URL ?>/jquery.register_form.js"></script>
|
||||||
<caption>사이트 이용정보 입력</caption>
|
<?php if($config['cf_cert_use'] && ($config['cf_cert_ipin'] || $config['cf_cert_hp'])) { ?>
|
||||||
<tr>
|
<script src="<?php echo G5_JS_URL ?>/certify.js"></script>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
<form id="fregisterform" name="fregisterform" action="<?php echo $register_action_url ?>" onsubmit="return fregisterform_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off">
|
||||||
|
<input type="hidden" name="w" value="<?php echo $w ?>">
|
||||||
|
<input type="hidden" name="url" value="<?php echo $urlencode ?>">
|
||||||
|
<input type="hidden" name="agree" value="<?php echo $agree ?>">
|
||||||
|
<input type="hidden" name="agree2" value="<?php echo $agree2 ?>">
|
||||||
|
<input type="hidden" name="cert_type" value="<?php echo $member['mb_certify']; ?>">
|
||||||
|
<?php if (isset($member['mb_sex'])) { ?><input type="hidden" name="mb_sex" value="<?php echo $member['mb_sex'] ?>"><?php } ?>
|
||||||
|
<?php if (isset($member['mb_nick_date']) && $member['mb_nick_date'] > date("Y-m-d", G5_SERVER_TIME - ($config['cf_nick_modify'] * 86400))) { // 별명수정일이 지나지 않았다면 ?>
|
||||||
|
<input type="hidden" name="mb_nick_default" value="<?php echo $member['mb_nick'] ?>">
|
||||||
|
<input type="hidden" name="mb_nick" value="<?php echo $member['mb_nick'] ?>">
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
<table class="frm_tbl">
|
||||||
|
<caption>사이트 이용정보 입력</caption>
|
||||||
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_id">아이디<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="reg_mb_id">아이디<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<span class="frm_info">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
<span class="frm_info">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
||||||
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" <?php echo $required ?> <?php echo $readonly ?> class="frm_input minlength_3 <?php echo $required ?> <?php echo $readonly ?>"maxlength="20">
|
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" <?php echo $required ?> <?php echo $readonly ?> class="frm_input minlength_3 <?php echo $required ?> <?php echo $readonly ?>"maxlength="20">
|
||||||
<span id="msg_mb_id"></span>
|
<span id="msg_mb_id"></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_password">패스워드<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="reg_mb_password">패스워드<strong class="sound_only">필수</strong></label></th>
|
||||||
<td><input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input minlength_3 <?php echo $required ?>" maxlength="20"></td>
|
<td><input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input minlength_3 <?php echo $required ?>" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_password_re">패스워드 확인<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="reg_mb_password_re">패스워드 확인<strong class="sound_only">필수</strong></label></th>
|
||||||
<td><input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input minlength_3 <?php echo $required ?>" maxlength="20"></td>
|
<td><input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input minlength_3 <?php echo $required ?>" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<table class="frm_tbl">
|
||||||
<caption>개인정보 입력</caption>
|
<caption>개인정보 입력</caption>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($w=="u" && $config['cf_cert_use']) { ?>
|
<?php if ($w=="u" && $config['cf_cert_use']) { ?>
|
||||||
@ -72,9 +75,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_nick">별명<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="reg_mb_nick">별명<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
@ -85,10 +88,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?$member['mb_nick']:''; ?>" id="reg_mb_nick" required class="frm_input required nospace" size="10" maxlength="20">
|
<input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?$member['mb_nick']:''; ?>" id="reg_mb_nick" required class="frm_input required nospace" size="10" maxlength="20">
|
||||||
<span id="msg_mb_nick"></span>
|
<span id="msg_mb_nick"></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
@ -100,24 +103,24 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
||||||
<input type="text" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100">
|
<input type="text" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php if ($config['cf_use_homepage']) { ?>
|
<?php if ($config['cf_use_homepage']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
<th scope="row"><label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
||||||
<td><input type="text" name="mb_homepage" value="<?php echo $member['mb_homepage'] ?>" id="reg_mb_homepage" <?php echo $config['cf_req_homepage']?"required":""; ?> class="frm_input <?php echo $config['cf_req_homepage']?"required":""; ?>" size="50" maxlength="255"></td>
|
<td><input type="text" name="mb_homepage" value="<?php echo $member['mb_homepage'] ?>" id="reg_mb_homepage" <?php echo $config['cf_req_homepage']?"required":""; ?> class="frm_input <?php echo $config['cf_req_homepage']?"required":""; ?>" size="50" maxlength="255"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_tel']) { ?>
|
<?php if ($config['cf_use_tel']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
<th scope="row"><label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
||||||
<td><input type="text" name="mb_tel" value="<?php echo $member['mb_tel'] ?>" id="reg_mb_tel" <?php echo $config['cf_req_tel']?"required":""; ?> class="frm_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20"></td>
|
<td><input type="text" name="mb_tel" value="<?php echo $member['mb_tel'] ?>" id="reg_mb_tel" <?php echo $config['cf_req_tel']?"required":""; ?> class="frm_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_hp'] || $config['cf_cert_hp']) { ?>
|
<?php if ($config['cf_use_hp'] || $config['cf_cert_hp']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_hp">휴대폰번호<?php if ($config['cf_req_hp']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
<th scope="row"><label for="reg_mb_hp">휴대폰번호<?php if ($config['cf_req_hp']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="mb_hp" value="<?php echo $member['mb_hp'] ?>" id="reg_mb_hp" <?php echo ($config['cf_req_hp'])?"required":""; ?> class="frm_input <?php echo ($config['cf_req_hp'])?"required":""; ?>" maxlength="20">
|
<input type="text" name="mb_hp" value="<?php echo $member['mb_hp'] ?>" id="reg_mb_hp" <?php echo ($config['cf_req_hp'])?"required":""; ?> class="frm_input <?php echo ($config['cf_req_hp'])?"required":""; ?>" maxlength="20">
|
||||||
@ -125,11 +128,11 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="old_mb_hp" value="<?php echo $member['mb_hp'] ?>">
|
<input type="hidden" name="old_mb_hp" value="<?php echo $member['mb_hp'] ?>">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_addr']) { ?>
|
<?php if ($config['cf_use_addr']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
주소
|
주소
|
||||||
<?php if ($config['cf_req_addr']) { ?><strong class="sound_only">필수</strong><?php } ?>
|
<?php if ($config['cf_req_addr']) { ?><strong class="sound_only">필수</strong><?php } ?>
|
||||||
@ -152,28 +155,28 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
$("#reg_mb_zip1, #reg_mb_zip2, #reg_mb_addr1").attr('readonly', 'readonly');
|
$("#reg_mb_zip1, #reg_mb_zip2, #reg_mb_addr1").attr('readonly', 'readonly');
|
||||||
</script>
|
</script>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<table class="frm_tbl">
|
||||||
<caption>기타 개인설정</caption>
|
<caption>기타 개인설정</caption>
|
||||||
<?php if ($config['cf_use_signature']) { ?>
|
<?php if ($config['cf_use_signature']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_signature">서명<?php if ($config['cf_req_signature']){ ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
<th scope="row"><label for="reg_mb_signature">서명<?php if ($config['cf_req_signature']){ ?><strong class="sound_only">필수</strong><?php } ?></label></th>
|
||||||
<td><textarea name="mb_signature" id="reg_mb_signature" <?php echo $config['cf_req_signature']?"required":""; ?> class="<?php echo $config['cf_req_signature']?"required":""; ?>"><?php echo $member['mb_signature'] ?></textarea></td>
|
<td><textarea name="mb_signature" id="reg_mb_signature" <?php echo $config['cf_req_signature']?"required":""; ?> class="<?php echo $config['cf_req_signature']?"required":""; ?>"><?php echo $member['mb_signature'] ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_profile']) { ?>
|
<?php if ($config['cf_use_profile']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_profile">자기소개</label></th>
|
<th scope="row"><label for="reg_mb_profile">자기소개</label></th>
|
||||||
<td><textarea name="mb_profile" id="reg_mb_profile" <?php echo $config['cf_req_profile']?"required":""; ?> class="<?php echo $config['cf_req_profile']?"required":""; ?>"><?php echo $member['mb_profile'] ?></textarea></td>
|
<td><textarea name="mb_profile" id="reg_mb_profile" <?php echo $config['cf_req_profile']?"required":""; ?> class="<?php echo $config['cf_req_profile']?"required":""; ?>"><?php echo $member['mb_profile'] ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_member_icon'] && $member['mb_level'] >= $config['cf_icon_level']) { ?>
|
<?php if ($config['cf_use_member_icon'] && $member['mb_level'] >= $config['cf_icon_level']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_icon">회원아이콘</label></th>
|
<th scope="row"><label for="reg_mb_icon">회원아이콘</label></th>
|
||||||
<td>
|
<td>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
@ -186,29 +189,29 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<label for="del_mb_icon">삭제</label>
|
<label for="del_mb_icon">삭제</label>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_mailling">메일링서비스</label></th>
|
<th scope="row"><label for="reg_mb_mailling">메일링서비스</label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" name="mb_mailling" value="1" id="reg_mb_mailling" <?php echo ($w=='' || $member['mb_mailling'])?'checked':''; ?>>
|
<input type="checkbox" name="mb_mailling" value="1" id="reg_mb_mailling" <?php echo ($w=='' || $member['mb_mailling'])?'checked':''; ?>>
|
||||||
정보 메일을 받겠습니다.
|
정보 메일을 받겠습니다.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php if ($config['cf_use_hp']) { ?>
|
<?php if ($config['cf_use_hp']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_sms">SMS 수신여부</label></th>
|
<th scope="row"><label for="reg_mb_sms">SMS 수신여부</label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" name="mb_sms" value="1" id="reg_mb_sms" <?php echo ($w=='' || $member['mb_sms'])?'checked':''; ?>>
|
<input type="checkbox" name="mb_sms" value="1" id="reg_mb_sms" <?php echo ($w=='' || $member['mb_sms'])?'checked':''; ?>>
|
||||||
휴대폰 문자메세지를 받겠습니다.
|
휴대폰 문자메세지를 받겠습니다.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if (isset($member['mb_open_date']) && $member['mb_open_date'] <= date("Y-m-d", G5_SERVER_TIME - ($config['cf_open_modify'] * 86400)) || empty($member['mb_open_date'])) { // 정보공개 수정일이 지났다면 수정가능 ?>
|
<?php if (isset($member['mb_open_date']) && $member['mb_open_date'] <= date("Y-m-d", G5_SERVER_TIME - ($config['cf_open_modify'] * 86400)) || empty($member['mb_open_date'])) { // 정보공개 수정일이 지났다면 수정가능 ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_open">정보공개</label></th>
|
<th scope="row"><label for="reg_mb_open">정보공개</label></th>
|
||||||
<td>
|
<td>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
@ -218,9 +221,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="checkbox" name="mb_open" value="1" <?php echo ($w=='' || $member['mb_open'])?'checked':''; ?> id="reg_mb_open">
|
<input type="checkbox" name="mb_open" value="1" <?php echo ($w=='' || $member['mb_open'])?'checked':''; ?> id="reg_mb_open">
|
||||||
다른분들이 나의 정보를 볼 수 있도록 합니다.
|
다른분들이 나의 정보를 볼 수 있도록 합니다.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">정보공개</th>
|
<th scope="row">정보공개</th>
|
||||||
<td>
|
<td>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
@ -229,33 +232,33 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</span>
|
</span>
|
||||||
<input type="hidden" name="mb_open" value="<?php echo $member['mb_open'] ?>">
|
<input type="hidden" name="mb_open" value="<?php echo $member['mb_open'] ?>">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($w == "" && $config['cf_use_recommend']) { ?>
|
<?php if ($w == "" && $config['cf_use_recommend']) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="reg_mb_recommend">추천인아이디</label></th>
|
<th scope="row"><label for="reg_mb_recommend">추천인아이디</label></th>
|
||||||
<td><input type="text" name="mb_recommend" id="reg_mb_recommend" class="frm_input"></td>
|
<td><input type="text" name="mb_recommend" id="reg_mb_recommend" class="frm_input"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">자동등록방지</th>
|
<th scope="row">자동등록방지</th>
|
||||||
<td><?php echo $captcha_html ?></td>
|
<td><?php echo $captcha_html ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<p>
|
<p>
|
||||||
작성하신 내용를 발송하시려면 <strong><?php echo $w==''?'회원가입':'정보수정'; ?></strong> 버튼을, 작성을 취소하고 창을 닫으시려면 <strong>취소</strong> 링크를 누르세요.
|
작성하신 내용를 발송하시려면 <strong><?php echo $w==''?'회원가입':'정보수정'; ?></strong> 버튼을, 작성을 취소하고 창을 닫으시려면 <strong>취소</strong> 링크를 누르세요.
|
||||||
</p>
|
</p>
|
||||||
<input type="submit" value="<?php echo $w==''?'회원가입':'정보수정'; ?>" id="btn_submit" class="btn_submit" accesskey="s">
|
<input type="submit" value="<?php echo $w==''?'회원가입':'정보수정'; ?>" id="btn_submit" class="btn_submit" accesskey="s">
|
||||||
<a href="<?php echo G5_URL ?>" class="btn_cancel">취소</a>
|
<a href="<?php echo G5_URL ?>" class="btn_cancel">취소</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#reg_zip_find").css("display", "inline-block");
|
$("#reg_zip_find").css("display", "inline-block");
|
||||||
$("#reg_mb_zip1, #reg_mb_zip2, #reg_mb_addr1").attr("readonly", true);
|
$("#reg_mb_zip1, #reg_mb_zip2, #reg_mb_addr1").attr("readonly", true);
|
||||||
|
|
||||||
@ -298,11 +301,11 @@ $(function() {
|
|||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
});
|
});
|
||||||
|
|
||||||
// submit 최종 폼체크
|
// submit 최종 폼체크
|
||||||
function fregisterform_submit(f)
|
function fregisterform_submit(f)
|
||||||
{
|
{
|
||||||
// 회원아이디 검사
|
// 회원아이디 검사
|
||||||
if (f.w.value == "") {
|
if (f.w.value == "") {
|
||||||
var msg = reg_mb_id_check();
|
var msg = reg_mb_id_check();
|
||||||
@ -403,6 +406,8 @@ function fregisterform_submit(f)
|
|||||||
document.getElementById("btn_submit").disabled = "disabled";
|
document.getElementById("btn_submit").disabled = "disabled";
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
</div>
|
||||||
<!-- } 회원정보 입력/수정 끝 -->
|
<!-- } 회원정보 입력/수정 끝 -->
|
||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 회원가입결과 시작 { -->
|
<!-- 회원가입결과 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="reg_result">
|
<div id="reg_result" class="mbskin">
|
||||||
|
|
||||||
<div id="reg_result_logo"><img src="<?php echo $member_skin_url ?>/img/reg_result_logo.jpg" alt=""></div>
|
<div id="reg_result_logo"><img src="<?php echo $member_skin_url ?>/img/reg_result_logo.jpg" alt=""></div>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 스크랩 목록 시작 { -->
|
<!-- 스크랩 목록 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="scrap" class="new_win">
|
<div id="scrap" class="new_win mbskin">
|
||||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<table class="basic_tbl">
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 스크랩 시작 { -->
|
<!-- 스크랩 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="scrap_do" class="new_win">
|
<div id="scrap_do" class="new_win mbskin">
|
||||||
<h1 id="new_win_title">스크랩하기</h1>
|
<h1 id="new_win_title">스크랩하기</h1>
|
||||||
|
|
||||||
<form name="f_scrap_popin" action="./scrap_popin_update.php" method="post">
|
<form name="f_scrap_popin" action="./scrap_popin_update.php" method="post">
|
||||||
|
|||||||
@ -1,6 +1,81 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 버튼 */
|
||||||
|
.mbskin a.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn01:focus, .mbskin .btn01:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn02:focus, .mbskin .btn02:hover {text-decoration:none}
|
||||||
|
.mbskin .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
.mbskin .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||||
|
.mbskin button.btn_submit {height:22px;font-size:1em}
|
||||||
|
.mbskin fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
|
.mbskin .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
.mbskin button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {text-decoration:none !important}
|
||||||
|
.mbskin .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
|
.mbskin button.btn_frmline {font-size:1em}
|
||||||
|
.mbskin .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
||||||
|
.mbskin .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
||||||
|
.mbskin .btn_win input {height:30px;line-height:2em}
|
||||||
|
.mbskin .btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
||||||
|
.mbskin .btn_win a:focus, .mbskin .btn_win a:hover {text-decoration:none}
|
||||||
|
/* 게시판용 버튼 */
|
||||||
|
.mbskin a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 기본테이블 */
|
||||||
|
.mbskin .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
.mbskin .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
.mbskin .basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff}
|
||||||
|
.mbskin .basic_tbl thead a {color:#fff}
|
||||||
|
.mbskin .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
.mbskin .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
.mbskin .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
.mbskin .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
.mbskin .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
.mbskin .basic_tbl a {}
|
||||||
|
.mbskin .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
.mbskin td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 필수입력 */
|
||||||
|
.mbskin .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||||
|
|
||||||
|
/* 폼 테이블 */
|
||||||
|
.mbskin .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
.mbskin .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
.mbskin .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
.mbskin .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
.mbskin .frm_tbl textarea, .mbskin .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
.mbskin .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
.mbskin .frm_address {display:block;margin-top:5px}
|
||||||
|
.mbskin .frm_file {display:block;margin-bottom:5px}
|
||||||
|
.mbskin .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
.mbskin .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
.mbskin .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
.mbskin .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
/* 테이블 항목별 정의 */
|
||||||
|
.mbskin .td_chk {width:30px;text-align:center}
|
||||||
|
.mbskin .td_group {width:100px;text-align:center}
|
||||||
|
.mbskin .td_board {width:120px;text-align:center}
|
||||||
|
.mbskin .td_num {width:50px;text-align:center}
|
||||||
|
.mbskin .td_bignum {width:80px;text-align:center}
|
||||||
|
.mbskin .td_mb_id {width:100px;text-align:center}
|
||||||
|
.mbskin .td_nick {width:100px;text-align:center}
|
||||||
|
.mbskin .td_name {width:100px;text-align:left}
|
||||||
|
.mbskin .td_date {width:60px;text-align:center}
|
||||||
|
.mbskin .td_datetime {width:110px;text-align:center}
|
||||||
|
.mbskin .td_mng {width:80px;text-align:center}
|
||||||
|
|
||||||
|
.mbskin .txt_active {color:#5d910b}
|
||||||
|
.mbskin .txt_expired {color:#ccc}
|
||||||
|
|
||||||
/* 회원가입 약관 */
|
/* 회원가입 약관 */
|
||||||
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
|
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
|
||||||
#fregister h2 {margin:0 0 20px;text-align:center}
|
#fregister h2 {margin:0 0 20px;text-align:center}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 우편번호 찾기 시작 { -->
|
<!-- 우편번호 찾기 시작 { -->
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="post_code" class="new_win">
|
<div id="post_code" class="new_win mbskin">
|
||||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<form name="fzip" method="get" autocomplete="off">
|
<form name="fzip" method="get" autocomplete="off">
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
||||||
.ol ul {margin:0;padding:0;list-style:none}
|
.ol ul {margin:0;padding:0;list-style:none}
|
||||||
|
|
||||||
|
.ol a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
#ol_before {}
|
#ol_before {}
|
||||||
#ol_before fieldset {position:relative}
|
#ol_before fieldset {position:relative}
|
||||||
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em}
|
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em}
|
||||||
|
|||||||
@ -14,6 +14,10 @@
|
|||||||
#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em}
|
#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em}
|
||||||
#poll footer a:focus,
|
#poll footer a:focus,
|
||||||
#poll footer a:hover {text-decoration:none !important}
|
#poll footer a:hover {text-decoration:none !important}
|
||||||
|
|
||||||
|
#poll a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#poll a.btn_admin:focus, #poll a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
/* 설문조사 결과 (새창) */
|
/* 설문조사 결과 (새창) */
|
||||||
#poll_result section {padding:15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
#poll_result section {padding:15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||||
#poll_result h2 {margin:0;padding:20px 0}
|
#poll_result h2 {margin:0;padding:20px 0}
|
||||||
@ -50,3 +54,30 @@
|
|||||||
#poll_result_oth h2 {padding:0 0 10px}
|
#poll_result_oth h2 {padding:0 0 10px}
|
||||||
#poll_result_oth ul {margin:0;padding:0;list-style:none}
|
#poll_result_oth ul {margin:0;padding:0;list-style:none}
|
||||||
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee}
|
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee}
|
||||||
|
|
||||||
|
/* 필수입력 */
|
||||||
|
#poll_result .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||||
|
|
||||||
|
/* 폼 테이블 */
|
||||||
|
#poll_result .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#poll_result .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
#poll_result .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
#poll_result .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#poll_result .frm_tbl textarea, #poll_result .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
#poll_result .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
#poll_result .frm_address {display:block;margin-top:5px}
|
||||||
|
#poll_result .frm_file {display:block;margin-bottom:5px}
|
||||||
|
#poll_result .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#poll_result .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
#poll_result .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
.frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#poll_result .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
#poll_result .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||||
|
#poll_result button.btn_submit {height:22px;font-size:1em}
|
||||||
|
#poll_result .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
||||||
|
#poll_result .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
||||||
|
#poll_result .btn_win input {height:30px;line-height:2em}
|
||||||
|
#poll_result .btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
||||||
|
#poll_result .btn_win a:focus, #poll_result .btn_win a:hover {text-decoration:none}
|
||||||
Reference in New Issue
Block a user