123456789101112131415161718192021222324 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>单元档案页面</title>
- <style>
- </style>
- <script src="views/zneb/ebsjList.js"/>
- </head>
- <body>
- <table width="99%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <input type="hidden" id="from" value="$!from"/>
- <input type="hidden" id="ebdaid" value="$!ebdaid"/>
- <div id="ebsjSearchModule" />
- <input type="hidden" id="ebsjSearchGrid" value="$!ebsjSearchGrid" />
- <!-- <table id="ebsjGrid" width="99%" style="display: none"></table> -->
- <div id="chartDiv" style="height: 100%; width: 100%;"></div>
- </td>
- </tr>
- </table>
- </body>
- </html>
|