4b9d551480c106a29a997a7c1ebf48eb542af14e.svn-base 867 B

123456789101112131415161718192021222324252627282930313233
  1. <%@page language="java" 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. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
  8. <script type="text/javascript">
  9. $(function(){
  10. $("#gisSearch").toggle(
  11. function(){
  12. window.parent.window.displayGisSearch();
  13. },
  14. function(){
  15. window.parent.window.noneGisSearch();
  16. }
  17. );
  18. /* $("#gisSearch").click(
  19. function(){
  20. window.parent.window.displayGisSearch();
  21. }
  22. ) */
  23. });
  24. </script>
  25. </head>
  26. <body style="margin:0; padding:0">
  27. <img src="/nwyj/images/cockpit/btn/gisSearch.png" id="gisSearch" alt="查询" />
  28. </body>
  29. </html>