Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||
| 4 | <head> |
||
| 5 | <title>JQVMap - Europe Map</title> |
||
| 6 | |||
| 7 | <link href="../jqvmap/jqvmap.css" media="screen" rel="stylesheet" type="text/css" /> |
||
| 8 | |||
| 9 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script> |
||
| 10 | <script src="../jqvmap/jquery.vmap.js" type="text/javascript"></script> |
||
| 11 | <script src="../jqvmap/maps/jquery.vmap.europe.js" type="text/javascript"></script> |
||
| 12 | |||
| 13 | <script type="text/javascript"> |
||
| 14 | jQuery(document).ready(function() { |
||
| 15 | jQuery('#vmap').vectorMap({ |
||
| 16 | map: 'europe_en', |
||
| 17 | enableZoom: false, |
||
| 18 | showTooltip: false |
||
| 19 | }); |
||
| 20 | }); |
||
| 21 | </script> |
||
| 22 | </head> |
||
| 23 | <body> |
||
| 24 | <div id="vmap" style="width: 680px; height: 520px;"></div> |
||
| 25 | </body> |
||
| 26 | </html> |