<#--
name:表单名称 id:表单id action:提交地址 method:提交方式 --> <#macro form name id="" target="" action="" method="post" enctype="" class="form-horizontal" style="display:none; width:100%; background-color: white;" isvalidation=false tooltip=false redirect="" > role="form"<#rt/> method="${method}"<#rt/> action="${action}"<#rt/> <#if target!="">target="${target}" <#else> target="_self"<#rt/> <#if id!=""> id="${id}"<#else> id="${name}"<#rt/> <#if enctype!=""> enctype="${enctype}"<#rt/> <#include "/include/ui/common-attributes.ftl"/><#rt/> > <@ms.hidden name="redirect" value="${redirect}"/> <#nested/><#rt/> <#macro searchForm name id="" target="" action="" method="post" enctype="" class="searchForm form-inline" style="display:none; background-color: white;" isvalidation=false tooltip=true > <@ms.form name="${name}" id="${id}" action="${action}" style="display:none;background-color: white;" isvalidation=true class="${class}" tooltip=true> <#nested/><#rt/>
<#macro searchFormButton close="">
<@ms.resetButton/> <#nested/><#rt/>
<#--自定义行--> <#macro formRow label=" " class="form-control" colSm="" groupClass="form-group" width="" labelStyle="" help="" style="" >
<#include "/include/ui/control.ftl"/><#rt/>
width:${width}px;${style}"<#rt/>> <#nested/>
<#-- --> <#macro fromgroup id="" size="" label="" style="">
<#include "/include/ui/control.ftl"/><#rt/>
<#nested/><#rt/>