사용자: 게시판스킨 스타일 작업 중 head.sub.php js 정리
This commit is contained in:
@ -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\";"; } ?>
|
||||
|
||||
Reference in New Issue
Block a user