<#include "/public/template/setTemplate.html"> <#macro setContent>
<@i18n 'ivs_system_information_protection'/>
<@i18n 'base_printTemplate_catchPhoto'/>
<@ZKUI.Input id="snapshotId" hideLabel="true" type="checkbox" name="ivs.information.snapshot" trueValue="true" falseValue="false" eventCheck=true/> <@i18n "pers_capture_catchPhoto"/>
<@i18n 'ivs_system_cuServer_params'/>
<@i18n 'ivs_system_cuServerUrl'/>
<@i18n 'ivs_system_websocketUrl'/>
<@i18n 'ivs_system_callbackIP'/>
<@ZKUI.ComboTree width="479" empty="true" type="radio" url="ivsParams.do?getIpTree" hideLabel="true" name="callbackIpSelector" onChange="ipChange"/>
<@i18n 'ivs_system_websocket_state'/>
<#if ivsParams['ivs.wsState']=='true'> <#else>
<#if "${Application['system.language']}" == "zh_CN">
<@i18n 'ivs_cloud_params'/>
<@i18n 'ivs_system_cloud_url'/>
<@i18n 'ivs_cloud_cloudStatus'/>
<#if cloudUserInfo.status == "1"> <#else>
<@i18n 'ivs_cloud_account'/>
<@ZKUI.Input id="cloudUserName" name="cloudUserName" style="ime-mode:disabled;width:130px;" maxlength="30" value="${(cloudUserInfo.userName)!}" title="ivs_user_name" type="text"/> <@ZKUI.Input id="cloudPassword" name="cloudPassword" style="ime-mode:disabled;width:130px;" maxlength="30" value="${(cloudUserInfo.password)!}" title="base_login_password" type="password"/> <#if !cloudUserInfo??> <#else>
<@ZKUI.Toolbar id="cloudServerLoginAgain"> <#if cloudUserInfo??> <#if cloudUserInfo.status == "0"> <@ZKUI.ToolItem text="ivs_cloud_loginAgain" img="xuanzhesf_nordark.png" action="cloudServerLoginAgain"/> <#else> <@ZKUI.ToolItem text="common_dev_synchronize" img="comm_refresh.png" action="cloudServerSync"/> <@ZKUI.ToolItem text="ivs_cloud_selectRole" img="xuanzhesf_nordark.png" action="cloudServerRole"/>
<#if ivs1800DeviceList?? && (ivs1800DeviceList?size > 0) >
<@i18n 'ivs_system_algorithm'/>
<#list ivs1800DeviceList as deviceItem>
${deviceItem.name}
<@ZKUI.Combo id="parentDeviceId${deviceItem.id}" width="479" empty="false" hideLabel="true" name="ivs.algorithm.${deviceItem.ip}" readonly="true" path="ivsParentDevice.do?getAlgorithmSelectDataIvs1800&parentDeviceId=${deviceItem.id}"/>
<@i18n 'ivs_plugin_browser'/>
<@i18n 'ivs_plugin_filePathSave'/> <@ZKUI.Input id="pluginFilePath" name="pluginFilePath" style="ime-mode:disabled;width:379px;" value="" type="text"/>
<@i18n 'ivs_log_params'/>
<@i18n 'ivs_system_enableLog'/>
<@ZKUI.Combo width="479" id="enableLog" empty="false" hideLabel="true" name="ivs.enableLog" readonly="true" value="${(ivsParams['ivs.enableLog'])!}">
<@i18n 'ivs_system_debug'/>
<@ZKUI.Combo width="479" id="idDebugLog" empty="false" hideLabel="true" name="ivs.debugLog" readonly="true" value="${(ivsParams['ivs.debugLog'])!}">
<@i18n 'ivs_system_accessLog'/>
<@ZKUI.Combo width="479" id="idAccessLog" empty="false" hideLabel="true" name="ivs.accessLog" readonly="true" value="${(ivsParams['ivs.accessLog'])!}">