GZMachinesWeb/WebContent/WEB-INF/views/warning/warningTipfrom.jsp

49 lines
1.6 KiB
Plaintext

<%@ page contentType="text/html;charset=UTF-8"%>
<div id="auDiv" class="hide">
<form id="auAddForm" method="POST" onsubmit="return false;">
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
<tbody>
<tr class="FormData" >
<td class="CaptionTD">类型名称:</td>
<td class="DataTD">&nbsp;
<input id="typeName" name="typeName" type="text" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">库房编号:</td>
<td class="DataTD">&nbsp;
<input id="code" name="code" type="text" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">告警名称:</td>
<td class="DataTD">&nbsp;
<input id="warnName" name="warnName" type="text" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">设备经度:</td>
<td class="DataTD">&nbsp;
<input id="lat" name="lat" type="text" class="FormElement ui-widget-content ui-corner-all">
</td>
<tr class="FormData">
<td class="CaptionTD">设备纬度:</td>
<td class="DataTD">&nbsp;
<input id="lon" name="lon" type="text" class="FormElement ui-widget-content ui-corner-all">
</td>
<tr class="FormData">
<td class="CaptionTD">告警时间:</td>
<td class="DataTD">&nbsp;
<input id="time" name="time" type="text" class="FormElement ui-widget-content ui-corner-all">
</td>
</tbody>
</table>
</form>
</div>
</html>