<select name="{$name}" id="{$name}" {$is_read} {$add_str}>{if $with_choice}<option value="">{$with_choice}</option>{/if}{section name=sec loop=$res}{if $res[sec][0]!==''}<option {if $withColor && $res[sec][2]==1}style="background-color:#e4b9b9;"{/if} value="{$res[sec][0]}" {if $value==$res[sec][0]}selected{/if}>{$res[sec][1]}</option>{/if}{/section}</select>
|