<!-- NAME: switchlist_default_view.tpl -->
<table>
<tr>
<td>
{$ATTRIBLABEL} :
</td}
</tr>
<tr>
<td>
<select SIZE="{$SIZE}" name="{$ATTRIBNAME}[]" style="width: {$WIDTH}pt">
{html_options values=$OPTIONS output=$OPTIONS}
</select>
</td>
</tr>
</table>
<!-- END: switchlist_default_view.tpl -->