diff --git a/adm/admin.js b/adm/admin.js index 7e1671082..5f3999fd9 100644 --- a/adm/admin.js +++ b/adm/admin.js @@ -44,3 +44,15 @@ function btn_check(f, act) f.submit(); } + +function is_checked(elements_name) +{ + var checked = false; + var chk = document.getElementsByName(elements_name); + for (var i=0; i -
+ @@ -183,13 +183,17 @@ if ($i == 0)
- + - + 게시판추가
+ + @@ -204,6 +208,16 @@ if (isset($stx))
'; -$https_url = $g4['url'].'/'.$g4['bbs']; - if ($w == "") { - goto_url($https_url.'/register_result.php'); + goto_url($g4['bbs_url'].'/register_result.php'); } else if ($w == 'u') { $row = sql_fetch(" select mb_password from {$g4['member_table']} where mb_id = '{$member[mb_id]}' "); $tmp_password = $row['mb_password']; @@ -319,9 +318,11 @@ if ($w == "") { set_session("ss_mb_id", ""); alert('회원 정보가 수정 되었습니다.\n\nE-mail 주소가 변경되었으므로 다시 인증하셔야 합니다.', $g4['path']); } else { + alert('회원 정보가 수정 되었습니다.', $g4['url']); + /* echo ' 회원정보수정 -
+ @@ -333,6 +334,7 @@ if ($w == "") { '; + */ } } ?> diff --git a/css/default.css b/css/default.css index 115f1e5da..275044fd4 100644 --- a/css/default.css +++ b/css/default.css @@ -20,11 +20,6 @@ hr {display:none} #to_content a:focus, #to_content a:active {padding:10px 0;width:100%;height:auto;background:#333;color:#fff;text-align:center;overflow:auto} -/* 자동등록방지 */ -.captcha {display:inline-block;vertical-align:middle} -.captcha label {display:inline-block;margin:0;padding:0;width:0;height:0;overflow:hidden} -#captcha_iframe {display:inline-block;margin:0;padding:0;width:80px;height:25px;border:0;vertical-align:middle;overflow:hidden} - /* 기본테이블 */ table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0} tfoot th {border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9} @@ -36,6 +31,10 @@ th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 td {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-size:0.75em} .empty_table {padding:85px 0;text-align:center} +/* 캡챠 자동등록(입력)방지 기본 */ +#captcha img {border:1px solid #ddd;border-right:0} +#captcha_wav img {border:1px solid #ddd;border-left:0;background:#494949} + /* 필드셋 */ fieldset {margin-bottom:20px;padding:13px;border:1px solid #dedace;background:#fefefe} legend {margin-left:0;padding:7px 10px;border:1px solid #dedace;background:#333;color:#fff} @@ -73,24 +72,24 @@ a {color:#000;text-decoration:none} #header h1 {margin:0;height:0;overflow:hidden} /* 로고 */ -#logo {padding-top:35px;border-bottom:3px solid #666;background:url('../img/logo_bg.jpg') #333 top center repeat-x;text-align:center} +#logo {margin-top:31px;border-bottom:3px solid #666;background:url('../img/logo_bg.jpg') #333 top center repeat-x;text-align:center} #logo a {display:inline-block;padding:20px 30px 20px} /* 상단메뉴 */ -#tnb {position:absolute;top:0;left:0;width:100%;border-bottom:1px solid #000;background:url('../img/tnb_bg.jpg') #fff bottom left repeat-x;zoom:1} +#tnb {position:absolute;top:-31px;left:0;width:100%;border-bottom:1px solid #bbb;background:url('../img/tnb_bg.jpg') #fff bottom left repeat-x;zoom:1} #tnb:after {display:block;visibility:hidden;clear:both;content:""} #tnb li {float:left} -#tnb a {display:inline-block;padding:0 10px;height:30px;border-right:1px solid #ccc;font-family:"dotum";font-size:0.7em;text-decoration:none;line-height:2.7em} +#tnb a {display:inline-block;padding:0 10px;height:30px;border-right:1px solid #dadada;font-family:"dotum";font-size:0.7em;text-decoration:none;line-height:2.7em} /* 전체검색 */ -#hdsch {z-index:3;position:absolute;top:0;right:0;margin:0;padding:0;width:220px;border:0;border-left:1px solid #bbb;background:url('../img/search_bg.jpg') #fff bottom left repeat-x} +#hdsch {z-index:3;position:absolute;top:-31px;right:0;margin:0;padding:0;width:219px;border:0;border-left:1px solid #bbb;background:url('../img/search_bg.jpg') #fff bottom left repeat-x} #hdsch legend {position:absolute;padding:0;width:0;height:0;border:0;overflow:hidden} #hdsch_stx {margin:5px 0 5px 5px;padding:0 5px;height:20px;width:170px;border:0;background:transparent;font-size:1em;line-height:1.4em} #hdsch_stx:focus {background:#464649;color:#fff} #hdsch_submit {position:relative} /* 사이드 네비게이션: 아웃로그인, 설문조사 등 */ -#snb {z-index:3;position:absolute;top:115px;right:0;font-family:"verdana","dotum"} +#snb {z-index:3;position:absolute;top:111px;right:0;font-family:"verdana","dotum"} #snb ul {margin:0;padding:0;list-style:none} /* 아웃로그인 */ @@ -176,7 +175,7 @@ a {color:#000;text-decoration:none} #wrapper h1 {font-size:1em} /* 레이아웃 하단 */ -#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #bbb;color:#595959;font-size:0.75em} +#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #666;color:#595959;font-size:0.75em} #footer h1 {margin:0;height:0;overflow:hidden} #footer section {margin-left:20px} #footer h2 {margin:0;width:100px;color:#000;font-size:1em} @@ -245,6 +244,8 @@ a {color:#000;text-decoration:none} .frm_tbl select {padding:2px} .frm_file {display:block;margin-bottom:5px} .frm_info {display:block;padding:5px 0 0;color:#595959;line-height:1.3em} +.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} +.frm_tbl #captcha input {margin-left:5px} .readonly {background:#ff3061} @@ -365,23 +366,21 @@ a {color:#000;text-decoration:none} .bo_vc_info dt {float:left} .bo_vc_info dd {float:left;margin:0 15px 0 10px} #bo_vc p {padding:0;font-size:0.75em} -#bo_vc fieldset {margin:0;padding:5px 0 0;border:0;border-top:1px solid #ddd;background:transparent;font-size:0.75em} -#bo_vc .captcha {padding:0;border:0;font-size:1em !important} -#bo_vc .captcha a {display:inline-block;margin-right:5px;text-decoration:underline} -#bo_vc .fieldset_input {margin-right:5px;vertical-align:top} +#bo_vc fieldset {margin:0 0 10px;padding:0;border:0;background:transparent;font-size:0.75em} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc #captcha {float:left;margin-left:10px;padding:0 5px 0 0;border:0} +#bo_vc #captcha a {display:inline-block;margin-right:5px;text-decoration:underline;vertical-align:middle} +#bo_vc .fieldset_input {margin-right:5px} #bo_vc footer {zoom:1} #bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} .bo_vc_act {float:right;margin:0;font-size:0.75em;list-style:none;zoom:1} .bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} .bo_vc_act li {float:left;margin-left:5px} -#bo_vc_w {position:relative;margin-top:10px;zoom:1} -#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} -#bo_vc_w fieldset {margin:0;padding:0 0 0 10px;border:0;background:transparent;font-size:0.75em} +#bo_vc_w {position:relative;margin-top:10px} #bo_vc_w #char_cnt {position:absolute;top:5px;right:10px} -/* 댓글 CAPTCHA */ -#bo_vc_w #captcha_comment {font-size:1em !important} -#bo_vc_warea {position:relative;margin:10px 100px 10px 0} -#bo_vc_warea textarea {width:100%;height:50px} +#bo_vc_warea {clear:both;position:relative;margin:0 100px 10px 0} +#bo_vc_warea textarea {padding:3px;width:100%;height:50px;border:1px solid #ddd;background:#fff;vertical-align:middle} +#bo_vc_warea textarea:focus {padding:4px;border:0;background:#494949;color:#fff} #bo_vc_warea .bo_vc_submit {position:absolute;top:0;right:-90px !important;right:10px;width:75px;height:57px;border:1px solid #666;background:#494949;color:#fff;letter-spacing:-0.1em} /* 우편번호 검색 */ diff --git a/head.php b/head.php index da8e225a3..d9e5b2789 100644 --- a/head.php +++ b/head.php @@ -18,8 +18,6 @@ include_once($g4['path'].'/lib/popular.lib.php');

diff --git a/img/btn_search.jpg b/img/btn_search.jpg index ae0f6ee50..9d52ca640 100644 Binary files a/img/btn_search.jpg and b/img/btn_search.jpg differ diff --git a/img/logo_bg.jpg b/img/logo_bg.jpg index 4e58cbed9..7dc6fe0f6 100644 Binary files a/img/logo_bg.jpg and b/img/logo_bg.jpg differ diff --git a/img/search_bg.jpg b/img/search_bg.jpg index 3fdd862b2..855d74492 100644 Binary files a/img/search_bg.jpg and b/img/search_bg.jpg differ diff --git a/img/tnb_bg.jpg b/img/tnb_bg.jpg index 3fdd862b2..855d74492 100644 Binary files a/img/tnb_bg.jpg and b/img/tnb_bg.jpg differ diff --git a/img/wrapper_bg.jpg b/img/wrapper_bg.jpg index 5f9a7ff00..6f852f316 100644 Binary files a/img/wrapper_bg.jpg and b/img/wrapper_bg.jpg differ diff --git a/lib/common.lib.php b/lib/common.lib.php index 53489334c..af32393c9 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -120,7 +120,7 @@ function alert($msg='', $url='') if (!$msg) $msg = '올바른 방법으로 이용해 주십시오.'; $msg = str_replace("\\n", "
", $msg); - if (!$url) $url = "javascript:history.go(-1);"; + if (!$url) $url = $_SERVER['HTTP_REFERER']; /* //header("Content-Type: text/html; charset=$g4['charset']"); diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index eced74792..fa32fe089 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -26,10 +26,12 @@ var char_max = parseInt(); // 최대 ?>
-

님의 댓글

+

님의 댓글

+
아이피
-
+
+
작성일
@@ -42,7 +44,7 @@ var char_max = parseInt(); // 최대 "> - +