2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5 <title>GeoDNS - <%= @zone %></title>
6 <link rel="stylesheet" href="dns.css" type="text/css" media="all" />
7 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css" />
9 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" />
11 <script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
12 <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
13 <script type="text/javascript" src="dns.js"></script>
15 <body onload="createMap('map', 'json/<%= @zone %>.json')">