|
<#if (attr.controlType) == "text">
<#elseif (attr.controlType) == "select">
<@ZKUI.Combo id="attrValue${attr.filedIndex}${uuid}" hideLabel="true" width="148" empty="false" name="attrValue${attr.filedIndex}" attrName="${attr.attrName}">
<#list attr.attrValue?split(";") as val>
#list>
@ZKUI.Combo>
<#else>
<#list attr.attrValue?split(";") as val>
#if>
|
<#if attr_index % 2 == 1>