사용자: 게시판스킨 스타일 작업 중 head.sub.php js 정리

This commit is contained in:
whitedot
2013-01-25 17:29:43 +09:00
parent 6ed805b82f
commit c651309874
3 changed files with 11 additions and 10 deletions

View File

@ -21,8 +21,6 @@ if ($is_nogood) $colspan++;
</select>
</form>
<? } ?>
<span>Total <?=number_format($total_count)?>건</span>
<?=$page?> 페이지
</div>
<fieldset id="bo_sch">
@ -160,6 +158,11 @@ if ($is_nogood) $colspan++;
<?=$write_pages?>
<? if ($next_part_href) { echo '<a href="'.$next_part_href.'">다음검색</a>'; } ?>
<p>
<span>Total <?=number_format($total_count)?>건</span>
<?=$page?> 페이지
</p>
<script>
<? if ($sca) { echo "document.fcategory.sca.value = \"$sca\";"; } ?>
<? if ($stx) { echo "document.fsearch.sfl.value = \"$sfl\";"; } ?>