| * |
<@ZKUI.Input hideLabel="true" name="deviceAlias" type="text" value="${(item.deviceAlias)!}" readonly="readonly" /> |
| * |
<@ZKUI.Input hideLabel="true" name="name" type="text" maxlength="30" value="${(item.name)!}"/> |
| * |
<@ZKUI.Input hideLabel="true" name='readerNo' type='text' value='${(item.readerNo)!}' disabled="disabled" />
|
| * |
<@ZKUI.Input hideLabel="true" name="actionInterval" type="text" value="${(item.actionInterval)!}"/>
<@i18n 'common_second'/>(0-254)
|
| * |
<#if (newVFStyles)?exists>
<@ZKUI.Combo id="newVerifyStyleCombo${uuid!}" empty="false" value="0" onChange="changeVerifyMode" hideLabel="true" readonly="true" width="148">
@ZKUI.Combo>
<@ZKUI.ComboTree empty="false" value="${(newVFStyles)!}" id="newVFStylesTree${uuid!}" name="verifyMode" hideLabel="true" isTree="true" readonly="true" width="148" url="eleDeviceVerifyMode.do?getNewVerifyModeTreeByDeviceId&deviceId=${(item.deviceId)!}"/>
<#else>
<@ZKUI.Combo empty="false" value="${(item.verifyMode)!}" name="verifyMode" hideLabel="true" readonly="true" width="148" path="eleDeviceVerifyMode.do?getVerifyMode&deviceId=${(item.deviceId)!}">
@ZKUI.Combo>
#if>
|
<#if (isSupportConfig)?exists && isSupportConfig>
| * |
<@ZKUI.Combo hideLabel="true" width="148" empty="false" name="commType" id="commType" value="${(item.commType)!}">
<#if (isSupportWgOrRS485)?exists && isSupportWgOrRS485>
#if>
@ZKUI.Combo>
|
| * |
<@ZKUI.Input type="text" hideLabel="true" id="readerCommAddress" name="commAddress" value="${(item.commAddress)!}" oldValue="${(item.commAddress)!}"
tempValue="${(item.commAddress)!}" valid="required: true,digits: true" disabled="disabled"/> |
| * |
<@ZKUI.Input hideLabel="true" type="hidden" name="ip" value="${(item.ip)!}" id="idIPAddress"/>
|
| * |
<@ZKUI.Input hideLabel="true" type="text" name="port" value="${(item.port)!4376}" readonly="readonly"/> |
| * |
<@ZKUI.Input hideLabel="true" type="text" name="mac" value="${(item.mac)!}" valid="required: true,macValid: true"/> |
#if>
|
<@ZKUI.Combo autoFirst="true" id="idWgInputFmt" value="${(item.persWiegandFmtId)!}" empty="false" name="persWiegandFmtId" hideLabel="true" readonly="true" width="148" path="eleReader.do?getWiegandFmtList">
@ZKUI.Combo>
|
<#if (supportOSDP)?exists>
|
<@ZKUI.Combo hideLabel="true" width="148" empty="false" name="rs485ProtocolType" id="rs485ProtocolType" value="${(item.rs485ProtocolType)!}">
@ZKUI.Combo>
|
#if>
<#if (encrypt)?exists>
|
<#if requireCardControl?exists>
<@ZKUI.Input hideLabel="true" eventCheck="true" type="checkbox" trueValue="true" falseValue="false" id="readerEncrypt" disabled="true" />
<#else>
<@ZKUI.Input hideLabel="true" eventCheck="true" type="checkbox" trueValue="true" falseValue="false" id="readerEncrypt" />
#if>
|
#if>
<#if (isSupportInfoReveal)?exists && isSupportInfoReveal>
|
<@ZKUI.Input hideLabel="true" eventCheck="true" disabled="disabled" type="checkbox" trueValue="true" falseValue="false" id="userInfoRevealConfirm"/>
<@ZKUI.Input hideLabel="true" type="hidden" name="userInfoReveal" value="0" id="userInfoRevealHidden" />
|
#if>
|
<@ZKUI.Combo name="applyTo" hideLabel="true" width="148" >
@ZKUI.Combo>
|
<#if (encrypt)?exists>