<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left"> <#assign formId="params${uuid!}"> <#include "/public/template/setTemplate.html"> <#macro setContent>
<@i18n 'vis_title_option' />
<#if "${Application['system.language']}" == "zh_CN">

<@i18n 'vis_company_name' />

<@i18n 'vis_option_articleCapture' />

<#if visParams['vis.goodsPhotograph']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.goodsPhotograph" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.goodsPhotograph" trueValue="1" falseValue="0" eventCheck=true /> <@i18n 'vis_option_openArticleCapture' />

<@i18n 'vis_op_exit' />

<#if visParams['vis.openExit']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="openExit${uuid}" name="vis.openExit" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="openExit${uuid}" name="vis.openExit" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_openExist' />
<#if visParams['vis.enableCardAutoExit']=="1"> <@ZKUI.Input hideLabel="true" id="visEnableCardAutoExit" type="checkbox" name="vis.enableCardAutoExit" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" id="visEnableCardAutoExit" type="checkbox" name="vis.enableCardAutoExit" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_autoExit' /> <@i18n 'vis_message_autoExitSetting' />
<@i18n 'vis_message_autoExitTip' />
<#if visParams['vis.enableAutoExit']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="enableAutoExit${uuid}" name="vis.enableAutoExit" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="enableAutoExit${uuid}" name="vis.enableAutoExit" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_autoExitTimed' />
<@i18n 'vis_message_autoExitTimedTip' />

<@i18n 'vis_op_signUp' />

<@i18n 'vis_op_permission' />

<#if visParams['vis.isNeedIssueCard']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="isNeedIssueCard${uuid}" name="vis.isNeedIssueCard" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="isNeedIssueCard${uuid}" name="vis.isNeedIssueCard" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_isNeedIssueCard' />
<#if visParams['vis.isNeedPwd']=="1"> <@ZKUI.Input hideLabel="true" id="isNeedPwd${uuid}" name="vis.isNeedPwd" type="checkbox" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" id="isNeedPwd${uuid}" name="vis.isNeedPwd" type="checkbox" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_isNeedPwd' />
<#if visParams['vis.isNeedFP']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="isNeedFP${uuid}" name="vis.isNeedFP" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="isNeedFP${uuid}" name="vis.isNeedFP" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_isNeedFP' />
<#if visParams['vis.isNeedSC']=="1"> <@ZKUI.Input hideLabel="true" id="isNeedSC${uuid}" name="vis.isNeedSC" type="checkbox" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" id="isNeedSC${uuid}" name="vis.isNeedSC" type="checkbox" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_isNeedSC' />

<@i18n 'vis_option_selectRequired' />

<#if visParams['vis.requiredVisitedEmp']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.requiredVisitedEmp" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.requiredVisitedEmp" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_common_visited' />
<#if visParams['vis.requiredVisitedDept']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.requiredVisitedDept" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.requiredVisitedDept" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_common_visitedDept' />

<@i18n 'vis_option_vehicleModel' />

<#if visParams['vis.carAuthorization']=="temporaryCar"> <@ZKUI.Input hideLabel="true" type="radio" name="vis.carAuthorization" value="temporaryCar" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="radio" name="vis.carAuthorization" value="temporaryCar"/> <@i18n 'vis_option_temporaryVehicle' />
<#if visParams['vis.carAuthorization']=="whiteList"> <@ZKUI.Input hideLabel="true" type="radio" name="vis.carAuthorization" value="whiteList" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="radio" name="vis.carAuthorization" value="whiteList"/> <@i18n 'vis_option_whitelist' />
<#if "${Application['system.language']}" == "zh_CN">

<@i18n "vis_auto_register"/>

<#if visParams['vis.autoRegister']=="0"> <@ZKUI.Input hideLabel="true" type="radio" name="vis.autoRegister" id="yes" value="0" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="radio" name="vis.autoRegister" id="yes" value="0"/> <@i18n "common_enable"/>
<#if visParams['vis.autoRegister']=="1"> <@ZKUI.Input hideLabel="true" type="radio" name="vis.autoRegister" value="1" id="no" onchange="checkAutoRegister()"checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="radio" name="vis.autoRegister" value="1" id="no" onchange="checkAutoRegister()"/> <@i18n "common_disable"/>

<@i18n 'vis_param_autoAudit' />:

<#if visParams['vis.reservation.auditOffline']!="0"> <@ZKUI.Input hideLabel="true" name="vis.reservation.auditOffline" type="radio" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.reservation.auditOffline" type="radio" value="1"/> <@i18n 'common_yes' />
<#if visParams['vis.reservation.auditOffline']=="0"> <@ZKUI.Input hideLabel="true" name="vis.reservation.auditOffline" type="radio" value="0" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.reservation.auditOffline" type="radio" value="0"/> <@i18n 'common_no' />
<#if visParams['WfFlowable']=="1" && "${Application['system.language']}" == "zh_CN">
<@i18n 'vis_param_multiApprovalWarn' />
<#if systemModules?lower_case?index_of("ivs") != -1>

<@i18n 'vis_param_defense' />:

<#if visParams['vis.defense']=="1"> <@ZKUI.Input hideLabel="true" name="vis.defense" type="radio" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.defense" type="radio" value="1"/> <@i18n 'common_yes' />
<#if visParams['vis.defense']!="1"> <@ZKUI.Input hideLabel="true" name="vis.defense" type="radio" value="0" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.defense" type="radio" value="0"/> <@i18n 'common_no' />
<@i18n 'vis_title_option2' />
<#if "${Application['system.language']}" == "zh_CN">

<@i18n 'common_leftMenu_device' />

<#if visParams['vis.supportDevice']=="none"> <@ZKUI.Input hideLabel="true" type="radio" name="vis.supportDevice" value="none" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="radio" name="vis.supportDevice" value="none"/> <@i18n 'vis_option_noSupportDevice' />
<#if visParams['vis.supportDevice']=="ID"> <@ZKUI.Input hideLabel="true" type="radio" name="vis.supportDevice" value="ID" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="radio" name="vis.supportDevice" value="ID"/> <@i18n 'vis_option_supportDevice' />
<@ZKUI.Input hideLabel="true" name="vis.recognition" type="checkbox" value="IDCardReader"/> <@i18n 'vis_device_IDCardReader' />
<@ZKUI.Input hideLabel="true" name="vis.recognition" type="checkbox" value="scanner" style="margin-${leftRTL!'left'}: 10px;"/> <@i18n 'vis_device_scanner' />

<@i18n 'vis_op_capture' />

<#if visParams['vis.captureTogether']=="together"> <@ZKUI.Input hideLabel="true" name="vis.captureTogether" type="radio" value="together" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.captureTogether" type="radio" value="together"/> <@i18n 'vis_option_captureTogether' />
<#if visParams['vis.captureTogether']=="separate"> <@ZKUI.Input hideLabel="true" name="vis.captureTogether" type="radio" value="separate" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.captureTogether" type="radio" value="separate"/> <@i18n 'vis_option_captureSeparate' />
class="sectionMB17">

<@i18n 'vis_option_visHistoryInfo' />

<#if visParams['vis.openInfoBox']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="openInfoBox${uuid}" name="vis.openInfoBox" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="openInfoBox${uuid}" name="vis.openInfoBox" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_openInfoBox' />
<#if visParams['vis.backFillFingerprint']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="backFillFingerprint${uuid}" name="vis.backFillFingerprint" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="backFillFingerprint${uuid}" name="vis.backFillFingerprint" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_fillFingerprint' />
<#if visParams['vis.backFillPhoto']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="backFillPhoto${uuid}" name="vis.backFillPhoto" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="backFillPhoto${uuid}" name="vis.backFillPhoto" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_fillPhoto' />
<#if "${Application['system.language']}" != "zh_CN">

<@i18n 'vis_option_openIdCopy' />

<#if visParams['vis.copyCardNumber']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="copyCardNumber${uuid}" name="vis.copyCardNumber" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="copyCardNumber${uuid}" name="vis.copyCardNumber" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_copyCardNumber' />
<#if "${Application['system.language']}" != "zh_CN" && advancedLicense??>

<@i18n 'vis_watchList_option' />

<#if visParams['vis.isUseCKName']=="1"> <@ZKUI.Input hideLabel="true" id="wlCKname" name="vis.isUseCKName" type="checkbox" onchange="hideOrShowWLcheckName(this)" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" id="wlCKname" name="vis.isUseCKName" type="checkbox" onchange="hideOrShowWLcheckName(this)" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_watchList_matchName' />
<@ZKUI.Combo empty="false" autoFirst="true" id="wlNameCheck" name="vis.wlCKName" readonly="readonly" value="${visParams['vis.wlCKName']}" onChange="genderChange" style="margin-top:0;" followType="close" followScroll=".content_div"> <#if "${Application['system.language']}" != "zh_CN">
<#if visParams['vis.wlCKCertificate']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.wlCKCertificate" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.wlCKCertificate" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_watchList_matchCertificate'/>
<#if visParams['vis.wlCKCountry']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.wlCKCountry" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.wlCKCountry" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_watchList_matchCountry'/>
<#if visParams['vis.wlCKCompany']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.wlCKCompany" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.wlCKCompany" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_watchList_matchCompany'/>

<@i18n 'vis_option_maximumVisitorCheck' />

<#if visParams['vis.openMaxVisitorForDay']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.openMaxVisitorForDay" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.openMaxVisitorForDay" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_enableMaxVisitorDay'/>
<#if visParams['vis.openMaxVisitorForPerson']=="1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.openMaxVisitorForPerson" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="vis.openMaxVisitorForPerson" trueValue="1" falseValue="0" eventCheck=true/> <@i18n 'vis_option_enableMaxVisitorPerson'/>
<#include "/system/registerClient/registerClient.html">
<@i18n 'vis_title_recipientMailbox' />

<@i18n 'vis_option_sendEmailTime' />

<@ZKUI.Combo width="233" value="${visParams['vis.alertTimeHour']}" name="vis.alertTimeHour" hideLabel="true" empty="false" followType="close" followScroll=".content_div"> <@ZKUI.Combo width="233" value="${visParams['vis.alertTimeMinute']}" name="vis.alertTimeMinute" hideLabel="true" empty="false" followType="close" followScroll=".content_div">
<@i18n 'common_email_setMailTip' />
<#if (visParams['appId'])?exists && visParams['appId']!="">
<@i18n 'vis_param_qrCode' />

<@i18n 'vis_param_visitorReservation' />:

<@ZKUI.Input hideLabel="true" id="visitorReservationYes" name="vis.visitorReservation" type="radio" onchange="visCheckVisitorReservation()" value="true" checked="checked"/> <@i18n 'common_yes' />
<@ZKUI.Input hideLabel="true" id="visitorReservationNo" name="vis.visitorReservation" onchange="visCheckVisitorReservation()" type="radio" value="false"/> <@i18n 'common_no' />
<@i18n 'vis_health_reservation' />
<#if "${Application['system.language']}" != "zh_CN">

<@i18n 'vis_param_uploadPhoto' />:

<#if visParams['vis.h5UploadPhoto']!="0"> <@ZKUI.Input hideLabel="true" name="vis.h5UploadPhoto" type="radio" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.h5UploadPhoto" type="radio" value="1"/> <@i18n 'common_yes' />
<#if visParams['vis.h5UploadPhoto']=="0"> <@ZKUI.Input hideLabel="true" name="vis.h5UploadPhoto" type="radio" value="0" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" name="vis.h5UploadPhoto" type="radio" value="0"/> <@i18n 'common_no' />
<@i18n 'vis_qrCode_url'/>:
<@i18n 'pers_param_infoProtection'/>
<#if Application['system.language'] == "zh_CN"> <#else> <#if Application['system.language'] != "zh_CN"> <#else> <#if Application['system.language'] != "zh_CN">
<#if visParams['vis.name.encryptProp']=="true"> <@ZKUI.Input id="visNameEncryptProp" hideLabel="true" type="checkbox" name="vis.name.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visNameEncryptProp" hideLabel="true" type="checkbox" name="vis.name.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_person_name' /> <#if visParams['vis.cardNo.encryptProp']=="true"> <@ZKUI.Input id="visCardNoEncryptProp" hideLabel="true" type="checkbox" name="vis.cardNo.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visCardNoEncryptProp" hideLabel="true" type="checkbox" name="vis.cardNo.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_card_cardNo' /> <#if visParams['vis.lastName.encryptProp']=="true"> <@ZKUI.Input id="visLastNameEncryptProp" hideLabel="true" type="checkbox" name="vis.lastName.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visLastNameEncryptProp" hideLabel="true" type="checkbox" name="vis.lastName.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n "pers_person_lastName"/> <#if visParams['vis.certNumber.encryptProp']=="true"> <@ZKUI.Input id="visCertNumberEncryptProp" hideLabel="true" type="checkbox" name="vis.certNumber.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visCertNumbereEncryptProp" hideLabel="true" type="checkbox" name="vis.certNumber.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n "pers_cert_number"/>
<#if visParams['vis.mobilePhone.encryptProp']=="true"> <@ZKUI.Input id="visMobilePhoneEncryptProp" hideLabel="true" type="checkbox" name="vis.mobilePhone.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visMobilePhoneEncryptProp" hideLabel="true" type="checkbox" name="vis.mobilePhone.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n "pers_person_mobilePhone"/> <#if visParams['vis.email.encryptProp']=="true"> <@ZKUI.Input id="visemailEncryptProp" hideLabel="true" type="checkbox" name="vis.email.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visEmailEncryptProp" hideLabel="true" type="checkbox" name="vis.email.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_person_email' /> <#if visParams['vis.carPlate.encryptProp']=="true"> <@ZKUI.Input id="visCarPlateEncryptProp" hideLabel="true" type="checkbox" name="vis.carPlate.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visCarPlateEncryptProp" hideLabel="true" type="checkbox" name="vis.carPlate.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_person_carPlate' />
<#if visParams['vis.cardNo.encryptProp']=="true"> <@ZKUI.Input id="visCardNoEncryptProp" hideLabel="true" type="checkbox" name="vis.cardNo.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visCardNoEncryptProp" hideLabel="true" type="checkbox" name="vis.cardNo.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_card_cardNo' /> <#if visParams['vis.photo.encryptProp']=="true"> <@ZKUI.Input id="visPhotoEncryptProp" hideLabel="true" type="checkbox" name="vis.photo.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visPhotoEncryptProp" hideLabel="true" type="checkbox" name="vis.photo.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_import_photoType' /> <#if visParams['vis.photo.encryptProp']=="true"> <@ZKUI.Input id="visPhotoEncryptProp" hideLabel="true" type="checkbox" name="vis.photo.encryptProp" trueValue="true" falseValue="false" eventCheck=true value="true"/> <#else> <@ZKUI.Input id="visPhotoEncryptProp" hideLabel="true" type="checkbox" name="vis.photo.encryptProp" trueValue="true" falseValue="false" eventCheck=true/> <@i18n 'pers_import_photoType' />