23 lines
614 B
Plaintext
23 lines
614 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">
|
|
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD" style="cursor: pointer;"><font color="red">*</font>备注:</td>
|
|
<td class="DataTD">
|
|
<input id="remarks" jyValidate="required" type="text" class="FormElement ui-widget-content ui-corner-all"/>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
|
|
</div> |