<#include 'public/template/editTemplate.html'> <#macro editContent>
<@ZKUI.Input hideLabel="true" type="hidden" name="id" value="${(item.id)!}"/> <#if item.serviceConfigId?exists> <#else> <#if item.deviceMode?exists && item.deviceMode != 2>
* <@ZKUI.Input hideLabel="true" name="serviceConfigName" type="text" value="${(item.serviceConfigName)!}" readonly="readonly" />
* <@ZKUI.Input hideLabel="true" name="deviceAlias" type="text" value="${(item.deviceAlias)!}" readonly="readonly" />
* <@ZKUI.Input hideLabel="true" name="floorNo" type="text" value="${(item.floorNo)!}" readonly="readonly"/>
* <@ZKUI.Input hideLabel="true" name="name" type="text" maxlength="30" value="${(item.name)!}"/>
* <@ZKUI.Combo value="${(item.activeTimeSegId)!}" name="activeTimeSegId" hideLabel="true" width="148" path="eleTimeSeg.do?getAllTimeSeg">
<@ZKUI.Combo value="${(item.passModeTimeSegId)!}" name="passModeTimeSegId" hideLabel="true" readonly="true" width="148" path="eleTimeSeg.do?getAllTimeSeg">
* <@ZKUI.Input hideLabel="true" name="lockDelay" type="text" value="${(item.lockDelay)!}" /> <@i18n 'common_second'/>(0-254)
<@ZKUI.Combo name="applyTo" hideLabel="true" width="148" >