사용자: #304 에 따른 처리

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

View File

@ -11,6 +11,9 @@ 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><?}?>
<!-- 게시판 목록 시작 -->
<div id="bo_list">
<? if ($is_category) { ?> <? if ($is_category) { ?>
<form id="fcategory" name="fcategory" method="get"> <form id="fcategory" name="fcategory" method="get">
<nav id="bo_cate"> <nav id="bo_cate">
@ -37,8 +40,6 @@ if ($is_nogood) $colspan++;
<? } ?> <? } ?>
</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?>">