]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dns/templates/default/zone.html.erb
Use apache 2.4 syle permissions
[chef.git] / cookbooks / dns / templates / default / zone.html.erb
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
3   <head>
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" />
8     <!--[if lte IE 8]>
9     <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" />
10     <![endif]-->
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>
14   </head>
15   <body onload="createMap('map', 'json/<%= @zone %>.json')">
16     <div id="map"></div>
17   </body>
18 </html>