<#assign editPage="true"> <#include '/public/template/editTemplate.html'> <#macro editContent>
* <@ZKUI.Combo id="lineNotificationType${uuid!}" width="148" value="${(item.notificationType)!}" onChange="loadEventPointTree" hideLabel="true" name="notificationType" empty="true"> <#if systemModules?lower_case?index_of("acc") != -1> <#if systemModules?lower_case?index_of("att") != -1>
<@i18n 'line_notification_name'/>*
* <@ZKUI.ComboTree width="148" id="lineEventPointTreeId${uuid!}" required="true" url="lineNotification.do?getEventPointList&module=${(item.notificationType)!'0'}" isTree="false" autoFirst="true" tree_onCheck="onTreeChecked" value="${item.eventPointIds!}" hideLabel="true" name="eventPointIds"/>
<@ZKUI.Combo id="notificationMessageType${uuid!}" width="148" value="${(item.messageType)!}" hideLabel="true" name="messageType" empty="false">
<@i18n 'common_level_setValidTime'/> <@ZKUI.Timer name="startTime" id="lineNotificationValidStartTime" value="${(item.startTime)!'00:00'}" format="HH:MM" showFormat="false"> - <@ZKUI.Timer style="margin-${leftRTL!'left'}:10px" name="endTime" id="lineNotificationValidEndTime" value="${(item.endTime)!'23:59'}" format="HH:MM" showFormat="false">
<@i18n 'line_notification_messageHead'/>
<@i18n 'line_notification_messageTail'/>
<@i18n 'line_notification_effective'/> <@ZKUI.Combo id="lineNotificationEffective${uuid!}" width="148" value="${(item.effective)!?string}" hideLabel="true" name="effective" empty="false">
<@i18n 'common_remark'/>
<@i18n 'system_systemClient_contacts'/>* <@ZKUI.Combo name="contactId" id="contactId${uuid!}" readonly="true" width="148" value="${(item.contactId)!}" path="lineContact.do?getContactList" title="system_systemClient_contacts" hideLabel="true" empty="true" >