gtszList.htm 778 B

12345678910111213141516171819202122
  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="js/huimv/tjt.js"></script>
  7. <script type="text/javascript" src="views/sj/gtsz/gtszList.js"></script>
  8. </head>
  9. <body>
  10. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  11. <tr>
  12. <td>
  13. <input type="hidden" id="from" value="$!from" />
  14. <div id="gtszSearchModule" />
  15. <div id="gtszTable"><table id="gtszGrid" width="99%" style="display: none"></table></div>
  16. <div id="gtszDiv" style="display:none;"></div>
  17. </td>
  18. </tr>
  19. </table>
  20. </body>
  21. </html>