12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>报警器状态列表</title>
- <script type="text/javascript" src="views/bjq/bjqZtList.js"></script>
- </head>
- <body>
- <table width="100%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <div id="bjqZtSearchModule"></div>
- <table id="bjqZtGrid" width="99%" style="display:none"></table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|