<select name="cateid">
<volist name="cate" >
<option value="{$vo.id}">{$vo.catename}</option>
</volist>
</select>