You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
4 years ago
|
<!--设置刷新条件-->
|
||
|
<div class="easyui-layout easyui-resizable" data-options="fit:true">
|
||
|
<div data-options="region:'center'" style="padding-top: 20px;">
|
||
|
<table style="border-collapse:separate; border-spacing:5px 5px; margin: auto;">
|
||
|
<tr >
|
||
|
<td align="left" colspan="2">
|
||
|
<input id="frs-sys02-AutoRefresh" type="checkbox" checked='true'><span>自动刷新</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td nowrap><label for="frs-sys02-RefreshRate" class="field">刷新频率:</label></td>
|
||
|
|
||
|
<td align="left" colspan="1">
|
||
|
<input id="frs-sys02-RefreshRateTxt" type="text" class="easyui-numberbox RefreshRateTxt" required="required" value="5" data-options="min:0,precision:'2'">
|
||
|
</td>
|
||
|
|
||
|
<td ><label for="frs-sys02-RefreshRateTxt1" class="field">分钟</label></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="center" colspan="2" style="height: 40px;">
|
||
|
<button class="btnOK" style="width:75px;" >确定</button> <!-- 确定 -->
|
||
|
|
||
|
<button class="btnCancel" style="width:75px;">取消</button> <!-- 取消 -->
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|