사용자: 게시판스킨 글쓰기 보강

This commit is contained in:
whitedot
2013-01-08 16:36:14 +09:00
parent 768376a9e0
commit 27d51bdaa1
3 changed files with 5 additions and 2 deletions

View File

@ -175,7 +175,7 @@ if ($group['gr_use_access']) {
} }
} }
$g4['title'] = $title_msg.' > '.$board['bo_subject']; $g4['title'] = $board['bo_subject']." ".$title_msg;
$is_notice = false; $is_notice = false;
$notice_checked = ''; $notice_checked = '';

View File

@ -275,6 +275,9 @@ h6 {margin:0 0 20px}
.board_cate_link {display:inline-block;margin-right:10px;font-weight:bold} .board_cate_link {display:inline-block;margin-right:10px;font-weight:bold}
.td_subject img {margin-left:5px} .td_subject img {margin-left:5px}
/* 게시판 쓰기 */
#board_write caption {padding:0;height:0;overflow:hidden}
/* 우편번호 검색 */ /* 우편번호 검색 */
#post_num dl {margin:0 auto 10px;padding:0;width:90%} #post_num dl {margin:0 auto 10px;padding:0;width:90%}
#post_num dt {margin-bottom:15px} #post_num dt {margin-bottom:15px}

View File

@ -22,7 +22,7 @@ var char_max = parseInt(<?=$write_max?>); // 최대
<input type="hidden" name="sod" value="<?=$sod?>"> <input type="hidden" name="sod" value="<?=$sod?>">
<input type="hidden" name="page" value="<?=$page?>"> <input type="hidden" name="page" value="<?=$page?>">
<table class="frm_tbl"> <table id="board_write" class="frm_tbl">
<caption><?=$board['bo_subject']?> <?=$title_msg?></caption> <caption><?=$board['bo_subject']?> <?=$title_msg?></caption>
<tbody> <tbody>
<? if ($is_name) { ?> <? if ($is_name) { ?>