ebsjList.htm 821 B

123456789101112131415161718192021222324
  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. <style>
  7. </style>
  8. <script src="views/zneb/ebsjList.js"/>
  9. </head>
  10. <body>
  11. <table width="99%" align="center" cellpadding="0" cellspacing="0">
  12. <tr>
  13. <td>
  14. <input type="hidden" id="from" value="$!from"/>
  15. <input type="hidden" id="ebdaid" value="$!ebdaid"/>
  16. <div id="ebsjSearchModule" />
  17. <input type="hidden" id="ebsjSearchGrid" value="$!ebsjSearchGrid" />
  18. <!-- <table id="ebsjGrid" width="99%" style="display: none"></table> -->
  19. <div id="chartDiv" style="height: 100%; width: 100%;"></div>
  20. </td>
  21. </tr>
  22. </table>
  23. </body>
  24. </html>