<@ZKUI.Combo width="480" empty="true" value="postgresql" hideLabel="true"
name="type" title="<@i18n ${system_dataMigration_type} />">
@ZKUI.Combo>
<@ZKUI.IP style = "width:480px" name="ip" onValueChange="_ipOnValueChange"
value="127.0.0.1"/>
<@ZKUI.Combo width="480" empty="true" id="sourceSoftwareVersion" value="ZKBioSecruity_3150" hideLabel="true"
name="softVersion" title="ZKBioSecruity_3150" >
@ZKUI.Combo>
<@ZKUI.Input hideLabel="true" type="checkbox" disabled="disabled" name="dataMigrationModule" value="systemDataMoveManagement" checked="checked"/>
<#if systemModules?index_of("pers") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" id="dataMigrationModule-pers" name="dataMigrationModule" value="persDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("acc") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-acc" name="dataMigrationModule" value="accDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("att") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-att" name="dataMigrationModule" value="attDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("ele") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-ele" name="dataMigrationModule" value="eleDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("park") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-park" name="dataMigrationModule" value="parkDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("vid") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-vid" name="dataMigrationModule" value="vidDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("pos") != -1 && systemModules?index_of("posid") < 0>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-pos" name="dataMigrationModule" value="posDataMoveManagement" checked="checked"/>
#if>
<#if systemModules?index_of("vis") != -1>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="dataMigrationModule-vis" name="dataMigrationModule" value="visDataMoveManagement" checked="checked"/>
#if>
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" id="transactionDataMoveManagement" name="transactionDataMoveManagement" value="transactionDataMoveManagement" />
<@ZKUI.Input hideLabel="true" type="checkbox" class="modelClass" disabled="disabled" name="dataMigrationModule" value="admsDataMoveManagement" checked="checked" style="display: none"/>