사용자: 전체 디자인 한번 더

This commit is contained in:
whitedot
2013-02-12 10:57:37 +09:00
parent 45ab32a785
commit 1a667afc3f
2 changed files with 16 additions and 16 deletions

View File

@ -9,7 +9,12 @@ if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
?>
<? if (!$wr_id) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
<? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?>
<p id="bo_list_total">
<span>Total <?=number_format($total_count)?>건</span>
<?=$page?> 페이지
</p>
<? if ($is_category) { ?>
<form id="fcategory" name="fcategory" method="get">
@ -158,11 +163,6 @@ if ($is_nogood) $colspan++;
<!-- 페이지 -->
<? echo $write_pages; ?>
<p class="pg_total">
<span>Total <?=number_format($total_count)?>건</span>
<?=$page?> 페이지
</p>
<? if ($is_checkbox) { ?>
<script>
function all_checked(sw) {