map.htm 1.0 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>浙江省牧场地图查看</title>
  6. <link rel="StyleSheet" type="text/css" href="views/da/mcda/map/map.css"/>
  7. <script type="text/javascript" src="views/da/mcda/map/map.js" />
  8. </head>
  9. <body>
  10. <!-- 加载浮动气泡 -->
  11. <div id="bubble_tooltip">
  12. <div class="bubble_top"><span></span></div>
  13. <div class="bubble_middle"><span id="bubble_tooltip_content"></span></div>
  14. <div class="bubble_bottom"></div>
  15. </div>
  16. <!-- end -->
  17. <img src="$!map" border="0" usemap="#Map" onmouseout="javascript:emptyMcsj()"/>
  18. <map name="Map" id="Map">
  19. #foreach($!obj in $!mapList)
  20. <area shape="poly"
  21. coords="$!obj.coords"
  22. href="#" onclick="javascript:void(0)" onmouseover="javascript:countMcsj(event,'$!obj.count','$!obj.qhmc')" onfocus="blur(this);loadXjCount('$!obj.qhbm','$!obj.count');"/>
  23. #end
  24. </map>
  25. </body>
  26. </html>