<#include "../include_page/extendsFieldType.html"/> <#macro extends name extendList=[] searchable=false> <#if searchable> <#list extendList as extend> <#if searchable>
<@t.page 'code'/> <@t.page 'field_type'/> <@t.page 'name'/> <@t.page 'required'/> <@t.page 'default_value'/> <@t.page 'maxlength'/> <@t.page 'dictionary'/> <@t.page 'description'/><@t.page 'searchable'/> <@t.page 'sort'/> <@t.page 'operate'/>
<@extendsFieldType name+'['+extend?index+'].inputType' extend.inputType searchable/> style="display:none" size="10"/> <@_dictionary id=extend.dictionaryId><#assign dictionary=object/> <#if site.parentId?has_content&&!dictionary?has_content><@_dictionary id=extend.dictionaryId siteId=site.parentId><#assign dictionary=object/> style="display:none"/> style="display:none"><@t.page 'dictionary.select'/> <@t.page 'button.delete'/>