<#include '/public/template/editTemplate.html'> <#macro editContent>
*
*
<#if (item.isDefaultFmt)?exists && item.isDefaultFmt?string == "true"> <@ZKUI.Input hideLabel="true" type="checkbox" name="isDefaultFmt" id="defaultFmt" value="true" eventCheck=true/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="isDefaultFmt" id="defaultFmt" eventCheck=true/>
<@ZKUI.Input hideLabel="true" type="radio" class="persWgRadioClass" name="wiegandMode" value="1" checked="checked" id="idMode1"/> <@i18n 'pers_wiegandFmt_wiegandModeOne'/>
<@i18n 'pers_wgFmt_oddPch'/> <@i18n 'pers_wgFmt_evenPck'/> <@i18n 'pers_wgFmt_CID'/> <@i18n 'pers_wgFmt_siteCode'/> <@i18n 'pers_wgFmt_manufactoryCode'/>
<@i18n 'pers_wgFmt_startBit'/> <@i18n 'common_length'/> <@i18n 'pers_wgFmt_startBit'/> <@i18n 'common_length'/> <@i18n 'pers_wgFmt_startBit'/> <@i18n 'common_length'/> <@i18n 'pers_wgFmt_startBit'/> <@i18n 'common_length'/> <@i18n 'pers_wgFmt_startBit'/> <@i18n 'common_length'/>
<@ZKUI.Input hideLabel="true" type="radio" class="persWgRadioClass" name="wiegandMode" value="2" id="idMode2"/> <@i18n 'pers_wiegandFmt_wiegandModeTwo'/>
*
*