게시판분류 select option 을 ul li 로 변경

This commit is contained in:
gnuboard
2013-02-01 17:10:20 +09:00
parent 7b1e23f792
commit 3813b7b165
5 changed files with 19 additions and 19 deletions

View File

@ -15,10 +15,10 @@ if ($is_nogood) $colspan++;
<div id="bo_cate">
<? if ($is_category) { ?>
<form id="fcategory" name="fcategory" method="get">
<select name="sca" onchange="location='<?=$category_location?>'+<?=strtolower($g4['charset'])=='utf-8' ? "encodeURIComponent(this.value)" : "this.value"?>;">
<option value=''>전체</option>
<ul>
<li>전체</li>
<?=$category_option?>
</select>
</ul>
</form>
<? } ?>
</div>