diff --git a/bbs/content.php b/bbs/content.php index 44feaefdf..b238c39e2 100644 --- a/bbs/content.php +++ b/bbs/content.php @@ -50,22 +50,22 @@ $dst[] = $default['de_admin_info_email']; $str = preg_replace($src, $dst, $str); if ($is_admin) - echo '
내용 수정
'; + echo '
내용 수정
'; ?> '; + echo '
'; ?> -
+

-
+
@@ -74,10 +74,10 @@ if (file_exists($himg)) // 상단 이미지
'; + echo '
'; if ($is_admin) - echo ''; + echo ''; ?> diff --git a/bbs/faq.php b/bbs/faq.php index 4fb89c199..12f7a6315 100644 --- a/bbs/faq.php +++ b/bbs/faq.php @@ -15,20 +15,20 @@ include_once('./_head.php'); FAQ 수정'; + echo ''; ?> '; + echo '
'; // 상단 HTML -echo '
'.stripslashes($fm['fm_head_html']).'
'; +echo '
'.stripslashes($fm['fm_head_html']).'
'; ?> -
+
'.stripslashes($fm['fm_head_html']).'
'; if ($i == 1) { ?> -
+

목차

    -
  1. +
  2. 1) echo '
'; ?> @@ -55,16 +55,16 @@ echo '
'.stripslashes($fm['fm_head_html']).'
'; if ($i == 1) { ?> -
+

내용

    -
  1. +
  2. - +
  3. 1) echo '
'; @@ -75,17 +75,17 @@ echo '
'.stripslashes($fm['fm_head_html']).'
'; '.stripslashes($fm['fm_tail_html']).'
'; +echo '
'.stripslashes($fm['fm_tail_html']).'
'; $timg = G5_DATA_PATH.'/faq/'.$fm_id.'_t'; if (file_exists($timg)) - echo '
'; + echo '
'; ?> FAQ 수정'; + echo ''; include_once('./_tail.php'); ?> diff --git a/css/default.css b/css/default.css index 094bbedf6..ea2c3038b 100644 --- a/css/default.css +++ b/css/default.css @@ -104,30 +104,6 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} .copymove_current {float:right;color:#ff3061} .copymove_currentbg {background:#f4f4f4} -/* 내용관리 */ -#socc {margin:10px 0;padding:10px;border:1px solid #e9e9e9} -.socc_admin {text-align:right} -#socc header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} -#socc_con {padding:10px 0} -.socc_img {text-align:center} - -/* FAQ 관리 */ -#sfaq_wrap {margin:10px 0} -#sfaq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} -.sfaq_admin {text-align:right} -#sfaq_wrap ol {margin:0;padding:0;list-style:none} -#sfaq_list {margin:0 0 10px;border:1px solid #ccc} -#sfaq_list li {border-bottom:1px solid #fff;background:#f2f5f9} -#sfaq_list a {display:block;padding:10px;font-weight:bold;text-decoration:none} -#sfaq_list a:focus, -#sfaq_list a:hover {background:#626870;color:#fff} -#sfaq_con {border:1px solid #e9e9e9;border-top:0} -#sfaq_con li {padding:0 0 10px} -#sfaq_con h3 {padding:10px;background:#f2f5f9;border-top:1px solid #e9e9e9} -#sfaq_con p {padding:10px} -.sfaq_tolist {padding:0 10px;text-align:right} -.sfaq_img {text-align:center} - /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden} .msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important} @@ -271,6 +247,29 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em} .new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none} +/* 내용관리 */ +#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9} +.ctt_admin {text-align:right} +#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#ctt_con {padding:10px 0} +.ctt_img {text-align:center} + +/* FAQ 관리 */ +#faq_wrap {margin:10px 0} +#faq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +.faq_admin {text-align:right} +#faq_wrap ol {margin:0;padding:0;list-style:none} +#faq_list {margin:0 0 10px;border:1px solid #ccc} +#faq_list li {border-bottom:1px solid #fff;background:#f2f5f9} +#faq_list a {display:block;padding:10px;font-weight:bold;text-decoration:none} +#faq_list a:focus, #faq_list a:hover {background:#626870;color:#fff} +#faq_con {border:1px solid #e9e9e9;border-top:0} +#faq_con li {padding:0 0 10px} +#faq_con h3 {padding:10px;background:#f2f5f9;border-top:1px solid #e9e9e9} +#faq_con p {padding:10px} +.faq_tolist {padding:0 10px;text-align:right} +.faq_img {text-align:center} + /* 자바스크립트 alert 대안 */ #validation_check {margin:100px auto;width:500px} #validation_check h1 {margin-bottom:20px;font-size:1.3em}