Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / anchoring.html
index b99686e..4a576d0 100644 (file)
@@ -1,27 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 <head>
     <title>Anchoring</title>
-    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
+    <!-- ExtJS -->
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.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>
+    <!-- Shared -->
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
 
+    <!-- Example -->
     <script type="text/javascript" src="anchoring.js"></script>
-    <link rel="stylesheet" type="text/css" href="forms.css"/>
-
-    <!-- Common Styles for the examples -->
-    <link rel="stylesheet" type="text/css" href="../shared/examples.css"/>
 </head>
 <body>
-<script type="text/javascript" src="../shared/examples.js"></script>
-<!-- EXAMPLES -->
-<h1>Anchor Layout with Forms</h1>
-
-<p>The js is not minified so it is readable. See <a href="anchoring.js">anchoring.js</a>.</p>
+    <h1>Anchor Layout with Forms</h1>
+    
+    <p>The js is not minified so it is readable. See <a href="anchoring.js">anchoring.js</a>.</p>
 
 </body>
 </html>