<#assign formId = "${uuid!}"> <#include '/public/template/editTemplate.html'> <#macro editContent>
<#if (item.eventLevel)?exists && (item.eventLevel)==2>
*
*
*
* <@ZKUI.Combo empty="false" hideLabel="true" value="${(item.eventLevel)!}" readonly="true" disable="true" id="eventLevel${uuid}" name="eventLevel" width="148">
* <@ZKUI.Combo empty="false" hideLabel="true" value="${(item.eventPriority)!}" id="eventPriority${uuid}" name="eventPriority" width="148">
<@ZKUI.Input hideLabel="true" type="radio" id="idSelect" name="selectOrUpload" value="1" checked="checked" /> <@i18n 'acc_deviceEvent_exist'/> <@ZKUI.Input hideLabel="true" type="radio" id="idUpload" name="selectOrUpload" value="2"/> <@i18n 'acc_deviceEvent_upload'/>
<@ZKUI.ComboTree id="baseMediaFileId" name="baseMediaFileId" value="${(item.baseMediaFileId)!}" readonly="true" url="/baseMediaFile.do?getMediaFileList" hideLabel="true" width="148" type="radio" tree_onCheck="changePreView">
<@ZKUI.Input hideLabel="true" type="checkbox" name="syncAllDevice" id="syncAllDevice" trueValue="1" falseValue="0" eventCheck="true"/>