From 7dab9ee39768b4e80b0c1623af931e0f39aa1ab5 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 25 Jun 2013 09:44:58 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20basic=5Ftbl=20tbody?= =?UTF-8?q?=20th=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 5 +++-- css/mobile.css | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 5f712e4e4..5469973c7 100644 --- a/css/default.css +++ b/css/default.css @@ -157,6 +157,7 @@ button.btn_frmline {font-size:1em} .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} +.basic_tbl tbody th {} .basic_tbl td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} .basic_tbl a {} .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ @@ -170,8 +171,8 @@ td.empty_table {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;vertical-align:top;text-align:left} -.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent;vertical-align:top} +.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;vertical-align:middle} .frm_input:focus, input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff} .frm_tbl textarea {width:98%;height:100px} diff --git a/css/mobile.css b/css/mobile.css index aa04c70c3..a8c2a5311 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -123,6 +123,7 @@ pre {overflow-x:scroll;font-size:1.1em} .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} +.basic_tbl tbody th {} .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none} .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ From 6490ec15eeb5519ce752d023cbe4bb7229b6cb65 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 25 Jun 2013 10:15:22 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EB=A9=94=EC=9D=BC?= =?UTF-8?q?=EC=97=90=20=EC=A3=BC=EC=9D=98=20=EB=AC=B8=EA=B5=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/mail_list.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adm/mail_list.php b/adm/mail_list.php index 7db0dc873..0d14109c3 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -19,14 +19,15 @@ $result = sql_query($sql); $g4['title'] = '회원메일발송'; include_once('./admin.head.php'); -$colspan = 6; +$colspan = 7; ?>

등록된 메일내용 목록

테스트는 등록된 최고관리자의 이메일로 테스트 메일을 발송합니다.
- 현재 등록된 메일은 총 건입니다. + 현재 등록된 메일은 총 건입니다.
+ 주의) 수신자가 동의하지 않은 대량 메일 발송에는 적합하지 않습니다. 수십건 단위로 발송해 주십시오.

From 5046cafbcd9535394666e0512d9f3712ac2ce1ea Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 25 Jun 2013 10:21:36 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EB=AA=A9=EB=A1=9D=20id=20headers=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/member_list.php | 76 ++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/adm/member_list.php b/adm/member_list.php index 6776910fc..c09f42836 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -134,30 +134,30 @@ $colspan = 15; - - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -207,41 +207,41 @@ $colspan = 15; ?> > - - - - - - - - + + + + + + + > - - + - - - - - - - + + + + + + - - + + Date: Tue, 25 Jun 2013 10:22:02 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94=20sql?= =?UTF-8?q?=5Ffree=5Fresult()=20=ED=95=A8=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/syndi/func/site.func.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/syndi/func/site.func.php b/plugin/syndi/func/site.func.php index 453d1cfcd..0869becef 100644 --- a/plugin/syndi/func/site.func.php +++ b/plugin/syndi/func/site.func.php @@ -110,7 +110,6 @@ function _Syndi_getNextChannelId($channel_id=null) $sql .= " order by b.gr_id,b.bo_table limit 1"; $row = sql_fetch($sql); - sql_free_result($result); return $row['bo_table']; } From 1eb4162e4fed9ff436f8ee0d59b759289b9c53a6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 25 Jun 2013 10:30:06 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1=20=EA=B2=BD?= =?UTF-8?q?=EA=B3=A0=EB=AC=B8=EA=B5=AC=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/mail_list.php | 2 +- css/admin.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/adm/mail_list.php b/adm/mail_list.php index 0d14109c3..1983e156c 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -27,7 +27,7 @@ $colspan = 7;

테스트는 등록된 최고관리자의 이메일로 테스트 메일을 발송합니다.
현재 등록된 메일은 총 건입니다.
- 주의) 수신자가 동의하지 않은 대량 메일 발송에는 적합하지 않습니다. 수십건 단위로 발송해 주십시오.
+ 주의) 수신자가 동의하지 않은 대량 메일 발송에는 적합하지 않습니다. 수십건 단위로 발송해 주십시오.

diff --git a/css/admin.css b/css/admin.css index cc57a7a5f..9fb50309d 100644 --- a/css/admin.css +++ b/css/admin.css @@ -147,6 +147,9 @@ fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em} /* 외부서비스 사이트코드 */ .sitecode {display:inline-block;font:bold 15px 'Verdana';vertical-align:middle} +/* 주의문구 */ +.str_caution {color:#ff3061} + /* 폼 */ label {vertical-align:middle} textarea, .frm_input {padding:2px;border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle} From 5bc81f27a9998fe07c1139e3cbcb3fbe64b3fbf8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 25 Jun 2013 15:27:47 +0900 Subject: [PATCH 6/6] =?UTF-8?q?gitignore=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c8837ef9..59f93e6f4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ rankiss* thumb.lib.php test.php itzimara* +nemoluv*
+ 회원아이디이름휴대폰주소최종접속포인트관리회원아이디이름휴대폰주소최종접속포인트관리
별명상태/권한전화번호메일
인증
메일
수신
정보
공개
본인
확인
성인
인증
접근
차단
가입일접근그룹별명상태/권한전화번호메일
인증
메일
수신
정보
공개
본인
확인
성인
인증
접근
차단
가입일접근그룹
+

+
Yes':'No'; ?> value="1"> value="1"> value="1"> value="1"> + Yes':'No'; ?> value="1"> value="1"> value="1"> value="1"> value="" id="mb_intercept_date_" title="">