1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>webservice响应信息列表</title>
- <script type="text/javascript" src="views/cs/webservice/webservicexyxx/webservicexyxxList.js"></script>
- </head>
- <body>
- <table width="100%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <input type="hidden" id="webservicexyxxSearchGrid" value="$!webservicexyxxSearchGrid" />
- <div id="webserviceSearchModule"></div>
- <table id="webservicexyxxGrid" width="99%" style="display:none"></table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|