사용자: #304 에 따른 처리

This commit is contained in:
whitedot
2013-02-22 15:56:53 +09:00
parent 4511fbbb1a
commit 5f418177e7

View File

@ -11,18 +11,21 @@ if ($is_nogood) $colspan++;
<? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?> <? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?>
<? if ($is_category) { ?> <!-- 게시판 목록 시작 -->
<form id="fcategory" name="fcategory" method="get"> <div id="bo_list">
<nav id="bo_cate">
<? if ($is_category) { ?>
<form id="fcategory" name="fcategory" method="get">
<nav id="bo_cate">
<h2><?=$board['bo_subject']?> 카테고리</h2> <h2><?=$board['bo_subject']?> 카테고리</h2>
<ul id="bo_cate_ul"> <ul id="bo_cate_ul">
<?=$category_option?> <?=$category_option?>
</ul> </ul>
</nav> </nav>
</form> </form>
<? } ?> <? } ?>
<div class="bo_fx"> <div class="bo_fx">
<div id="bo_list_total"> <div id="bo_list_total">
<span>Total <?=number_format($total_count)?>건</span> <span>Total <?=number_format($total_count)?>건</span>
<?=$page?> 페이지 <?=$page?> 페이지
@ -35,10 +38,8 @@ if ($is_nogood) $colspan++;
<? if ($write_href) { ?><li><a href="<?=$write_href?>" class="btn_b02">글쓰기</a></li><? } ?> <? if ($write_href) { ?><li><a href="<?=$write_href?>" class="btn_b02">글쓰기</a></li><? } ?>
</ul> </ul>
<? } ?> <? } ?>
</div> </div>
<!-- 게시판 목록 시작 -->
<div id="bo_list">
<form id="fboardlist" name="fboardlist" method="post" action="./board_list_update.php" onsubmit="return fboardlist_submit(this);"> <form id="fboardlist" name="fboardlist" method="post" action="./board_list_update.php" onsubmit="return fboardlist_submit(this);">
<input type="hidden" name="bo_table" value="<?=$bo_table?>"> <input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl" value="<?=$sfl?>"> <input type="hidden" name="sfl" value="<?=$sfl?>">