12345678910111213141516171819202122 |
- <!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/ebdaList.js"/>
- </head>
- <body>
- <table width="99%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <input type="hidden" id="lx" value="$!lx"/>
- <div id="ebdaSearchModule" />
- <input type="hidden" id="ebdaSearchGrid" value="$!ebdaSearchGrid" />
- <table id="ebdaGrid" width="99%" style="display: none"></table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|