mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 04:26:05 +00:00
Initial commit
This commit is contained in:
26
app/static/global/plugins/jqvmap/samples/europe.html
Normal file
26
app/static/global/plugins/jqvmap/samples/europe.html
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>JQVMap - Europe Map</title>
|
||||
|
||||
<link href="../jqvmap/jqvmap.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="../jqvmap/jquery.vmap.js" type="text/javascript"></script>
|
||||
<script src="../jqvmap/maps/jquery.vmap.europe.js" type="text/javascript"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
jQuery('#vmap').vectorMap({
|
||||
map: 'europe_en',
|
||||
enableZoom: false,
|
||||
showTooltip: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="vmap" style="width: 680px; height: 520px;"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user