dllsList.htm 712 B

123456789101112131415161718192021
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>登陆历史列表</title>
  6. <script type="text/javascript" src="views/xt/czyh/dllsList.js"></script>
  7. </head>
  8. <body>
  9. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  10. <tr>
  11. <td>
  12. <input type="hidden" id="from" value="$!from"/>
  13. <input type="hidden" id="dllsSearchGrid" value="$!dllsSearchGrid"/>
  14. <div id="dllsSearchModule" />
  15. <table id="dllsGrid" width="99%" style="display: none"></table>
  16. </td>
  17. </tr>
  18. </table>
  19. </body>
  20. </html>