20 lines
665 B
Plaintext
20 lines
665 B
Plaintext
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
||
|
|
<div id="auDiv" class="hide">
|
||
|
|
<form id="auForm" method="POST" onsubmit="return false;" >
|
||
|
|
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
|
||
|
|
<tbody>
|
||
|
|
<tr style="display:none">
|
||
|
|
<td colspan="2" class="ui-state-error">
|
||
|
|
<input type="hidden" id="parentIds">
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="FormData">
|
||
|
|
<td class="CaptionTD">设备类型:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<input type="text" jyValidate="required" id="names" name="name" maxlength="16" class="FormElement ui-widget-content ui-corner-all">
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</form>
|
||
|
|
</div>
|