#macro radioIconList name default_value icons >
<#list icons as icon>
<#if default_value=icon.id>
width="${icon.width}"#if> <#if icon.height!=-1>height="${icon.height}"#if>>
<#else>
width="${icon.width}"#if><#if icon.height!=-1>height="${icon.height}"#if>>
#if>
#list>
#macro>
<#macro comboOrders name default_value max >
#macro>