<#macro form action hash="">
#${hash?url}" method="post"> <#nested>
<#macro form_field_line label id> <#nested> <#macro form_text label name value id="" maxLength=0 multiline=false> <#if id = ""> <#local id = name> <@form_field_line label=label id=id> <#if multiline> <#else> <@ff_text id=id name=name maxLength=maxLenth value=value /> <#macro form_checkbox label name value id="" checked=false> <#if id = ""> <#local id = name> <@form_field_line label=label id=id> <@ff_checkbox id=id name=name value=value checked=checked /> <#macro form_pwd label name id=""> <#if id = ""> <#local id = name> <@form_field_line label=label id=id> <@ff_pwd id=id name=name /> <#macro form_select label name id=""> <#if id = ""> <#local id = name> <@form_field_line label=label id=id> <@ff_select id=id name=name> <#nested> <#macro form_part title> ${title} <#macro form_extra> <#nested> <#macro form_error> <#nested> <#macro standalone_error>
<#nested>
<#macro form_submit label extraClass="">   <@ff_submit label=label extraClass=extraClass /> <#macro form_extended_submit label extraClass="">   <@ff_submit label=label extraClass=extraClass /><#nested /> <#macro lineform action name="" hash="">
#${hash?url}" method="post">
<#nested>