TCL电子猫眼

This commit is contained in:
2026-02-27 15:53:42 +08:00
parent 6196311cb7
commit 10e3a135dd
12 changed files with 128 additions and 33 deletions

View File

@@ -133,5 +133,35 @@
labelposition="left" value="<%= Model.DisableEndTime %>" />
</td>
</tr>
<tr>
<th>
<label for="idebell_rtsp">
电子门铃视频流地址:</label>
</th>
<td colspan="3">
<input id="idebell_rtsp" name="EBell_RSTP" class="easyui-validatebox textbox text"
data-options="validType:length[0,300]" value="<%: Model.EBell_RSTP %>" style="width: 416px;" />
</td>
</tr>
<tr>
<%--<td></td>--%>
<td colspan="4">
<label style="color: #808080;">
e.g. rtsp://192.168.1.115:554/user=admin&password=&channel=1&stream=0.sdp?
</label>
</td>
</tr>
<tr>
<th>
<label for="id_ebell_displaytime">
门铃视频显示时间:</label>
</th>
<td colspan="2">
<input id="id_ebell_displaytime" name="EBell_TV_duration" class="easyui-validatebox textbox text"
value="<%: Model.EBell_TV_duration %>" style="width: 100px;" />毫秒
</td>
</tr>
</table>
</form>