<#if item.isdetail > colspan="${colnum*2-1}" <#elseif item.itemcol??> colspan="${item.itemcol}" > <#if item.detailAsHref> ${(data[item.name])!} <#else> ${(data[item.name])!} <#if (data[item.name])?? > <#else> <#if item.prompt??&&item.prompt?has_content>   colspan="${colnum*2-1}" <#elseif item.itemcol??> colspan="${item.itemcol}" style="width1: ${70/panel.colsize}%;" > ${item.htmlattr!} <#else> style="width:${fixWidth}%" ${item.htmlattr!} name="${item.name}" value="<#if (data[item.name])?has_content >${(data[item.name])!?html}<#else>${item.defaultvalue!}" class="easyui-timespinner" data-options="cls:'sm line',required:${item.required?string('true','false')},editable:false <#if item.dataoptions?exists>,${item.dataoptions}"/>