사용자: 게시판스킨 읽기 작업 중
This commit is contained in:
@ -437,6 +437,16 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#f
|
||||
.cnt_cmt {display:inline-block;margin:0 4px;color:#3380ad}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v_title {margin-bottom:10px;border:1px solid #ececec;border-top-right-radius:10px;border-top-left-radius:10px;background:#f7f7f2;text-align:center}
|
||||
|
||||
#bo_v_h1 {padding:10px 0 5px;font-size:1.2em}
|
||||
#bo_v_info {padding:10px 0}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info {border-bottom:1px dotted #ccc}
|
||||
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
|
||||
|
||||
#bo_v_con a {text-decoration:underline}
|
||||
|
||||
/*
|
||||
#bo_v_title {padding:0 20px 10px;font-weight:bold}
|
||||
|
||||
|
||||
@ -13,7 +13,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<section id="bo_v_info">
|
||||
<h2>게시물 정보</h2>
|
||||
작성자 <strong><?=$view['name']?><? if ($is_ip_view) { echo " ($ip)"; } ?></strong><span class="sound_only">작성일</span><strong><?=date("y-m-d H:i", strtotime($view['wr_datetime']))?></strong>조회<strong><?=number_format($view['wr_hit'])?>회</strong>댓글<strong><?=number_format($view['wr_comment'])?>건</strong>
|
||||
작성자 <strong><?=$view['name']?><? if ($is_ip_view) { echo " ($ip)"; } ?></strong>
|
||||
<span class="sound_only">작성일</span><strong><?=date("y-m-d H:i", strtotime($view['wr_datetime']))?></strong>
|
||||
조회<strong><?=number_format($view['wr_hit'])?>회</strong>
|
||||
댓글<strong><?=number_format($view['wr_comment'])?>건</strong>
|
||||
</section>
|
||||
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user