Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / window / gmap.html
index caef6f4..f24622c 100644 (file)
@@ -1,42 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <title>GMap Window Example</title>
     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+    
+    <script type="text/javascript" src="../../bootstrap.js"></script>
 
-    <!-- GC -->
-       <!-- LIBS -->
-       <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
-       <!-- ENDLIBS -->
 
-    <script type="text/javascript" src="../../ext-all.js"></script>
+    <!-- GMaps API Key that works for dev.sencha.com -->
+    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAU95kDVDU-5Ve389sRBZmMRSDS7actCjtp4xNzNUSW7xICtwjdhQlKWh2kPaIb2ipOUl4vGqcEu0kWw" type="text/javascript"></script>
+    <!-- GMaps API Key that works for localhost -->
+<!--
+    <script src="http://maps.google.com/maps?file=api&amp;v=2.x&amp;key=ABQIAAAA2CKu_qQN-JHtlfQ5L7BLlRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQl3I3p2yrGARYK4f4bkjp9NHpm5w" type="text/javascript"></script>
+-->
 
-<!-- GMaps API Key that works for dev.sencha.com -->
-<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAU95kDVDU-5Ve389sRBZmMRSDS7actCjtp4xNzNUSW7xICtwjdhQlKWh2kPaIb2ipOUl4vGqcEu0kWw" type="text/javascript"></script>
-<!-- GMaps API Key that works for localhost -->
-<!--<script src="http://maps.google.com/maps?file=api&amp;v=2.x&amp;key=ABQIAAAA2CKu_qQN-JHtlfQ5L7BLlRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQl3I3p2yrGARYK4f4bkjp9NHpm5w" type="text/javascript"></script>-->
-
-
-    <script src="../ux/GMapPanel.js"></script>
     <script src="gmap.js"></script>
 
-<!-- Common Styles for the examples -->
-<link rel="stylesheet" type="text/css" href="../shared/examples.css" />
 
-    <style type="text/css">
-    .x-panel-body p {
-        margin:10px;
-        font-size:12px;
-    }
-    </style>
 </head>
 <body>
-<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
-
-<h1>GMap Window</h1>
-<p>This example shows how to create an extension and utilize an external library.</p>
-<input type="button" id="show-btn" value="Gimme a Map" /><br /><br />
-<p>Note that the js is not minified so it is readable. See <a href="../ux/GMapPanel.js">GMapPanel.js</a> and <a href="gmap.js">gmap.js</a> for the full source code.</p>
-
+    <h1>GMap Window</h1>
+    <p>This example shows how to create an extension and utilize an external library.</p>
+    <input type="button" id="show-btn" value="Gimme a Map" /><br /><br />
+    <p>Note that the js is not minified so it is readable. See <a href="../ux/GMapPanel.js">GMapPanel.js</a> and <a href="gmap.js">gmap.js</a> for the full source code.</p>
 </body>
 </html>