사용자: 리디자인 24, 게시판스킨 읽기 스타일 작업 중2
This commit is contained in:
@ -446,13 +446,13 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f
|
||||
#bo_sch legend {width:0;height:0;overflow:hidden}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:20px;padding-bottom:20px}
|
||||
#bo_v {position:relative;margin-bottom:20px;padding-bottom:20px}
|
||||
|
||||
#bo_v_h1 {margin:0 0 5px;font-size:1.2em}
|
||||
#bo_v_cate {position:absolute;top:-25px;right:0;margin:0;padding:0 5px;height:25px;background:#76a5a8;color:#fff;font-weight:bold;line-height:2.2em}
|
||||
|
||||
#bo_v_cate {margin:0;padding:0 0 10px;color:#999;font-weight:bold;line-height:1em}
|
||||
#bo_v_h1 {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #eee;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:10px 0 9px}
|
||||
#bo_v_info {margin:0 0 10px}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info {}
|
||||
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
|
||||
|
||||
@ -5,13 +5,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
|
||||
<div id="bo_v">
|
||||
|
||||
<h1 id="bo_v_h1"><?=cut_str(get_text($view['wr_subject']), 70) // 글제목 출력?></h1>
|
||||
|
||||
<p id="bo_v_cate">
|
||||
<?=$board['bo_subject']?>
|
||||
<? if ($category_name) { // 분류가 지정되었다면 ?><?=($category_name ? "{$view['ca_name']} " : "");?><? } // 분류 출력 끝 ?>
|
||||
</p>
|
||||
|
||||
<h1 id="bo_v_h1"><?=cut_str(get_text($view['wr_subject']), 70) // 글제목 출력?></h1>
|
||||
|
||||
<section id="bo_v_info">
|
||||
<h2>게시물 정보</h2>
|
||||
작성자 <strong><?=$view['name']?><? if ($is_ip_view) { echo " ($ip)"; } ?></strong>
|
||||
@ -127,7 +127,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
for ($i=0; $i<=count($view['file']); $i++) {
|
||||
if ($view['file'][$i]['view']) {
|
||||
//echo $view['file'][$i]['view'];
|
||||
echo get_view_thumbnail($view['file'][$i]['view']);
|
||||
// echo get_board_contents($view['file'][$i]['view']);
|
||||
}
|
||||
}
|
||||
|
||||
@ -135,7 +135,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
}
|
||||
?>
|
||||
|
||||
<div id="bo_v_con"><?=get_view_thumbnail($view['content']);?></div>
|
||||
<div id="bo_v_con"><?//=get_board_contents($view['content']);?></div>
|
||||
<?//echo $view[rich_content]; // {이미지:0} 과 같은 코드를 사용할 경우?>
|
||||
<!-- 테러 태그 방지용 --></xml></xmp><a href=""></a><a href=''></a>
|
||||
|
||||
@ -178,6 +178,7 @@ function board_move(href)
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="<?=G4_JS_URL?>/board.js"></script>
|
||||
<!-- 게시글 보기 끝 -->
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user