26a496f6b29ae639f0fa9022cd4ee91deb58ab3c.svn-base 848 B

123456789101112131415161718192021
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>应急响应预判</title>
  7. <%@include file="/page/include1.jsp" %>
  8. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/system/invoking/invoking.js"></script>
  9. <script type="text/javascript" src="<%=path%>/scripts/business/em/monitor/anticipation/AnticipationManagerXY.js"></script>
  10. <script type="text/javascript">
  11. $(function(){
  12. });
  13. </script>
  14. </head>
  15. <body>
  16. <div class="box2" id="searchPanel" statusType="none" style="margin: 10px 0">
  17. <div id="reponseDataGrid"></div>
  18. </div>
  19. </body>
  20. </html>